Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-03 08:38:00 +00:00

View File

@@ -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},
]}
/>
</div>