7 Commits

Author SHA1 Message Date
e0db8bba64 Merge version_2 into main
Merge version_2 into main
2026-05-11 08:10:37 +00:00
3b6bd6619e Update src/app/page.tsx 2026-05-11 08:10:34 +00:00
4d13853022 Merge version_2 into main
Merge version_2 into main
2026-05-11 07:59:32 +00:00
ef15e0ac5d Update src/app/page.tsx 2026-05-11 07:59:29 +00:00
7ff026a902 Merge version_2 into main
Merge version_2 into main
2026-05-11 07:50:53 +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"},
]}
brandName="Foodies Heaven"
brandName="FOODIES HEAVEN "
button={{ text: "Order Now", href: "#products" }}
/>
</div>
@@ -50,8 +50,8 @@ export default function LandingPage() {
<HeroBillboard
background={{
variant: "gradient-bars"}}
title="Fresh Food, Great Vibes, Every Time"
description="From crispy pizza to authentic kulcha—experience Muzaffarnagar's favorite food court with quality ingredients, friendly service, and the buzz locals love."
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."
buttons={[
{
text: "Order Now", href: "#products"},
@@ -231,4 +231,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}