Compare commits
20 Commits
version_3
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| 40b8e5a04e | |||
| 53abc18808 | |||
| 2d8a6a9656 | |||
| 266cc581fc | |||
| 0e556c1b61 | |||
| 861507172e | |||
| d4926c45b1 | |||
| b55e734aab | |||
| 9e678b2378 | |||
| afd9f1148d | |||
| 871896076a | |||
| 9af2f6c188 | |||
| 9820242c90 | |||
| 5a623f5d81 | |||
| dbefe37e5e | |||
| 16e16a1f8d | |||
| 7c403ce5fe | |||
| d692f50014 | |||
| cde3146604 | |||
| f6e9a55616 |
@@ -20,12 +20,21 @@ export default function LandingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="largeSmallSizeMediumTitles"
|
sizing="largeSmallSizeMediumTitles"
|
||||||
background="floatingGradient"
|
background="none"
|
||||||
cardStyle="solid"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="diagonal-gradient"
|
primaryButtonStyle="diagonal-gradient"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
>
|
>
|
||||||
|
<div style={{
|
||||||
|
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',
|
||||||
|
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
|
||||||
@@ -48,7 +57,6 @@ export default function LandingPage() {
|
|||||||
{ text: "Order Online", href: "#menu" },
|
{ text: "Order Online", href: "#menu" },
|
||||||
{ text: "Call Now", href: "tel:2094160403" },
|
{ text: "Call Now", href: "tel:2094160403" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-hummus-plate-still-life_23-2149595651.jpg"
|
|
||||||
showBlur={true}
|
showBlur={true}
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg", alt: "Couple enjoying food in restaurant" },
|
{ src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg", alt: "Couple enjoying food in restaurant" },
|
||||||
@@ -149,8 +157,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-hummus-plate-still-life_23-2149595658.jpg?_wi=2"
|
|
||||||
logoText="Kabob Place"
|
logoText="Kabob Place"
|
||||||
|
videoSrc="https://videos.pexels.com/video-files/4055273/4055273-sd_506_960_24fps.mp4"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigation", items: [
|
title: "Navigation", items: [
|
||||||
@@ -161,7 +169,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Location", items: [
|
title: "Location", items: [
|
||||||
{ label: "3821 Crowell Rd, Turlock", href: "#" },
|
{ label: "3821 Crowell Rd, Turlock, CA 95382", href: "#" },
|
||||||
{ label: "(209) 416-0403", href: "tel:2094160403" },
|
{ label: "(209) 416-0403", href: "tel:2094160403" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -169,6 +177,8 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f6f0e9;
|
--background: #f5f5f5;
|
||||||
--card: #efe7dd;
|
--card: #ffffff;
|
||||||
--foreground: #2b180a;
|
--foreground: #1c1c1c;
|
||||||
--primary-cta: #2b180a;
|
--primary-cta: #341f51;
|
||||||
--primary-cta-text: #f6f0e9;
|
--primary-cta-text: #f5f5f5;
|
||||||
--secondary-cta: #efe7dd;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #2b180a;
|
--secondary-cta-text: #1c1c1c;
|
||||||
--accent: #94877c;
|
--accent: #6139e6;
|
||||||
--background-accent: #afa094;
|
--background-accent: #b3a8e8;
|
||||||
|
|
||||||
/* 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