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 +}