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