From a4aabd1975ba971993f8cc356c79b8128e25af70 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 08:37:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b40aae8..993287d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,6 @@ export default function CoffeeShopPage() { tag="Crafting Perfect Moments" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "plain" }} buttons={[ { text: "View Menu", href: "#menu" }, { text: "Find Us", href: "#contact" }, @@ -105,15 +104,15 @@ export default function CoffeeShopPage() { cardClassName="!h-auto aspect-video" features={[ { - title: "Warm Interiors", description: "Relax in our inviting space.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/interior-1.webp", imageAlt: "Coffee shop interior with warm lighting"}, + title: "Warm Interiors", description: "Relax in our inviting space.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/interior-1.webp", imageAlt: "Coffee shop interior with warm lighting", buttonIcon: Star}, { - title: "Outdoor Seating", description: "Enjoy your coffee al fresco.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/outdoor-2.webp", imageAlt: "Outdoor seating area"}, + title: "Outdoor Seating", description: "Enjoy your coffee al fresco.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/outdoor-2.webp", imageAlt: "Outdoor seating area", buttonIcon: Star}, { - title: "Artisan Decor", description: "Thoughtfully designed spaces.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/interior-3.webp", imageAlt: "Coffee shop interior with plants and art"}, + title: "Artisan Decor", description: "Thoughtfully designed spaces.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/interior-3.webp", imageAlt: "Coffee shop interior with plants and art", buttonIcon: Star}, { - title: "Community Hub", description: "A place to connect and create.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/community-4.webp", imageAlt: "People chatting in a coffee shop"}, + title: "Community Hub", description: "A place to connect and create.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/community-4.webp", imageAlt: "People chatting in a coffee shop", buttonIcon: Star}, { - title: "Freshly Baked", description: "Delicious treats baked daily.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/pastry-5.webp", imageAlt: "Fresh pastries on display"}, + title: "Freshly Baked", description: "Delicious treats baked daily.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/coffee-shop/pastry-5.webp", imageAlt: "Fresh pastries on display", buttonIcon: Star}, ]} /> -- 2.49.1