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