Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-12 06:49:19 +00:00

View File

@@ -40,7 +40,6 @@ export default function LandingPage() {
name: "Visit", id: "#location"},
]}
brandName="Fika Coffee Shop"
button={{ text: "Order Now", href: "#" }}
/>
</div>
@@ -209,10 +208,7 @@ export default function LandingPage() {
tag="Join Us"
title="Your New Favourite Coffee Spot Awaits"
description="Come experience the warmth and taste the love in every cup. Your table is ready."
buttons={[
{
text: "Visit Fika Coffee Shop", href: "#"},
]}
buttons={[]}
/>
</div>
@@ -257,4 +253,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}