4 Commits

Author SHA1 Message Date
6e1a8393e9 Merge version_2 into main
Merge version_2 into main
2026-05-14 06:11:48 +00:00
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 FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
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 NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -192,33 +192,26 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/senior-people-having-fun-party_23-2149299023.jpg"
logoText="Cheezy Bite"
<FooterSimple
columns={[
{
title: "Navigation", items: [
{
label: "Home", href: "#hero"},
{
label: "About", href: "#about"},
{
label: "Menu", href: "#menu"},
{
label: "Contact", href: "#contact"},
{ label: "Home", href: "#hero" },
{ label: "About", href: "#about" },
{ label: "Menu", href: "#menu" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Resources", items: [
{
label: "FAQ", href: "#faq"},
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
{ label: "FAQ", href: "#faq" },
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
},
]}
bottomLeftText="© 2025 | Cheezy Bite"
bottomRightText="Crafted with love"
/>
</div>
</ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--background: #fbfbfb;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #511f1f;
--foreground: #1a1a1a;
--primary-cta: #c1711a;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta: #f3eada;
--secondary-cta-text: #1c1c1c;
--accent: #e63946;
--background-accent: #e8bea8;
--accent: #ff9f43;
--background-accent: #f3eada;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);