diff --git a/src/app/page.tsx b/src/app/page.tsx index e4f1cad..64157dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,12 +5,12 @@ import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import { Droplets, Flame } from "lucide-react"; export default function LandingPage() { @@ -22,9 +22,9 @@ export default function LandingPage() { contentWidth="mediumSmall" sizing="largeSmallSizeLargeTitles" background="aurora" - cardStyle="subtle-shadow" - primaryButtonStyle="double-inset" - secondaryButtonStyle="radial-glow" + cardStyle="glass-depth" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="layered" headingFontWeight="bold" > @@ -63,15 +63,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - title: "Flame-Grilled Perfection", description: "Real fire. Real flavor. Every burger is cooked to perfection for that smokey, juicy taste.", bentoComponent: "reveal-icon", icon: Flame, - }, - { - title: "Premium Ingredients", description: "Sourced from the best suppliers, ensuring crisp vegetables and premium buns.", bentoComponent: "reveal-icon", icon: Flame, - }, - { - title: "Signature Sauces", description: "Our honey mustard and special blend sauces are the talk of the town.", bentoComponent: "reveal-icon", icon: Droplets, - }, + { title: "Flame-Grilled Perfection", description: "Real fire. Real flavor. Every burger is cooked to perfection for that smokey, juicy taste.", bentoComponent: "reveal-icon", icon: Flame }, + { title: "Premium Ingredients", description: "Sourced from the best suppliers, ensuring crisp vegetables and premium buns.", bentoComponent: "reveal-icon", icon: Flame }, + { title: "Signature Sauces", description: "Our honey mustard and special blend sauces are the talk of the town.", bentoComponent: "reveal-icon", icon: Droplets }, ]} title="The BK Signature Standard" description="Our commitment to quality, flavor, and the ultimate dining experience." @@ -98,15 +92,13 @@ export default function LandingPage() {
- @@ -154,14 +145,14 @@ export default function LandingPage() {
diff --git a/src/app/styles/base.css b/src/app/styles/base.css index aa7fd03..f863ce7 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-montserrat), sans-serif; + font-family: var(--font-georgia), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-montserrat), sans-serif; + font-family: var(--font-georgia), sans-serif; } diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index c176aaf..94aced2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #0b0b0f; - --card: #141419; - --foreground: #ffffff; + --card: #1a1a1e; + --foreground: #f8f8f8; --primary-cta: #d61f2c; --primary-cta-text: #ffffff; --secondary-cta: #ffd700; --secondary-cta-text: #000000; --accent: #ffd700; - --background-accent: #1a0003; + --background-accent: #2a0505; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);