From a60c18dab5511d062fbdb5360d5aaf0ef751a9a9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 21:41:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5605427..44ca034 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { { id: "3", name: "Iced Latte", price: "4,20 €", variant: "Sommer", imageSrc: "https://images.unsplash.com/photo-1461023058943-07fcbe16d735?q=80&w=2069&auto=format&fit=crop" }, ]} title="Unsere Kaffeespezialitäten" - description="Frisch zubereitet für deinen perfekten Kaffeemoment." + description="Discover our signature roasts, from classic espressos to seasonal iced creations." /> @@ -164,4 +164,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}