Merge version_6 into main #5

Merged
bender merged 1 commits from version_6 into main 2026-04-28 13:10:38 +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>
);
}
}