From 5a40a0528ff20ac720fd8214f50a0429434d713e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:35:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index db52e2a..103a555 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,7 +105,6 @@ export default function LandingPage() { { id: 5, title: "Quality Pastries", description: "Fresh-baked pastries and food items", imageSrc: "https://images.unsplash.com/photo-1494857671063-26f21f4ad20e?w=600&h=600&fit=crop", imageAlt: "Pastries" }, { id: 6, title: "Welcoming Vibe", description: "Calm, friendly atmosphere appreciated by all visitors", imageSrc: "https://images.unsplash.com/photo-1502920917128-1aa500764cbd?w=600&h=600&fit=crop", imageAlt: "Atmosphere" } ]} - animationType="slide-up" buttons={[ { text: "See Full Menu", href: "#menu" } ]}