From 6beefda469d5fbc4e262c03bde397e4f58a53b40 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 23:51:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 261 ++++++++++++++++++++--------------------------- 1 file changed, 108 insertions(+), 153 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ee8f92..d41ddf1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,160 +1,115 @@ "use client"; import ReactLenis from "lenis/react"; -import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; -import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; -import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; +import MediaAbout from "@/components/sections/about/MediaAbout"; +import ProductCardFour from "@/components/sections/product/ProductCardFour"; +import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Sparkles, Plane, Compass } from "lucide-react"; +import { Cake, Clock, MapPin, Phone, Star } from "lucide-react"; -export default function LuxuryTravelAgencyTemplatePage() { - return ( - - - - - - - - - - - - - - ); +export default function DearbornSweetsPage() { + return ( + + + +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+
+ ); } \ No newline at end of file