From 38ee25635538909134815877bd5ee74437a0dab8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 05:58:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ad6bc37..2887f88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,7 @@ export default function ArtisanBakeryPage() { description="Discover our artisanal collection of premium breads, pastries, and custom cakes made with the finest ingredients. Every item is crafted daily in our traditional ovens with passion and expertise." tag="Premium Bakery" tagIcon={Sparkles} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/beautiful-still-life-with-different-kinds-bread-grain-flour-weight-ears-wheat-pitcher-milk-eggs-black-background_639032-477.jpg" imageAlt="Fresh artisan bakery bread display" mediaAnimation="slide-up" @@ -182,20 +183,16 @@ export default function ArtisanBakeryPage() { tagIcon={MessageCircle} testimonials={[ { - id: "1", name: "Emma Rodriguez", role: "Regular Customer", company: "Local Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-blond-business-woman-standing-with-coffee-cup_23-2148095744.jpg" + id: "1", name: "Emma Rodriguez", role: "Regular Customer", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-blond-business-woman-standing-with-coffee-cup_23-2148095744.jpg" }, { - id: "2", name: "Michael Chen", role: "Event Organizer", company: "Premium Events Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-handsome-man-showing-thumbs-up-looking-camera_141793-129831.jpg" + id: "2", name: "Michael Chen", role: "Event Organizer", company: "Premium Events Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-blonde-handsome-man-showing-thumbs-up-looking-camera_141793-129831.jpg" }, { - id: "3", name: "Lisa Thompson", role: "Cafe Owner", company: "Downtown Cafe", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-posing_23-2148142708.jpg" + id: "3", name: "Lisa Thompson", role: "Cafe Owner", company: "Downtown Cafe", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-posing_23-2148142708.jpg" }, { - id: "4", name: "David Park", role: "Restaurant Chef", company: "Fine Dining Bistro", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-hands-furious-gesture-blue-suit-looking-annoyed-front-view_176474-14898.jpg" + id: "4", name: "David Park", role: "Restaurant Chef", company: "Fine Dining Bistro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-hands-furious-gesture-blue-suit-looking-annoyed-front-view_176474-14898.jpg" }, ]} kpiItems={[ -- 2.49.1