Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-27 10:19:41 +00:00

View File

@@ -17,27 +17,26 @@ export default function LandingPage() {
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Reserve",
id: "#reserve",
},
name: "Reserve", id: "#reserve"},
{
name: "Order",
id: "#order",
},
name: "Order", id: "#order"},
{
name: "Visit",
id: "#visit",
},
name: "Visit", id: "#visit"},
]}
brandName="The Messy Door"
/>
@@ -49,17 +48,11 @@ export default function LandingPage() {
description="Jaipur Flavors. Ahmedabad Vibes. Serving wood-fired pizzas, loaded nachos & signature iced lattes."
buttons={[
{
text: "Call Now",
href: "tel:08511123254",
},
text: "Call Now", href: "tel:08511123254"},
{
text: "Reserve Table",
href: "#reserve",
},
text: "Reserve Table", href: "#reserve"},
{
text: "Order Online",
href: "#order",
},
text: "Order Online", href: "#order"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/outdoors-table-ocean-beach-background_53876-23233.jpg"
@@ -72,12 +65,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Zomato",
"Swiggy",
"Google Reviews",
"Instagram",
"TripAdvisor",
]}
"Zomato", "Swiggy", "Google Reviews", "Instagram", "TripAdvisor"]}
title="Loved by Ahmedabad"
description="1,200+ Happy Customers & 4.5 star ratings."
tag="Trusted By"
@@ -93,32 +81,14 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1",
brand: "Starters",
name: "Loaded Nachos",
price: "₹349",
rating: 5,
reviewCount: "200+",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-mexican-party-food_23-2149362780.jpg",
},
id: "1", brand: "Starters", name: "Loaded Nachos", price: "₹349", rating: 5,
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-mexican-party-food_23-2149362780.jpg"},
{
id: "2",
brand: "Main",
name: "Wood-fired Pizza",
price: "₹499",
rating: 5,
reviewCount: "500+",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pizza-near-tomatoes-sauce_23-2147772125.jpg",
},
id: "2", brand: "Main", name: "Wood-fired Pizza", price: "₹499", rating: 5,
reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pizza-near-tomatoes-sauce_23-2147772125.jpg"},
{
id: "3",
brand: "Beverage",
name: "Tiramisu Iced Latte",
price: "₹229",
rating: 5,
reviewCount: "300+",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-delicious-iced-coffee_52683-91640.jpg",
},
id: "3", brand: "Beverage", name: "Tiramisu Iced Latte", price: "₹229", rating: 5,
reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-delicious-iced-coffee_52683-91640.jpg"},
]}
title="Signature Dishes"
description="Cravings satisfied with our handcrafted menu."
@@ -134,9 +104,7 @@ export default function LandingPage() {
title="Born in Jaipur, now in Ahmedabad. We bring the soul of rustic wood-fired cooking and authentic café culture to your neighborhood."
buttons={[
{
text: "View Full Menu",
href: "#menu",
},
text: "View Full Menu", href: "#menu"},
]}
tagIcon={Heart}
/>
@@ -146,18 +114,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
text="📍 HL College Road, Navrangpura, Ahmedabad. Open daily until 11 PM. Your table is waiting."
buttons={[
{
text: "Get Directions",
href: "#",
},
text: "Get Directions", href: "#"},
{
text: "Call Now",
href: "tel:08511123254",
},
text: "Call Now", href: "tel:08511123254"},
]}
/>
</div>
@@ -167,34 +130,23 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-psd/coffee-shop-template-design_23-2150832601.jpg"
columns={[
{
title: "Visit Us",
items: [
title: "Visit Us", items: [
{
label: "Directions",
href: "#",
},
label: "Directions", href: "#"},
],
},
{
title: "Social",
items: [
title: "Social", items: [
{
label: "Instagram",
href: "https://instagram.com",
},
label: "Instagram", href: "https://instagram.com"},
],
},
{
title: "Orders",
items: [
title: "Orders", items: [
{
label: "Order on Zomato",
href: "#",
},
label: "Order on Zomato", href: "#"},
{
label: "Order on Swiggy",
href: "#",
},
label: "Order on Swiggy", href: "#"},
],
},
]}