Merge version_5 into main #13

Merged
bender merged 1 commits from version_5 into main 2026-03-03 15:35:10 +00:00

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