2 Commits

Author SHA1 Message Date
584f02eb3a Update src/app/page.tsx 2026-04-26 20:37:02 +00:00
d616e3974e Merge version_1 into main
Merge version_1 into main
2026-04-26 20:36:23 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{ variant: "plain" }}
title="Quality Products for Daily Life"
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" }]}
imageSrc="http://img.b2bpic.net/free-photo/abundance-fresh-bread-wooden-shelves-generated-by-ai_188544-42350.jpg"
@@ -176,4 +176,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}