From 970a73ebcb11e0838d6f8efebe9d9b4b93e79e71 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 23:21:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d536cbe..64f882c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Award, Sparkles, Bread, Heart, Wheat, Smile, DollarSign, Cake, Star, HelpCircle, Phone } from "lucide-react"; +import { Award, Sparkles, Heart, Wheat, Smile, DollarSign, Cake, Star, HelpCircle, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -57,19 +57,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah M.", handle: "Local Regular", testimonial: "Delicious baked goods, great price, and friendly people. This is my go-to spot!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/prosperous-business-team-smiling-camera_1262-5438.jpg?_wi=1", imageAlt: "Sarah M., satisfied customer" + imageSrc: "http://img.b2bpic.net/free-photo/prosperous-business-team-smiling-camera_1262-5438.jpg", imageAlt: "Sarah M., satisfied customer" }, { name: "Michael T.", handle: "Event Coordinator", testimonial: "Absolutely delicious desserts and kind service. Highly recommend for custom orders.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-ok-gesture_1298-73.jpg?_wi=1", imageAlt: "Michael T., custom order client" + imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-ok-gesture_1298-73.jpg", imageAlt: "Michael T., custom order client" }, { name: "Emma R.", handle: "Family of 4", testimonial: "Fresh, high-quality treats. The kids love their pastries and the prices are so reasonable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/family-spending-time-together-home_23-2149032160.jpg?_wi=1", imageAlt: "Emma R. and family" + imageSrc: "http://img.b2bpic.net/free-photo/family-spending-time-together-home_23-2149032160.jpg", imageAlt: "Emma R. and family" }, { name: "Jessica L.", handle: "Gluten-Free Customer", testimonial: "Finally found a local bakery that takes gluten-free options seriously. Amazing!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/image-working-woman-office-digital-nomad-with-laptop-programmer-designing-web-page-computer_1258-195373.jpg?_wi=1", imageAlt: "Jessica L., dietary needs customer" + imageSrc: "http://img.b2bpic.net/free-photo/image-working-woman-office-digital-nomad-with-laptop-programmer-designing-web-page-computer_1258-195373.jpg", imageAlt: "Jessica L., dietary needs customer" } ]} testimonialRotationInterval={6000} @@ -100,7 +100,7 @@ export default function LandingPage() { title="Our Specialties" description="Handcrafted baked goods made fresh daily. Order ahead for your favorites or stop by for daily selections." tag="Fresh Daily" - tagIcon={Bread} + tagIcon={Wheat} tagAnimation="slide-up" buttons={[{ text: "Call to Order", href: "tel:(413)458-3600" }]} buttonAnimation="slide-up" @@ -166,22 +166,22 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "t1", name: "Sarah Mitchell", role: "Local Resident", testimonial: "Delicious baked goods, great price, and friendly people. This is my go-to spot every Saturday morning!", imageSrc: "http://img.b2bpic.net/free-photo/prosperous-business-team-smiling-camera_1262-5438.jpg?_wi=2", imageAlt: "Sarah Mitchell" + id: "t1", name: "Sarah Mitchell", role: "Local Resident", testimonial: "Delicious baked goods, great price, and friendly people. This is my go-to spot every Saturday morning!", imageSrc: "http://img.b2bpic.net/free-photo/prosperous-business-team-smiling-camera_1262-5438.jpg", imageAlt: "Sarah Mitchell" }, { - id: "t2", name: "Michael Torres", role: "Event Coordinator", testimonial: "Absolutely delicious desserts and kind service. Made the perfect custom cakes for our events. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-ok-gesture_1298-73.jpg?_wi=2", imageAlt: "Michael Torres" + id: "t2", name: "Michael Torres", role: "Event Coordinator", testimonial: "Absolutely delicious desserts and kind service. Made the perfect custom cakes for our events. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-ok-gesture_1298-73.jpg", imageAlt: "Michael Torres" }, { - id: "t3", name: "Emma Robinson", role: "Mom of 3", testimonial: "Fresh, high-quality treats. The kids love their pastries and the prices are so reasonable. Best bakery in town!", imageSrc: "http://img.b2bpic.net/free-photo/family-spending-time-together-home_23-2149032160.jpg?_wi=2", imageAlt: "Emma Robinson" + id: "t3", name: "Emma Robinson", role: "Mom of 3", testimonial: "Fresh, high-quality treats. The kids love their pastries and the prices are so reasonable. Best bakery in town!", imageSrc: "http://img.b2bpic.net/free-photo/family-spending-time-together-home_23-2149032160.jpg", imageAlt: "Emma Robinson" }, { - id: "t4", name: "Jessica Lee", role: "Gluten-Free Customer", testimonial: "Finally found a local bakery that takes gluten-free options seriously. Amazing quality and variety. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/image-working-woman-office-digital-nomad-with-laptop-programmer-designing-web-page-computer_1258-195373.jpg?_wi=2", imageAlt: "Jessica Lee" + id: "t4", name: "Jessica Lee", role: "Gluten-Free Customer", testimonial: "Finally found a local bakery that takes gluten-free options seriously. Amazing quality and variety. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/image-working-woman-office-digital-nomad-with-laptop-programmer-designing-web-page-computer_1258-195373.jpg", imageAlt: "Jessica Lee" }, { - id: "t5", name: "David Park", role: "College Student", testimonial: "Best affordable pastries near campus. Fresh, delicious, and the staff is always super friendly. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/prosperous-business-team-smiling-camera_1262-5438.jpg?_wi=3", imageAlt: "David Park" + id: "t5", name: "David Park", role: "College Student", testimonial: "Best affordable pastries near campus. Fresh, delicious, and the staff is always super friendly. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/prosperous-business-team-smiling-camera_1262-5438.jpg", imageAlt: "David Park" }, { - id: "t6", name: "Lisa Chen", role: "Tourist", testimonial: "Stumbled upon this gem while visiting Williamstown. The bread is incredible. Wish we had this back home!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-ok-gesture_1298-73.jpg?_wi=3", imageAlt: "Lisa Chen" + id: "t6", name: "Lisa Chen", role: "Tourist", testimonial: "Stumbled upon this gem while visiting Williamstown. The bread is incredible. Wish we had this back home!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-ok-gesture_1298-73.jpg", imageAlt: "Lisa Chen" } ]} /> -- 2.49.1