Compare commits
23 Commits
version_9
...
version_20
| Author | SHA1 | Date | |
|---|---|---|---|
| ca5aa1978a | |||
| bd324cf4cf | |||
| c89e7316fc | |||
| 4f899aa6e2 | |||
| 6e0bbdce61 | |||
| 6e58b675f9 | |||
| 10da9d6ca1 | |||
| 2683b32e09 | |||
| 304c9a3a89 | |||
| cdfad3ed7f | |||
| 4efba0d46f | |||
| 3e1a761923 | |||
| 40b8e5a04e | |||
| 257a1e6ea4 | |||
| 53abc18808 | |||
| e61aa10bc8 | |||
| 2d8a6a9656 | |||
| 6527079a18 | |||
| 266cc581fc | |||
| 0e556c1b61 | |||
| 861507172e | |||
| d4926c45b1 | |||
| 9e678b2378 |
@@ -27,9 +27,14 @@ export default function LandingPage() {
|
|||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
>
|
>
|
||||||
<div style={{
|
<div style={{
|
||||||
backgroundColor: 'transparent',
|
backgroundImage: 'url("https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DI1e2k6EYhFwH9l7rLjtoP3nQ0/uploaded-1778477276470-amtvc9ix.jpg")',
|
||||||
minHeight: '100vh'
|
backgroundSize: 'cover',
|
||||||
|
backgroundPosition: 'center',
|
||||||
|
backgroundAttachment: 'fixed',
|
||||||
|
minHeight: '100vh',
|
||||||
|
width: '100%'
|
||||||
}}>
|
}}>
|
||||||
|
<div style={{ backgroundColor: 'rgba(255, 255, 255, 0.85)', minHeight: '100vh' }}>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
@@ -47,7 +52,8 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="Authentic Mediterranean Grill in Turlock"
|
title="Authentic Mediterranean Grill in Turlock"
|
||||||
description="Experience fresh, well-seasoned kabobs and traditional Mediterranean flavors. Join us for a delightful dining experience today."
|
titleClassName="text-green-600"
|
||||||
|
description=""
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Order Online", href: "#menu" },
|
{ text: "Order Online", href: "#menu" },
|
||||||
{ text: "Call Now", href: "tel:2094160403" },
|
{ text: "Call Now", href: "tel:2094160403" },
|
||||||
@@ -154,6 +160,7 @@ export default function LandingPage() {
|
|||||||
<FooterMedia
|
<FooterMedia
|
||||||
logoText="Kabob Place"
|
logoText="Kabob Place"
|
||||||
videoSrc="https://videos.pexels.com/video-files/4055273/4055273-sd_506_960_24fps.mp4"
|
videoSrc="https://videos.pexels.com/video-files/4055273/4055273-sd_506_960_24fps.mp4"
|
||||||
|
copyrightText=""
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigation", items: [
|
title: "Navigation", items: [
|
||||||
@@ -173,6 +180,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f6f0e9;
|
--background: #ffffff;
|
||||||
--card: #efe7dd;
|
--card: #f9f9f9;
|
||||||
--foreground: #2b180a;
|
--foreground: #000f06e6;
|
||||||
--primary-cta: #2b180a;
|
--primary-cta: #0a7039;
|
||||||
--primary-cta-text: #f6f0e9;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #efe7dd;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #2b180a;
|
--secondary-cta-text: #000f06e6;
|
||||||
--accent: #94877c;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #afa094;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user