Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2cb68456e7 | |||
| cf313e3783 | |||
| 94c8814bfd | |||
| 981ae6f5c9 | |||
| 30de271d0f | |||
| e7e1a46a53 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #f8fcff;;
|
--background: #000000;;
|
||||||
--card: #ffffff;;
|
--card: #1a1a1a;;
|
||||||
--foreground: #00101f;;
|
--foreground: #ffffff;;
|
||||||
--primary-cta: #409fff;;
|
--primary-cta: #ff4500;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #151515;;
|
||||||
--accent: #c7e2fc;;
|
--accent: #ff6b35;;
|
||||||
--background-accent: #9bcfff;;
|
--background-accent: #ff8c42;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
@@ -1260,4 +1260,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ export default function SteakhousePage() {
|
|||||||
text: "Reserve Your Table", href: "contact"
|
text: "Reserve Your Table", href: "contact"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "View Menu", href: "menu"
|
text: "View Menu", href: "www.google.com"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
@@ -96,7 +96,7 @@ export default function SteakhousePage() {
|
|||||||
title: "Timeless Ambiance", description: "Classic steakhouse elegance with warm lighting, leather seating, and refined hospitality"
|
title: "Timeless Ambiance", description: "Classic steakhouse elegance with warm lighting, leather seating, and refined hospitality"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780827923-j7ohjz41.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767783552996-p1200x5t.jpg"
|
||||||
imageAlt="Elegant steakhouse interior with intimate dining"
|
imageAlt="Elegant steakhouse interior with intimate dining"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
/>
|
/>
|
||||||
@@ -233,7 +233,7 @@ export default function SteakhousePage() {
|
|||||||
}}
|
}}
|
||||||
buttonText="Reserve Your Table"
|
buttonText="Reserve Your Table"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767781587653-nylqpfa1.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767783332815-sh2eh5ik.jpg"
|
||||||
imageAlt="Elegant steakhouse interior"
|
imageAlt="Elegant steakhouse interior"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
/>
|
/>
|
||||||
@@ -286,4 +286,4 @@ export default function SteakhousePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user