From 0529bcb63ab703e5a67c175fd86eb0f0977b86f0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 20:38:11 +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 a298e1c..9eb25c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { background={{ variant: "plain" }} title="Fresh Quality Produce in Poros" description="Experience the premium selection of fresh produce, fine foods, and daily essentials at Leonidas Super Market in Poros, Kefalonia." - buttons={[{ text: "Visit Store", href: "#contact" }]} + buttons={[{ text: "Visit Our Store", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/abundance-fresh-bread-wooden-shelves-generated-by-ai_188544-42350.jpg" imageAlt="Leonidas Super Market Fresh Display" avatars={[ @@ -176,4 +176,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1