Update src/app/page.tsx

This commit is contained in:
2026-03-03 15:35:04 +00:00
parent 443082e901
commit 5a40a0528f

View File

@@ -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" }
]}