3 Commits

Author SHA1 Message Date
82e213daf0 Update src/app/styles/variables.css 2026-05-14 06:11:45 +00:00
aebf0d3576 Update src/app/page.tsx 2026-05-14 06:11:45 +00:00
85ce3c913d Merge version_1 into main
Merge version_1 into main
2026-05-14 06:11:29 +00:00
2 changed files with 17 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -192,33 +192,26 @@ export default function LandingPage() {
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterSimple
imageSrc="http://img.b2bpic.net/free-photo/senior-people-having-fun-party_23-2149299023.jpg"
logoText="Cheezy Bite"
columns={[ columns={[
{ {
title: "Navigation", items: [ title: "Navigation", items: [
{ { label: "Home", href: "#hero" },
label: "Home", href: "#hero"}, { label: "About", href: "#about" },
{ { label: "Menu", href: "#menu" },
label: "About", href: "#about"}, { label: "Contact", href: "#contact" },
{
label: "Menu", href: "#menu"},
{
label: "Contact", href: "#contact"},
], ],
}, },
{ {
title: "Resources", items: [ title: "Resources", items: [
{ { label: "FAQ", href: "#faq" },
label: "FAQ", href: "#faq"}, { label: "Privacy Policy", href: "#" },
{ { label: "Terms of Service", href: "#" },
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
], ],
}, },
]} ]}
bottomLeftText="© 2025 | Cheezy Bite"
bottomRightText="Crafted with love"
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #fbfbfb;
--card: #ffffff; --card: #ffffff;
--foreground: #1c1c1c; --foreground: #1a1a1a;
--primary-cta: #511f1f; --primary-cta: #c1711a;
--primary-cta-text: #f5f5f5; --primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff; --secondary-cta: #f3eada;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #1c1c1c;
--accent: #e63946; --accent: #ff9f43;
--background-accent: #e8bea8; --background-accent: #f3eada;
/* 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);