diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d03986..ee0a2d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,22 +55,22 @@ export default function PandosPastryPage() { buttonAnimation="blur-reveal" carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baker-wearing-apron_23-2149233711.jpg", imageAlt: "artisan croissant fresh pastry golden brown" + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baker-wearing-apron_23-2149233711.jpg?_wi=1", imageAlt: "artisan croissant fresh pastry golden brown" }, { - id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cinnamon-rolls-blueberries_23-2148904696.jpg", imageAlt: "danish pastry colorful fruit jam elegant" + id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cinnamon-rolls-blueberries_23-2148904696.jpg?_wi=1", imageAlt: "danish pastry colorful fruit jam elegant" }, { - id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-eclairs-with-cookies-light-table-dessert-cake-cookie_140725-125923.jpg", imageAlt: "chocolate eclair dessert gourmet pastry" + id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-eclairs-with-cookies-light-table-dessert-cake-cookie_140725-125923.jpg?_wi=1", imageAlt: "chocolate eclair dessert gourmet pastry" }, { - id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fruity-cakes-arrangement_23-2148536851.jpg", imageAlt: "tart pastry fresh berries elegant dessert" + id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fruity-cakes-arrangement_23-2148536851.jpg?_wi=1", imageAlt: "tart pastry fresh berries elegant dessert" }, { - id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ice-cream-biscuit_23-2148569465.jpg", imageAlt: "almond croissant premium pastry quality baking" + id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ice-cream-biscuit_23-2148569465.jpg?_wi=1", imageAlt: "almond croissant premium pastry quality baking" }, { - id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/bakery_23-2148011689.jpg", imageAlt: "seasonal pastry specialty artisan baker" + id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/bakery_23-2148011689.jpg?_wi=1", imageAlt: "seasonal pastry specialty artisan baker" } ]} autoPlay={true} @@ -88,22 +88,22 @@ export default function PandosPastryPage() { tagAnimation="slide-up" products={[ { - id: "croissant", name: "Butter Croissant", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baker-wearing-apron_23-2149233711.jpg", imageAlt: "Butter Croissant" + id: "croissant", name: "Butter Croissant", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baker-wearing-apron_23-2149233711.jpg?_wi=2", imageAlt: "Butter Croissant" }, { - id: "danish", name: "Fruit Danish", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cinnamon-rolls-blueberries_23-2148904696.jpg", imageAlt: "Fruit Danish" + id: "danish", name: "Fruit Danish", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cinnamon-rolls-blueberries_23-2148904696.jpg?_wi=2", imageAlt: "Fruit Danish" }, { - id: "eclair", name: "Chocolate Eclair", price: "$5.75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-eclairs-with-cookies-light-table-dessert-cake-cookie_140725-125923.jpg", imageAlt: "Chocolate Eclair" + id: "eclair", name: "Chocolate Eclair", price: "$5.75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-choco-eclairs-with-cookies-light-table-dessert-cake-cookie_140725-125923.jpg?_wi=2", imageAlt: "Chocolate Eclair" }, { - id: "tart", name: "Berry Tart", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fruity-cakes-arrangement_23-2148536851.jpg", imageAlt: "Berry Tart" + id: "tart", name: "Berry Tart", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fruity-cakes-arrangement_23-2148536851.jpg?_wi=2", imageAlt: "Berry Tart" }, { - id: "almond", name: "Almond Croissant", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ice-cream-biscuit_23-2148569465.jpg", imageAlt: "Almond Croissant" + id: "almond", name: "Almond Croissant", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ice-cream-biscuit_23-2148569465.jpg?_wi=2", imageAlt: "Almond Croissant" }, { - id: "seasonal", name: "Seasonal Special", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/bakery_23-2148011689.jpg", imageAlt: "Seasonal Special" + id: "seasonal", name: "Seasonal Special", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/bakery_23-2148011689.jpg?_wi=2", imageAlt: "Seasonal Special" } ]} gridVariant="asymmetric-60-wide-40-narrow" @@ -137,10 +137,10 @@ export default function PandosPastryPage() { title: "Fresh Every Day", description: "Baked fresh daily with no preservatives, just pure artisan quality from our ovens to your table", icon: Flame, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-baker-holding-bread_23-2149234905.jpg", imageAlt: "bakery fresh daily morning production" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-baker-holding-bread_23-2149234905.jpg?_wi=1", imageAlt: "bakery fresh daily morning production" }, { - imageSrc: "http://img.b2bpic.net/free-photo/yogurt-pot-tomatoes-herbs-olive-bottle-wooden-table-top-view_114579-4585.jpg", imageAlt: "fresh organic ingredients quality sourcing" + imageSrc: "http://img.b2bpic.net/free-photo/yogurt-pot-tomatoes-herbs-olive-bottle-wooden-table-top-view_114579-4585.jpg?_wi=1", imageAlt: "fresh organic ingredients quality sourcing" } ] }, @@ -148,10 +148,10 @@ export default function PandosPastryPage() { title: "Premium Ingredients", description: "We source the finest European butter, Belgian chocolate, and locally-sourced organic produce whenever possible", icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/yogurt-pot-tomatoes-herbs-olive-bottle-wooden-table-top-view_114579-4585.jpg", imageAlt: "fresh organic ingredients quality sourcing" + imageSrc: "http://img.b2bpic.net/free-photo/yogurt-pot-tomatoes-herbs-olive-bottle-wooden-table-top-view_114579-4585.jpg?_wi=2", imageAlt: "fresh organic ingredients quality sourcing" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-baker-holding-bread_23-2149234905.jpg", imageAlt: "bakery fresh daily morning production" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-baker-holding-bread_23-2149234905.jpg?_wi=2", imageAlt: "bakery fresh daily morning production" } ] }, @@ -162,7 +162,7 @@ export default function PandosPastryPage() { imageSrc: "http://img.b2bpic.net/free-photo/food-dessert-representative-elements_23-2149177042.jpg", imageAlt: "custom pastry celebration elegant design" }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fruity-cakes-arrangement_23-2148536851.jpg", imageAlt: "tart pastry fresh berries elegant dessert" + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fruity-cakes-arrangement_23-2148536851.jpg?_wi=3", imageAlt: "tart pastry fresh berries elegant dessert" } ] }, @@ -173,7 +173,7 @@ export default function PandosPastryPage() { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24672.jpg", imageAlt: "local business community pottstown pennsylvania" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baker-wearing-apron_23-2149233711.jpg", imageAlt: "artisan croissant fresh pastry golden brown" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baker-wearing-apron_23-2149233711.jpg?_wi=3", imageAlt: "artisan croissant fresh pastry golden brown" } ] } @@ -216,11 +216,11 @@ export default function PandosPastryPage() { testimonials={[ { id: "testimonial-sarah", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "The croissants here are absolutely divine. I visit Pandos at least twice a week—they're the highlight of my mornings in Pottstown!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg", imageAlt: "happy customer satisfied smiling portrait" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg?_wi=1", imageAlt: "happy customer satisfied smiling portrait" }, { id: "testimonial-james", name: "James Chen", handle: "@jameschen92", testimonial: "I ordered custom pastries for my daughter's wedding. The team at Pandos made everything perfect. Couldn't have asked for better service and quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/isolated-portrait-cheerful-young-bearded-hipster-smiling-having-fun-nice-conversation-with-his-friends_273609-1774.jpg", imageAlt: "man professional portrait confident smile" + imageSrc: "http://img.b2bpic.net/free-photo/isolated-portrait-cheerful-young-bearded-hipster-smiling-having-fun-nice-conversation-with-his-friends_273609-1774.jpg?_wi=1", imageAlt: "man professional portrait confident smile" }, { id: "testimonial-emma", name: "Emma Rodriguez", handle: "@emmalovessweets", testimonial: "Fresh, authentic, and absolutely delicious. Pandos has ruined all other bakeries for me. Worth every penny!", rating: 5, @@ -232,11 +232,11 @@ export default function PandosPastryPage() { }, { id: "testimonial-linda", name: "Linda Parker", handle: "@lindabakes", testimonial: "As a baker myself, I can appreciate the skill and dedication here. Pandos sets the standard for what pastry should be.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg", imageAlt: "happy customer satisfied smiling portrait" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg?_wi=2", imageAlt: "happy customer satisfied smiling portrait" }, { id: "testimonial-david", name: "David Wu", handle: "@davidwu_food", testimonial: "Finally found a bakery that understands quality ingredients and proper technique. Pandos is a gem in Pottstown!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/isolated-portrait-cheerful-young-bearded-hipster-smiling-having-fun-nice-conversation-with-his-friends_273609-1774.jpg", imageAlt: "man professional portrait confident smile" + imageSrc: "http://img.b2bpic.net/free-photo/isolated-portrait-cheerful-young-bearded-hipster-smiling-having-fun-nice-conversation-with-his-friends_273609-1774.jpg?_wi=2", imageAlt: "man professional portrait confident smile" } ]} showRating={true}