From efe15549491697d76fdfc40e261cec563d16731d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:48:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 195 +++++++++++++---------------------------------- 1 file changed, 54 insertions(+), 141 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f6d666..63a0825 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,8 +70,7 @@ export default function HomePage() { brandName="Pixie Pies" navItems={navItems} button={{ - text: "Call Now", - href: "tel:(260)242-8645", + text: "Call Now", href: "tel:(260)242-8645" }} animateOnLoad={true} /> @@ -86,41 +85,30 @@ export default function HomePage() { tag="Locally Loved Since Day One" tagIcon={Heart} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-cake-concept_23-2148761730.jpg" + imageSrc="https://images.unsplash.com/photo-1600080869894-0fd8e4d70e6f?w=1200&h=800&fit=crop" imageAlt="Fresh homemade cheesecake display" mediaAnimation="blur-reveal" testimonials={[ { - name: "Ashley's Bakery", - handle: "Local Favorite", - testimonial: "Ashley is so sweet to work with and her cheesecake is unmatched.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-666.jpg?_wi=1", + name: "Classic Favorite", handle: "Local Loved", testimonial: "Our signature cheesecake is unmatched in flavor and quality.", rating: 5, + imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop&_wi=1" }, { - name: "Family Gatherings", - handle: "Community Love", - testimonial: "Absolutely amazing cheesecakes. We order for every special occasion!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cake_23-2147821287.jpg?_wi=1", + name: "Family Gatherings", handle: "Community Love", testimonial: "Absolutely amazing cheesecakes. We order for every special occasion!", rating: 5, + imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop&_wi=2" }, { - name: "Wedding Moments", - handle: "Newlyweds", - testimonial: "We served Pixie Pies at our wedding and everyone loved them.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-grandchild-christmas-day-making-dough-shapes_482257-21705.jpg?_wi=1", + name: "Wedding Moments", handle: "Sweet Celebrations", testimonial: "Pixie Pies made our special day even sweeter with incredible desserts.", rating: 5, + imageSrc: "https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=400&h=400&fit=crop&_wi=3" }, ]} testimonialRotationInterval={5000} buttons={[ { - text: "Call Now", - href: "tel:(260)242-8645", + text: "Call Now", href: "tel:(260)242-8645" }, { - text: "Order Desserts", - href: "/menu", + text: "Order Desserts", href: "/menu" }, ]} buttonAnimation="slide-up" @@ -132,20 +120,13 @@ export default function HomePage() {