2 Commits

Author SHA1 Message Date
6a055a7690 Update src/app/page.tsx 2026-04-28 13:10:34 +00:00
5940cb5373 Merge version_5 into main
Merge version_5 into main
2026-04-28 13:09:49 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
title="Artemis Kafe: Crafting Moments in Every Sip"
description="Experience the perfect balance of artisanal coffee and warm, inviting atmosphere at the heart of the city."
background={{ variant: "radial-gradient" }}
buttons={[{ text: "View Menu", href: "#products" }]}
buttons={[{ text: "Explore Our Signature Menu", href: "#products" }]}
mediaAnimation="opacity"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/teenager-studying-gesturing-thumb-up_23-2147860826.jpg", imageAlt: "Cafe Scene 1" },
@@ -136,4 +136,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}