From 2869b1fae9901f0e93092bb7668c10bb6d39cdcd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 07:51:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 296 +++++++++++++++++++++++------------------------ 1 file changed, 147 insertions(+), 149 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7695caa..35f2e26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,317 +1,315 @@ "use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { ThemeProvider } from "@/components/theme/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; -import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; +import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactText from "@/components/sections/contact/ContactText"; import ContactForm from "@/components/form/ContactForm"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Coffee, Clock, MapPin, Heart, Users, Sparkles, CheckCircle } from "lucide-react"; +import { Coffee, Clock, MapPin, Heart, Users, Utensils, Star } from "lucide-react"; export default function Home() { return ( - + + {/* Hero Section */}
-
+ {/* Social Proof - Customer Reviews */} +
+ {/* Breakfast Favorites Grid */} + {/* Mac's Experience */}
-
+ {/* Why People Keep Coming Back */} +
-
- +
-
- +
-
+ {/* Community Connection */} +
+ {/* Email Signup */}
console.log("Subscribed:", email)} + termsText="We respect your inbox. Unsubscribe anytime. Specials sent weekly." + centered={true} + onSubmit={(email) => console.log("Newsletter signup:", email)} />
+ {/* Footer */}