Update src/app/page.tsx

This commit is contained in:
2026-03-12 16:46:02 +00:00
parent 63b3e76e54
commit d7ba8c46eb

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tag="Artisanal Bakery"
tagIcon={Croissant}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
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" },
@@ -127,20 +127,17 @@ 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", 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", 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: [
"Supporting Apex, NC and surrounding neighborhoods", "Employing local artisans and staff", "Part of the fabric of our community"
],
imageSrc: "http://img.b2bpic.net/free-photo/group-pretty-women-enjoying-some-coffee-together-restaurant-gossiping_662251-762.jpg", imageAlt: "Local community gathering place bakery cafe"
], imageSrc: "http://img.b2bpic.net/free-photo/group-pretty-women-enjoying-some-coffee-together-restaurant-gossiping_662251-762.jpg", imageAlt: "Local community gathering place bakery cafe"
}
]}
gridVariant="three-columns-all-equal-width"