4 Commits

Author SHA1 Message Date
3b6bd6619e Update src/app/page.tsx 2026-05-11 08:10:34 +00:00
ef15e0ac5d Update src/app/page.tsx 2026-05-11 07:59:29 +00:00
532eab6c35 Update src/app/page.tsx 2026-05-11 07:50:50 +00:00
c3c271408c Merge version_1 into main
Merge version_1 into main
2026-05-11 07:49:48 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
{ {
name: "Contact", id: "contact"}, name: "Contact", id: "contact"},
]} ]}
brandName="Foodies Heaven" brandName="FOODIES HEAVEN "
button={{ text: "Order Now", href: "#products" }} button={{ text: "Order Now", href: "#products" }}
/> />
</div> </div>
@@ -50,8 +50,8 @@ export default function LandingPage() {
<HeroBillboard <HeroBillboard
background={{ background={{
variant: "gradient-bars"}} variant: "gradient-bars"}}
title="Fresh Food, Great Vibes, Every Time" title="BEST FLAVOR.S IN MUZAFFARNAGAR "
description="From crispy pizza to authentic kulcha—experience Muzaffarnagar's favorite food court with quality ingredients, friendly service, and the buzz locals love." description=" From crispy pizza to authentic kulcha—experience Muzaffarnagar's favorite food court with quality ingredients, friendly service, and the buzz locals love."
buttons={[ buttons={[
{ {
text: "Order Now", href: "#products"}, text: "Order Now", href: "#products"},
@@ -231,4 +231,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }