Compare commits
30 Commits
version_4
...
version_19
| Author | SHA1 | Date | |
|---|---|---|---|
| c89e7316fc | |||
| 4f899aa6e2 | |||
| 6e0bbdce61 | |||
| 6e58b675f9 | |||
| 10da9d6ca1 | |||
| 2683b32e09 | |||
| 304c9a3a89 | |||
| cdfad3ed7f | |||
| 4efba0d46f | |||
| 3e1a761923 | |||
| 40b8e5a04e | |||
| 257a1e6ea4 | |||
| 53abc18808 | |||
| e61aa10bc8 | |||
| 2d8a6a9656 | |||
| 6527079a18 | |||
| 266cc581fc | |||
| 0e556c1b61 | |||
| 861507172e | |||
| d4926c45b1 | |||
| b55e734aab | |||
| 9e678b2378 | |||
| afd9f1148d | |||
| 871896076a | |||
| 9af2f6c188 | |||
| 9820242c90 | |||
| 5a623f5d81 | |||
| dbefe37e5e | |||
| 16e16a1f8d | |||
| 7c403ce5fe |
@@ -27,12 +27,14 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<div style={{
|
||||
backgroundImage: `url("https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DI1e2k6EYhFwH9l7rLjtoP3nQ0/uploaded-1778476138014-qo7k4fxb.jpg")`,
|
||||
backgroundImage: 'url("https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DI1e2k6EYhFwH9l7rLjtoP3nQ0/uploaded-1778477276470-amtvc9ix.jpg")',
|
||||
backgroundSize: 'cover',
|
||||
backgroundPosition: 'center',
|
||||
backgroundAttachment: 'fixed',
|
||||
minHeight: '100vh'
|
||||
minHeight: '100vh',
|
||||
width: '100%'
|
||||
}}>
|
||||
<div style={{ backgroundColor: 'rgba(255, 255, 255, 0.85)', minHeight: '100vh' }}>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
@@ -50,12 +52,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
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={[
|
||||
{ text: "Order Online", href: "#menu" },
|
||||
{ text: "Call Now", href: "tel:2094160403" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-hummus-plate-still-life_23-2149595651.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg", alt: "Couple enjoying food in restaurant" },
|
||||
@@ -156,8 +158,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-hummus-plate-still-life_23-2149595658.jpg?_wi=2"
|
||||
logoText="Kabob Place"
|
||||
videoSrc="https://videos.pexels.com/video-files/4055273/4055273-sd_506_960_24fps.mp4"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
@@ -168,7 +170,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Location", items: [
|
||||
{ label: "3821 Crowell Rd, Turlock", href: "#" },
|
||||
{ label: "3821 Crowell Rd, Turlock, CA 95382", href: "#" },
|
||||
{ label: "(209) 416-0403", href: "tel:2094160403" },
|
||||
],
|
||||
},
|
||||
@@ -177,6 +179,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</div>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f6f0e9;
|
||||
--card: #efe7dd;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #2b180a;
|
||||
--primary-cta-text: #f6f0e9;
|
||||
--secondary-cta: #efe7dd;
|
||||
--secondary-cta-text: #2b180a;
|
||||
--accent: #94877c;
|
||||
--background-accent: #afa094;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user