10 Commits

Author SHA1 Message Date
53abc18808 Update theme colors 2026-05-11 05:29:55 +00:00
2d8a6a9656 Update theme colors 2026-05-11 05:29:50 +00:00
266cc581fc Update src/app/page.tsx 2026-05-11 05:28:12 +00:00
0e556c1b61 Merge version_10 into main
Merge version_10 into main
2026-05-11 05:23:33 +00:00
861507172e Update src/app/page.tsx 2026-05-11 05:23:30 +00:00
d4926c45b1 Merge version_9 into main
Merge version_9 into main
2026-05-11 05:22:11 +00:00
b55e734aab Update src/app/page.tsx 2026-05-11 05:22:05 +00:00
9e678b2378 Merge version_9 into main
Merge version_9 into main
2026-05-11 05:21:38 +00:00
afd9f1148d Update src/app/page.tsx 2026-05-11 05:21:35 +00:00
871896076a Merge version_8 into main
Merge version_8 into main
2026-05-11 05:19:32 +00:00
2 changed files with 152 additions and 146 deletions

View File

@@ -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
@@ -152,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: [
@@ -173,6 +178,7 @@ export default function LandingPage() {
</div> </div>
</ReactLenis> </ReactLenis>
</div> </div>
</div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f6f0e9; --background: #fcf6ec;
--card: #efe7dd; --card: #f3ede2;
--foreground: #2b180a; --foreground: #2e2521;
--primary-cta: #2b180a; --primary-cta: #2e2521;
--primary-cta-text: #f6f0e9; --primary-cta-text: #fcf6ec;
--secondary-cta: #efe7dd; --secondary-cta: #ffffff;
--secondary-cta-text: #2b180a; --secondary-cta-text: #2e2521;
--accent: #94877c; --accent: #b2a28b;
--background-accent: #afa094; --background-accent: #b2a28b;
/* 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);