Merge version_1 into main #2
266
src/app/page.tsx
266
src/app/page.tsx
@@ -24,199 +24,89 @@ export default function LandingPage() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Hyderabadi Biryani"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Hyderabadi Biryani"
|
||||
button={{ text: "Order Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
logoText="Hyderabadi Biryani"
|
||||
description="The Authentic Taste of Hyderabad in Butwal."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-assortment-different-pakistan-goodies_23-2148821567.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{ variant: "plain" }}
|
||||
logoText="Hyderabadi Biryani"
|
||||
description="The Authentic Taste of Hyderabad in Butwal."
|
||||
buttons={[{ text: "Order Now", href: "#contact" }]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-assortment-different-pakistan-goodies_23-2148821567.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "m1",
|
||||
label: "Biryani Collection",
|
||||
title: "Authentic Clay Pot",
|
||||
items: [
|
||||
"Hyderabadi Dum Biryani - $12",
|
||||
"Kachi Yakhni Biryani - $14",
|
||||
"Paneer Royal Biryani - $10",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
label: "Specialties",
|
||||
title: "Gravies & Sides",
|
||||
items: [
|
||||
"Mirchi Ka Salan - $6",
|
||||
"Bagara Baingan - $7",
|
||||
"Royal Shahi Korma - $9",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
label: "The Lassi House",
|
||||
title: "Refreshments",
|
||||
items: [
|
||||
"Mango Royal Lassi - $4",
|
||||
"Saffron Lassi - $5",
|
||||
"Salted Mint Lassi - $3",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Digital Menu"
|
||||
description="Exquisite flavors from our royal kitchen."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<FeatureCardTwelve
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "m1", label: "Biryani Collection", title: "Authentic Clay Pot", items: ["Hyderabadi Dum Biryani - $12", "Kachi Yakhni Biryani - $14", "Paneer Royal Biryani - $10"] },
|
||||
{ id: "m2", label: "Specialties", title: "Gravies & Sides", items: ["Mirchi Ka Salan - $6", "Bagara Baingan - $7", "Royal Shahi Korma - $9"] },
|
||||
{ id: "m3", label: "The Lassi House", title: "Refreshments", items: ["Mango Royal Lassi - $4", "Saffron Lassi - $5", "Salted Mint Lassi - $3"] },
|
||||
]}
|
||||
title="Digital Menu"
|
||||
description="Exquisite flavors from our royal kitchen."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Main Menu",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/restaurant-menu-template-violet-with-golden_23-2148829119.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Specialty List",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/elegant-menu-template-restaurant-with-ornaments_1361-850.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Lassi Selection",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/engraving-hand-drawn-rustic-restaurant-menu-template_23-2148951149.jpg",
|
||||
},
|
||||
]}
|
||||
title="Authentic Printed Menus"
|
||||
description="Experience the nostalgic touch of our signature card menus."
|
||||
/>
|
||||
</div>
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Main Menu", price: "Featured", imageSrc: "http://img.b2bpic.net/free-vector/restaurant-menu-template-violet-with-golden_23-2148829119.jpg" },
|
||||
{ id: "p2", name: "Specialty List", price: "Featured", imageSrc: "http://img.b2bpic.net/free-vector/elegant-menu-template-restaurant-with-ornaments_1361-850.jpg" },
|
||||
{ id: "p3", name: "Lassi Selection", price: "Featured", imageSrc: "http://img.b2bpic.net/free-vector/engraving-hand-drawn-rustic-restaurant-menu-template_23-2148951149.jpg" },
|
||||
]}
|
||||
title="Authentic Printed Menus"
|
||||
description="Experience the nostalgic touch of our signature card menus."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rajesh K.",
|
||||
role: "Food Critic",
|
||||
testimonial: "The best Matka Biryani I have ever had in Butwal. Pure royal taste.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-dark-skinned-young-female-with-frizzy-hair-eats-something-drinks-smoothie-spends-free-time-with-boyfriend-friend-enjoys-summer-vacations-tropical-country-island_273609-2195.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sunita P.",
|
||||
role: "Local Resident",
|
||||
testimonial: "Friendly staff and impeccable service. The Korma is divine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-elegant-blonde-woman-posing-street-wearing-coat-natural-make-up-sensual-face-long-blonde-hairs-windy-autumn-weather_291049-1833.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Amit S.",
|
||||
role: "Blogger",
|
||||
testimonial: "Authentic flavors and beautiful ambiance. A true Hyderabad experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-relaxed-female-with-positive-smile-sits-terrace-cafe_273609-2522.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Priya D.",
|
||||
role: "Regular",
|
||||
testimonial: "Love the Lassi collection. Perfect accompaniment to the biryani.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-delicious-street-food_23-2151543786.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Suresh G.",
|
||||
role: "Foodie",
|
||||
testimonial: "The aromas transport you straight to the heart of Hyderabad.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-dark-skinned-young-female-with-frizzy-hair-eats-something-drinks-smoothie-spends-free-time-with-boyfriend-friend-enjoys-summer-vacations-tropical-country-island_273609-2195.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Customer Love"
|
||||
description="What our guests say about their royal experience."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Rajesh K.", role: "Food Critic", testimonial: "The best Matka Biryani I have ever had in Butwal. Pure royal taste.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-dark-skinned-young-female-with-frizzy-hair-eats-something-drinks-smoothie-spends-free-time-with-boyfriend-friend-enjoys-summer-vacations-tropical-country-island_273609-2195.jpg" },
|
||||
{ id: "t2", name: "Sunita P.", role: "Local Resident", testimonial: "Friendly staff and impeccable service. The Korma is divine.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-elegant-blonde-woman-posing-street-wearing-coat-natural-make-up-sensual-face-long-blonde-hairs-windy-autumn-weather_291049-1833.jpg" },
|
||||
{ id: "t3", name: "Amit S.", role: "Blogger", testimonial: "Authentic flavors and beautiful ambiance. A true Hyderabad experience.", imageSrc: "http://img.b2bpic.net/free-photo/charming-relaxed-female-with-positive-smile-sits-terrace-cafe_273609-2522.jpg" },
|
||||
{ id: "t4", name: "Priya D.", role: "Regular", testimonial: "Love the Lassi collection. Perfect accompaniment to the biryani.", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-delicious-street-food_23-2151543786.jpg" },
|
||||
{ id: "t5", name: "Suresh G.", role: "Foodie", testimonial: "The aromas transport you straight to the heart of Hyderabad.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-dark-skinned-young-female-with-frizzy-hair-eats-something-drinks-smoothie-spends-free-time-with-boyfriend-friend-enjoys-summer-vacations-tropical-country-island_273609-2195.jpg" },
|
||||
]}
|
||||
title="Customer Love"
|
||||
description="What our guests say about their royal experience."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Call Us: +977 982-6426071",
|
||||
href: "tel:+9779826426071",
|
||||
},
|
||||
{
|
||||
label: "Order on WhatsApp",
|
||||
href: "https://wa.me/9779826426071",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "Find us on Google Maps",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Hyderabadi Biryani Butwal."
|
||||
bottomRightText="All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Connect", items: [{ label: "Call Us: +977 982-6426071", href: "tel:+9779826426071" }, { label: "Order on WhatsApp", href: "https://wa.me/9779826426071" }] },
|
||||
{ title: "Location", items: [{ label: "Find us on Google Maps", href: "https://maps.google.com" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Hyderabadi Biryani Butwal."
|
||||
bottomRightText="All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user