From 68d1d0712b3be030d9f548277752accc8da9e86d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 23:55:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dfd499f..621b14d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,27 +4,25 @@ 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 FooterCard from "@/components/sections/footer/FooterCard"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Star, MapPin, Phone, Clock, Instagram, Facebook } from "lucide-react"; +import { Instagram, Facebook } from "lucide-react"; export default function DearbornSweetsPage() { return ( @@ -68,6 +66,7 @@ export default function DearbornSweetsPage() { textboxLayout="default" animationType="slide-up" gridVariant="bento-grid" + useInvertedBackground={false} features={[ { title: "Birthday Cake", description: "Most Popular", imageSrc: "http://img.b2bpic.net/free-photo/colorful-lighted-candle-round-cake-desk-against-pink-background_23-2147969550.jpg" }, { title: "Strawberry Cake", description: "Fresh fruit infusion", imageSrc: "http://img.b2bpic.net/free-photo/fresh-strawberry-cake-with-cream_123827-37408.jpg" }, @@ -81,6 +80,8 @@ export default function DearbornSweetsPage() { tag="Reviews" title="4.4 Stars ยท Loved by Dearborn" description="Join our community of satisfied patrons." + textboxLayout="default" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Sarah K.", date: "Recent", title: "Amazing service", quote: "They did an amazing job with a custom cake I ordered the day before. Very impressive.", tag: "Custom Orders", avatarSrc: "http://img.b2bpic.net/free-photo/waistup-shot-elegant-goodlooking-wealthy-young-blond-woman-brilliant-accessorize-silver-glittering-stylish-dress-touch-chin-have-clever-interesting-idea-smiling-curiously-red-background_1258-308957.jpg" }, { id: "2", name: "Mike D.", date: "Recent", title: "Phenomenal quality", quote: "Every single pastry we tried was phenomenal. Booking them for our wedding reception.", tag: "Events", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg" }, @@ -93,6 +94,7 @@ export default function DearbornSweetsPage() { imageSrc="http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg" mediaPosition="left" buttonText="Call (313) 581-5959" + useInvertedBackground={false} inputs={[ { name: "name", type: "text", placeholder: "Full Name" }, { name: "email", type: "email", placeholder: "Email" }