2 Commits

Author SHA1 Message Date
0529bcb63a Update src/app/page.tsx 2026-04-26 20:38:11 +00:00
0f272fe9f1 Merge version_2 into main
Merge version_2 into main
2026-04-26 20:37:08 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}