Merge version_1 into main #2
296
src/app/page.tsx
296
src/app/page.tsx
@@ -32,101 +32,44 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Pind"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Authentic Flavors, Rooted in Tradition."
|
||||
description="Experience the true essence of Indian cuisine at Pind, where every dish tells a story of heritage and quality."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Served",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Recipes",
|
||||
},
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Star Rating",
|
||||
},
|
||||
{ value: "15+", label: "Years Served" },
|
||||
{ value: "50+", label: "Recipes" },
|
||||
{ value: "4.9", label: "Star Rating" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rice-garnish-tandir-bread-buns-green-salad-table_114579-2579.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rice-garnish-tandir-bread-buns-green-salad-table_114579-2579.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fried-meat-with-homemade-potatoes-fried-mushrooms_140725-2104.jpg",
|
||||
alt: "Happy regular customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/caucasian-traditional-rice-garnish-with-herbs-inside-pottery-bowl-served-with-bread-bun_114579-1812.jpg",
|
||||
alt: "Satisfied foodie",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/meat-pie-baked-inside-pottery-bowl-taking-meat_114579-1087.jpg",
|
||||
alt: "Longtime patron",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-dish-piti-pot-with-sumac-dried-herbs-onions-tray_141793-5179.jpg",
|
||||
alt: "Diner enjoying a meal",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-red-hat-talking-with-man_171337-16410.jpg",
|
||||
alt: "Smiling restaurant guest",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/fried-meat-with-homemade-potatoes-fried-mushrooms_140725-2104.jpg", alt: "Happy regular customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/caucasian-traditional-rice-garnish-with-herbs-inside-pottery-bowl-served-with-bread-bun_114579-1812.jpg", alt: "Satisfied foodie" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/meat-pie-baked-inside-pottery-bowl-taking-meat_114579-1087.jpg", alt: "Longtime patron" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-dish-piti-pot-with-sumac-dried-herbs-onions-tray_141793-5179.jpg", alt: "Diner enjoying a meal" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-woman-red-hat-talking-with-man_171337-16410.jpg", alt: "Smiling restaurant guest" },
|
||||
]}
|
||||
avatarText="Join 10k+ happy diners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Traditional Spices",
|
||||
icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Clay Oven Baked",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Family Recipes",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Warm Atmosphere",
|
||||
},
|
||||
{ type: "text", text: "Locally Sourced" },
|
||||
{ type: "text-icon", text: "Traditional Spices", icon: Flame },
|
||||
{ type: "text", text: "Clay Oven Baked" },
|
||||
{ type: "text-icon", text: "Family Recipes", icon: Award },
|
||||
{ type: "text", text: "Warm Atmosphere" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,19 +78,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Journey to Your ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259633.jpg",
|
||||
alt: "About Pind",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Table",
|
||||
},
|
||||
{ type: "text", content: "Our Journey to Your " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259633.jpg", alt: "About Pind" },
|
||||
{ type: "text", content: " Table" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -158,26 +91,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Spices",
|
||||
title: "Fresh Ground Spices",
|
||||
subtitle: "Authentic Blend",
|
||||
description: "Every spice we use is hand-ground to preserve its unique aromatic profile.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-saffron-still-life-assortment_23-2149130030.jpg?_wi=1",
|
||||
},
|
||||
tag: "Spices", title: "Fresh Ground Spices", subtitle: "Authentic Blend", description: "Every spice we use is hand-ground to preserve its unique aromatic profile.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-saffron-still-life-assortment_23-2149130030.jpg"},
|
||||
{
|
||||
tag: "Method",
|
||||
title: "Traditional Clay Ovens",
|
||||
subtitle: "Heritage Cooking",
|
||||
description: "Our tandoors bring that perfect char and smokiness to every dish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-meal-piti-meat-stew-pottery-cup-served-with-yogurt_114579-4545.jpg?_wi=1",
|
||||
},
|
||||
tag: "Method", title: "Traditional Clay Ovens", subtitle: "Heritage Cooking", description: "Our tandoors bring that perfect char and smokiness to every dish.", imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-meal-piti-meat-stew-pottery-cup-served-with-yogurt_114579-4545.jpg"},
|
||||
{
|
||||
tag: "Vibe",
|
||||
title: "Warm Atmosphere",
|
||||
subtitle: "Community Focused",
|
||||
description: "Designed for families, friends, and anyone looking for a soulful meal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-food_23-2149073434.jpg?_wi=1",
|
||||
},
|
||||
tag: "Vibe", title: "Warm Atmosphere", subtitle: "Community Focused", description: "Designed for families, friends, and anyone looking for a soulful meal.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-food_23-2149073434.jpg"},
|
||||
]}
|
||||
title="Why Dine With Us"
|
||||
description="We blend ancient cooking techniques with fresh, locally sourced ingredients to bring you an unparalleled dining experience."
|
||||
@@ -191,60 +109,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Starter",
|
||||
name: "Vegetable Samosas",
|
||||
price: "$8",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-stuffed-eggplant-rolls-white-oval-plate-different-spices-grey-surface_140725-107275.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Bread",
|
||||
name: "Garlic Naan",
|
||||
price: "$4",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-spices_23-2148747647.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Main",
|
||||
name: "Butter Chicken",
|
||||
price: "$18",
|
||||
rating: 5,
|
||||
reviewCount: "350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-indian-food-assortment_23-2148747704.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Side",
|
||||
name: "Aloo Gobi",
|
||||
price: "$14",
|
||||
rating: 4,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-potato-pies-with-mushed-pumpkin-tomatoes-grey-background-oven-cake-pie-bake-color_140725-110273.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Drink",
|
||||
name: "Mango Lassi",
|
||||
price: "$6",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-glass-with-mojito_1203-373.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Dessert",
|
||||
name: "Gulab Jamun",
|
||||
price: "$7",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-pink-cream-chocolates-light-desk-cake-biscuit-sweet-bake-cream_140725-31879.jpg",
|
||||
},
|
||||
{ id: "1", brand: "Starter", name: "Vegetable Samosas", price: "$8", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-stuffed-eggplant-rolls-white-oval-plate-different-spices-grey-surface_140725-107275.jpg" },
|
||||
{ id: "2", brand: "Bread", name: "Garlic Naan", price: "$4", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-spices_23-2148747647.jpg" },
|
||||
{ id: "3", brand: "Main", name: "Butter Chicken", price: "$18", rating: 5, reviewCount: "350", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-indian-food-assortment_23-2148747704.jpg" },
|
||||
{ id: "4", brand: "Side", name: "Aloo Gobi", price: "$14", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-potato-pies-with-mushed-pumpkin-tomatoes-grey-background-oven-cake-pie-bake-color_140725-110273.jpg" },
|
||||
{ id: "5", brand: "Drink", name: "Mango Lassi", price: "$6", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/small-glass-with-mojito_1203-373.jpg" },
|
||||
{ id: "6", brand: "Dessert", name: "Gulab Jamun", price: "$7", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-pink-cream-chocolates-light-desk-cake-biscuit-sweet-bake-cream_140725-31879.jpg" },
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Explore our curated collection of culinary masterpieces."
|
||||
@@ -258,21 +128,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20k+",
|
||||
description: "Meals Served Annually",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "95%",
|
||||
description: "Repeat Customers",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "12",
|
||||
description: "Awards Received",
|
||||
},
|
||||
{ id: "m1", value: "20k+", description: "Meals Served Annually" },
|
||||
{ id: "m2", value: "95%", description: "Repeat Customers" },
|
||||
{ id: "m3", value: "12", description: "Awards Received" },
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Our commitment to quality has earned us a reputation for excellence."
|
||||
@@ -284,61 +142,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
date: "Jan 2024",
|
||||
title: "Foodie",
|
||||
quote: "Absolutely the most authentic Indian food in town!",
|
||||
tag: "Excellent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rice-garnish-tandir-bread-buns-green-salad-table_114579-2579.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant portrait",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Raj K.",
|
||||
date: "Dec 2023",
|
||||
title: "Regular",
|
||||
quote: "Reminds me of home. Great spices and perfect naan.",
|
||||
tag: "Loved it",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/laughing-woman-with-dish-menu_23-2147681115.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259633.jpg",
|
||||
imageAlt: "happy customer dining restaurant portrait",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Chen",
|
||||
date: "Nov 2023",
|
||||
title: "Guest",
|
||||
quote: "The Butter Chicken is legendary. Worth every penny.",
|
||||
tag: "Highly Recommended",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/lifestyle-indoor-portrait-young-brunette-woman-posing-city-cafeteria-enjoy-her-tasty-hot-morning-coffee_291049-795.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-saffron-still-life-assortment_23-2149130030.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant portrait",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus A.",
|
||||
date: "Oct 2023",
|
||||
title: "Food Critic",
|
||||
quote: "A masterclass in spice balancing. Truly delicious.",
|
||||
tag: "Impressed",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-young-people-hostel_23-2150601158.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-meal-piti-meat-stew-pottery-cup-served-with-yogurt_114579-4545.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant portrait",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda G.",
|
||||
date: "Sep 2023",
|
||||
title: "Local",
|
||||
quote: "The staff are so friendly and welcoming. Five stars!",
|
||||
tag: "Perfect Experience",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-food_23-2149073434.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant portrait",
|
||||
},
|
||||
{ id: "1", name: "Sarah Miller", date: "Jan 2024", title: "Foodie", quote: "Absolutely the most authentic Indian food in town!", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg", imageSrc: "http://img.b2bpic.net/free-photo/rice-garnish-tandir-bread-buns-green-salad-table_114579-2579.jpg", imageAlt: "happy customer dining restaurant portrait" },
|
||||
{ id: "2", name: "Raj K.", date: "Dec 2023", title: "Regular", quote: "Reminds me of home. Great spices and perfect naan.", tag: "Loved it", avatarSrc: "http://img.b2bpic.net/free-photo/laughing-woman-with-dish-menu_23-2147681115.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259633.jpg", imageAlt: "happy customer dining restaurant portrait" },
|
||||
{ id: "3", name: "Emily Chen", date: "Nov 2023", title: "Guest", quote: "The Butter Chicken is legendary. Worth every penny.", tag: "Highly Recommended", avatarSrc: "http://img.b2bpic.net/free-photo/lifestyle-indoor-portrait-young-brunette-woman-posing-city-cafeteria-enjoy-her-tasty-hot-morning-coffee_291049-795.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-saffron-still-life-assortment_23-2149130030.jpg", imageAlt: "happy customer dining restaurant portrait" },
|
||||
{ id: "4", name: "Marcus A.", date: "Oct 2023", title: "Food Critic", quote: "A masterclass in spice balancing. Truly delicious.", tag: "Impressed", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-young-people-hostel_23-2150601158.jpg", imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-meal-piti-meat-stew-pottery-cup-served-with-yogurt_114579-4545.jpg", imageAlt: "happy customer dining restaurant portrait" },
|
||||
{ id: "5", name: "Linda G.", date: "Sep 2023", title: "Local", quote: "The staff are so friendly and welcoming. Five stars!", tag: "Perfect Experience", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-delicious-food_23-2149073434.jpg", imageAlt: "happy customer dining restaurant portrait" },
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Honest reviews from our beloved community."
|
||||
@@ -350,21 +158,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we encourage reservations for large groups or weekend dining.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are there vegan options?",
|
||||
content: "Absolutely! Our menu features a dedicated section for delicious vegan dishes.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is parking available?",
|
||||
content: "We offer complimentary parking for all our guests in the restaurant lot.",
|
||||
},
|
||||
{ id: "q1", title: "Do you accept reservations?", content: "Yes, we encourage reservations for large groups or weekend dining." },
|
||||
{ id: "q2", title: "Are there vegan options?", content: "Absolutely! Our menu features a dedicated section for delicious vegan dishes." },
|
||||
{ id: "q3", title: "Is parking available?", content: "We offer complimentary parking for all our guests in the restaurant lot." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754682.jpg"
|
||||
title="Common Queries"
|
||||
@@ -376,9 +172,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Reserve Your Table"
|
||||
description="Join us today for a memorable culinary journey through India."
|
||||
|
||||
Reference in New Issue
Block a user