Update src/app/page.tsx

This commit is contained in:
2026-05-28 16:36:51 +00:00
parent 44c64bb1d7
commit ddab1271c1

View File

@@ -225,7 +225,7 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain"}}
variant: "sparkles-gradient"}}
tag="Visit & Order"
title="Experience Bilbell: Visit Us or Order Online"
description="Whether you prefer the cozy ambiance of our café or the convenience of online ordering, Bilbell is ready to serve you. Find us or place your order today!"
@@ -235,6 +235,7 @@ export default function LandingPage() {
{
text: "Order Online", href: "#products"},
]}
buttonAnimation="slide-up"
/>
</div>
@@ -282,4 +283,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}