Update src/app/page.tsx

This commit is contained in:
2026-04-28 16:01:20 +00:00
parent 3a5f3f94b1
commit ce4de45ef6

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
description="Experience the legacy of Uljara IVANIŠEVIĆ. Pure, cold-pressed organic olive oil from the heart of Podstrana, Croatia."
buttons={[
{
text: "View Reserve Collection", href: "#products"},
text: "Shop Reserve Collection", href: "#products"},
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/olive-trees_1182-834.jpg", imageAlt: "Olive grove in sunset" },
@@ -185,4 +185,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}