Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user