From 63b3e76e541068bcbd9db418895ae200972f1a74 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:44:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ae3630..5a82e73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,14 +52,14 @@ export default function LandingPage() { leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/cake-pan-with-basket-apples_23-2148368328.jpg", imageAlt: "Golden buttery croissants fresh from oven" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-lemon-cinnamon-star-anise-cup-tea-cake-with-red-currants-cupcakes_140725-123303.jpg", imageAlt: "Italian bomboloni pastries artisanal filled" }, - { imageSrc: "http://img.b2bpic.net/free-photo/croissants-sugar_1220-102.jpg?_wi=1", imageAlt: "Premium european croissant heritage recipe" }, - { imageSrc: "http://img.b2bpic.net/free-photo/male-baker-s-hand-kneading-dough-kitchen-table_23-2147872733.jpg?_wi=1", imageAlt: "Fresh european bakery ingredients quality" } + { imageSrc: "http://img.b2bpic.net/free-photo/croissants-sugar_1220-102.jpg", imageAlt: "Premium european croissant heritage recipe" }, + { imageSrc: "http://img.b2bpic.net/free-photo/male-baker-s-hand-kneading-dough-kitchen-table_23-2147872733.jpg", imageAlt: "Fresh european bakery ingredients quality" } ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-having-lunch_23-2150598339.jpg", imageAlt: "Cozy european cafe interior warm aesthetic" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-having-cappuccino-laptop_23-2147689238.jpg", imageAlt: "Exceptional specialty coffee with latte art" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-bread-sale-market-stall_23-2148209818.jpg?_wi=1", imageAlt: "European artisanal bakery shop interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baker-wearing-apron_23-2149233711.jpg?_wi=1", imageAlt: "Premium cafe experience comfortable seating" } + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-bread-sale-market-stall_23-2148209818.jpg", imageAlt: "European artisanal bakery shop interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baker-wearing-apron_23-2149233711.jpg", imageAlt: "Premium cafe experience comfortable seating" } ]} buttons={[ { text: "Order Now", href: "#contact" }, @@ -76,7 +76,7 @@ export default function LandingPage() { description="At Paul & Jacks, we blend authentic European baking traditions with a commitment to our Apex community. Every croissant, bomboloni, and espresso is made fresh daily using premium ingredients sourced for quality and sustainability. Our café isn't just a bakery—it's a gathering place where neighbors become friends and coffee conversations turn into memories." tag="About Us" tagIcon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/close-up-tasty-bread-sale-market-stall_23-2148209818.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-tasty-bread-sale-market-stall_23-2148209818.jpg" imageAlt="Paul & Jacks Bakery interior European heritage aesthetic" buttons={[ { text: "Learn Our Story", href: "#products" } @@ -95,7 +95,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Paul & Jacks", name: "Authentic French Croissants", price: "$5.95", rating: 5, - reviewCount: "487", imageSrc: "http://img.b2bpic.net/free-photo/croissants-sugar_1220-102.jpg?_wi=2", imageAlt: "Golden buttery french croissants artisanal" + reviewCount: "487", imageSrc: "http://img.b2bpic.net/free-photo/croissants-sugar_1220-102.jpg", imageAlt: "Golden buttery french croissants artisanal" }, { id: "2", brand: "Paul & Jacks", name: "Italian Bomboloni Pastries", price: "$4.50", rating: 5, @@ -128,13 +128,13 @@ export default function LandingPage() { id: "1", title: "Premium Quality Ingredients", descriptions: [ "European butter, Belgian chocolate, and finest grains", "Direct-sourced from heritage suppliers", "No artificial preservatives or shortcuts" ], - imageSrc: "http://img.b2bpic.net/free-photo/male-baker-s-hand-kneading-dough-kitchen-table_23-2147872733.jpg?_wi=2", imageAlt: "Premium baking ingredients fresh european sourced" + imageSrc: "http://img.b2bpic.net/free-photo/male-baker-s-hand-kneading-dough-kitchen-table_23-2147872733.jpg", imageAlt: "Premium baking ingredients fresh european sourced" }, { id: "2", title: "Warm Café Atmosphere", descriptions: [ "Cozy, intimate seating designed for connection", "Instagram-worthy European aesthetic", "Perfect for morning meetings or afternoon gatherings" ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baker-wearing-apron_23-2149233711.jpg?_wi=2", imageAlt: "Warm cozy cafe atmosphere comfortable seating" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-baker-wearing-apron_23-2149233711.jpg", imageAlt: "Warm cozy cafe atmosphere comfortable seating" }, { id: "3", title: "Local, Community-Focused", descriptions: [ @@ -190,9 +190,9 @@ export default function LandingPage() { tag="Community Recognition" tagIcon={Trophy} tagAnimation="slide-up" - names=[ + names={[ "Apex Local Business Leaders", "European Artisan Bakery Association", "NC Craft Food Alliance", "Apex Community Choice Award", "Heritage Quality Assurance Certified", "Local Supporting Local Champion", "Premium Artisanal Business Network" - ] + ]} textboxLayout="default" useInvertedBackground={false} showCard={true} -- 2.49.1