Merge version_1 into main #1
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
title="Fresh, Fast & Delicious Food in Central Delhi"
|
||||
description="Order your favorite fast food in minutes from Delhi's trusted local favorite. 5.0 rated, quick service, affordable prices. Available in BK Dutt Colony, Lodhi Colony & Pragati Maidan."
|
||||
background="gradient-bars"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="5.0 Rating • 100+ Happy Customers"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
@@ -55,11 +55,11 @@ export default function LandingPage() {
|
||||
imageAlt="Fresh delicious fast food meal from Delhi 3"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ text: "Chicken Tikka" },
|
||||
{ text: "Paneer Roll" },
|
||||
{ text: "Biryani" },
|
||||
{ text: "Aloo Tikki" },
|
||||
{ text: "Chaat" }
|
||||
{ type: "text-icon", text: "Chicken Tikka", icon: Zap },
|
||||
{ type: "text-icon", text: "Paneer Roll", icon: Zap },
|
||||
{ type: "text-icon", text: "Biryani", icon: Zap },
|
||||
{ type: "text-icon", text: "Aloo Tikki", icon: Zap },
|
||||
{ type: "text-icon", text: "Chaat", icon: Zap }
|
||||
]}
|
||||
marqueeSpeed={35}
|
||||
showMarqueeCard={true}
|
||||
|
||||
Reference in New Issue
Block a user