Merge version_1 into main #1
252
src/app/page.tsx
252
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Atithi"
|
||||
/>
|
||||
@@ -62,64 +52,34 @@ export default function LandingPage() {
|
||||
description="Experience the soul of Indian culinary heritage at Atithi. Every dish is a journey of spices, history, and passion crafted for your delight."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ananya Sharma",
|
||||
handle: "@ananya_foodie",
|
||||
testimonial: "The best authentic Indian food I have had in years. The spices are perfectly balanced.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
},
|
||||
name: "Ananya Sharma", handle: "@ananya_foodie", testimonial: "The best authentic Indian food I have had in years. The spices are perfectly balanced.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"},
|
||||
{
|
||||
name: "Rahul Verma",
|
||||
handle: "@rahulv",
|
||||
testimonial: "Atithi brings a touch of home to the table. The biryani is an absolute must-try.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylush-successful-ambitious-attractive-young-female-marketing-specialist-sit-restaurant-modern-cafe-eat-healthy-salad-drink-coffee-smiling-delighted-business-meeting-lunch-discuss-work_197531-22203.jpg",
|
||||
},
|
||||
name: "Rahul Verma", handle: "@rahulv", testimonial: "Atithi brings a touch of home to the table. The biryani is an absolute must-try.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylush-successful-ambitious-attractive-young-female-marketing-specialist-sit-restaurant-modern-cafe-eat-healthy-salad-drink-coffee-smiling-delighted-business-meeting-lunch-discuss-work_197531-22203.jpg"},
|
||||
{
|
||||
name: "Priya Gupta",
|
||||
handle: "@priyag",
|
||||
testimonial: "Incredible ambiance and top-notch service. A perfect spot for family dinners.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-pulling-his-tongue-out_1298-307.jpg",
|
||||
},
|
||||
name: "Priya Gupta", handle: "@priyag", testimonial: "Incredible ambiance and top-notch service. A perfect spot for family dinners.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-pulling-his-tongue-out_1298-307.jpg"},
|
||||
{
|
||||
name: "Vikram Singh",
|
||||
handle: "@v_singh",
|
||||
testimonial: "Authenticity in every bite. Truly a culinary masterpiece of local Indian recipes.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717853.jpg",
|
||||
},
|
||||
name: "Vikram Singh", handle: "@v_singh", testimonial: "Authenticity in every bite. Truly a culinary masterpiece of local Indian recipes.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717853.jpg"},
|
||||
{
|
||||
name: "Meera Joshi",
|
||||
handle: "@meera_j",
|
||||
testimonial: "The aromatic spices and the warm hospitality make this place my favorite.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-choosing-order-form-menu-cafe_637285-8950.jpg",
|
||||
},
|
||||
name: "Meera Joshi", handle: "@meera_j", testimonial: "The aromatic spices and the warm hospitality make this place my favorite.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-choosing-order-form-menu-cafe_637285-8950.jpg"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-puts-plain-youghurt-green-kutab-side-view_141793-4202.jpg"
|
||||
imageAlt="upscale indian restaurant dining"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
|
||||
alt: "portrait of happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", alt: "portrait of happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
|
||||
alt: "portrait of happy guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", alt: "portrait of happy guest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
|
||||
alt: "portrait of happy patron",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", alt: "portrait of happy patron"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
|
||||
alt: "portrait of man dining",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", alt: "portrait of man dining"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-gorgeous-young-female-feels-happy-coffee-shop_273609-2792.jpg",
|
||||
alt: "portrait of happy woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-gorgeous-young-female-feels-happy-coffee-shop_273609-2792.jpg", alt: "portrait of happy woman"},
|
||||
]}
|
||||
avatarText="Loved by 10,000+ food enthusiasts"
|
||||
/>
|
||||
@@ -132,17 +92,11 @@ export default function LandingPage() {
|
||||
description="At Atithi, we believe that every guest is God. Our recipes are passed down through generations, ensuring every meal feels like home."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years of Tradition",
|
||||
},
|
||||
value: "15+", title: "Years of Tradition"},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Secret Recipes",
|
||||
},
|
||||
value: "50+", title: "Secret Recipes"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Authentic Spices",
|
||||
},
|
||||
value: "100%", title: "Authentic Spices"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727996.jpg"
|
||||
imageAlt="restaurant kitchen interior chef"
|
||||
@@ -159,59 +113,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Signature",
|
||||
name: "Royal Shahi Curry",
|
||||
price: "$24.00",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-arrangement_23-2148821521.jpg",
|
||||
},
|
||||
id: "p1", brand: "Signature", name: "Royal Shahi Curry", price: "$24.00", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-arrangement_23-2148821521.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Signature",
|
||||
name: "Tandoori Special",
|
||||
price: "$18.00",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751960.jpg",
|
||||
},
|
||||
id: "p2", brand: "Signature", name: "Tandoori Special", price: "$18.00", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-table-still-life_23-2150751960.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Dessert",
|
||||
name: "Gulab Jamun Treat",
|
||||
price: "$9.00",
|
||||
rating: 4,
|
||||
reviewCount: "48",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-syrup-dessert_23-2149312378.jpg",
|
||||
},
|
||||
id: "p3", brand: "Dessert", name: "Gulab Jamun Treat", price: "$9.00", rating: 4,
|
||||
reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-syrup-dessert_23-2149312378.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Starter",
|
||||
name: "Fresh Harvest Salad",
|
||||
price: "$12.00",
|
||||
rating: 4,
|
||||
reviewCount: "62",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-lohri-festival-celebration-with-traditional-food_23-2151098301.jpg",
|
||||
},
|
||||
id: "p4", brand: "Starter", name: "Fresh Harvest Salad", price: "$12.00", rating: 4,
|
||||
reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-lohri-festival-celebration-with-traditional-food_23-2151098301.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Drink",
|
||||
name: "Mint Cooler",
|
||||
price: "$7.00",
|
||||
rating: 5,
|
||||
reviewCount: "88",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_23-2150346969.jpg",
|
||||
},
|
||||
id: "p5", brand: "Drink", name: "Mint Cooler", price: "$7.00", rating: 5,
|
||||
reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bartender-preparing-drink_23-2150346969.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Starter",
|
||||
name: "Crispy Veg Platter",
|
||||
price: "$15.00",
|
||||
rating: 5,
|
||||
reviewCount: "105",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-multi-colored-meatballs-with-tomato-sauces-green-onions_140725-13961.jpg",
|
||||
},
|
||||
id: "p6", brand: "Starter", name: "Crispy Veg Platter", price: "$15.00", rating: 5,
|
||||
reviewCount: "105", imageSrc: "http://img.b2bpic.net/free-photo/side-view-multi-colored-meatballs-with-tomato-sauces-green-onions_140725-13961.jpg"},
|
||||
]}
|
||||
title="Our Culinary Creations"
|
||||
description="Explore our curated menu filled with traditional flavors and seasonal delights."
|
||||
@@ -225,20 +143,11 @@ export default function LandingPage() {
|
||||
tag="Milestones"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
description: "Happy Guests Served",
|
||||
},
|
||||
id: "m1", value: "10k+", description: "Happy Guests Served"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "250+",
|
||||
description: "Events Catered",
|
||||
},
|
||||
id: "m2", value: "250+", description: "Events Catered"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5",
|
||||
description: "Local Awards Won",
|
||||
},
|
||||
id: "m3", value: "5", description: "Local Awards Won"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -251,25 +160,15 @@ export default function LandingPage() {
|
||||
author="Sarah Miller"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
alt: "Sarah Miller",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", alt: "Sarah Miller"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylush-successful-ambitious-attractive-young-female-marketing-specialist-sit-restaurant-modern-cafe-eat-healthy-salad-drink-coffee-smiling-delighted-business-meeting-lunch-discuss-work_197531-22203.jpg",
|
||||
alt: "John Doe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylush-successful-ambitious-attractive-young-female-marketing-specialist-sit-restaurant-modern-cafe-eat-healthy-salad-drink-coffee-smiling-delighted-business-meeting-lunch-discuss-work_197531-22203.jpg", alt: "John Doe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-pulling-his-tongue-out_1298-307.jpg",
|
||||
alt: "Anita Roy",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-pulling-his-tongue-out_1298-307.jpg", alt: "Anita Roy"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717853.jpg",
|
||||
alt: "Bob Lee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717853.jpg", alt: "Bob Lee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-choosing-order-form-menu-cafe_637285-8950.jpg",
|
||||
alt: "Emily Stone",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-choosing-order-form-menu-cafe_637285-8950.jpg", alt: "Emily Stone"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -281,27 +180,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Meet Our Culinary Masters"
|
||||
tag="Our Experts"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "tm1",
|
||||
name: "Chef Arjun",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waiter-waitress-standing-counter_1170-611.jpg",
|
||||
},
|
||||
id: "tm1", name: "Chef Arjun", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waiter-waitress-standing-counter_1170-611.jpg"},
|
||||
{
|
||||
id: "tm2",
|
||||
name: "Manager Meera",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-arms-crossed_107420-12323.jpg",
|
||||
},
|
||||
id: "tm2", name: "Manager Meera", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-arms-crossed_107420-12323.jpg"},
|
||||
{
|
||||
id: "tm3",
|
||||
name: "Sous Chef Rahul",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-business-owner_23-2149434493.jpg",
|
||||
},
|
||||
id: "tm3", name: "Sous Chef Rahul", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-business-owner_23-2149434493.jpg"},
|
||||
{
|
||||
id: "tm4",
|
||||
name: "Server Vikas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-restaurant-waiter-wearing-professional-uniform-apron_482257-122142.jpg",
|
||||
},
|
||||
id: "tm4", name: "Server Vikas", imageSrc: "http://img.b2bpic.net/free-photo/portrait-restaurant-waiter-wearing-professional-uniform-apron_482257-122142.jpg"},
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -313,20 +201,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we encourage reservations for all evenings.",
|
||||
},
|
||||
id: "q1", title: "Do you accept reservations?", content: "Yes, we encourage reservations for all evenings."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are vegan options available?",
|
||||
content: "Absolutely! Our menu features many plant-based dishes.",
|
||||
},
|
||||
id: "q2", title: "Are vegan options available?", content: "Absolutely! Our menu features many plant-based dishes."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, we have a reserved guest parking area behind the restaurant.",
|
||||
},
|
||||
id: "q3", title: "Is parking available?", content: "Yes, we have a reserved guest parking area behind the restaurant."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Have questions about our menu or reservations? Here are answers to common inquiries."
|
||||
@@ -339,16 +218,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Book Now"
|
||||
title="Ready for an exquisite meal?"
|
||||
description="Join us today for an authentic culinary experience that will delight your senses."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#",
|
||||
},
|
||||
text: "Reserve a Table", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -358,29 +234,19 @@ export default function LandingPage() {
|
||||
logoText="Atithi"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user