Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-26 20:38:15 +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>
);
}
}