272 lines
17 KiB
TypeScript
272 lines
17 KiB
TypeScript
"use client";
|
||
|
||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||
import ReactLenis from "lenis/react";
|
||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||
import TextAbout from '@/components/sections/about/TextAbout';
|
||
import { Book, CookingPot, Facebook, Film, Flame, Instagram, Leaf, Twitter } from "lucide-react";
|
||
|
||
export default function LandingPage() {
|
||
return (
|
||
<ThemeProvider
|
||
defaultButtonVariant="hover-bubble"
|
||
defaultTextAnimation="background-highlight"
|
||
borderRadius="soft"
|
||
contentWidth="compact"
|
||
sizing="mediumSizeLargeTitles"
|
||
background="floatingGradient"
|
||
cardStyle="glass-elevated"
|
||
primaryButtonStyle="double-inset"
|
||
secondaryButtonStyle="radial-glow"
|
||
headingFontWeight="semibold"
|
||
>
|
||
<ReactLenis root>
|
||
<div id="nav" data-section="nav">
|
||
<NavbarStyleCentered
|
||
navItems={[
|
||
{
|
||
name: "Home", id: "#hero"},
|
||
{
|
||
name: "Menu", id: "#menu"},
|
||
{
|
||
name: "About Us", id: "#about"},
|
||
{
|
||
name: "Testimonials", id: "#testimonials"},
|
||
{
|
||
name: "FAQs", id: "#faqs"},
|
||
{
|
||
name: "Contact", id: "#contact"},
|
||
]}
|
||
button={{
|
||
text: "Order Online Now", href: "#contact"}}
|
||
logoSrc="http://img.b2bpic.net/free-vector/detailed-chef-logo-template_23-2148983041.jpg"
|
||
logoAlt="The Second Wife logo"
|
||
brandName="The Second Wife"
|
||
/>
|
||
</div>
|
||
|
||
<div id="hero" data-section="hero">
|
||
<HeroSplit
|
||
background={{
|
||
variant: "radial-gradient"}}
|
||
title="Crazy Delicious. No Apologies."
|
||
description="The best Tikka you've ever tasted, and a Mutton Curry so authentic it transports you straight to New Delhi. Come for the food. Stay because you can't bring yourself to leave."
|
||
buttons={[
|
||
{
|
||
text: "Explore the Menu", href: "#menu"},
|
||
{
|
||
text: "Order Online Now", href: "#contact"},
|
||
]}
|
||
imageSrc="http://img.b2bpic.net/free-photo/fried-mushrooms-with-cheese-table_140725-9702.jpg"
|
||
imageAlt="Vibrant Indian dish in a moody, dark setting with saffron and red accents"
|
||
mediaAnimation="slide-up"
|
||
avatars={[
|
||
{
|
||
src: "http://img.b2bpic.net/free-photo/indian-man-smiling-restaurant-concept_53876-13779.jpg", alt: "Happy customer enjoying Indian food"},
|
||
{
|
||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg", alt: "Smiling patron at a restaurant"},
|
||
{
|
||
src: "http://img.b2bpic.net/free-photo/front-view-man-holding-up-burger-standing-kitchen-table_140725-114074.jpg", alt: "Food enthusiast with a satisfied expression"},
|
||
{
|
||
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg", alt: "Diner appreciating the meal"},
|
||
{
|
||
src: "http://img.b2bpic.net/free-photo/front-view-young-man-holding-basket-with-potato-cips-smiling-blue-wall-male-film-cinema-movies-remote_140725-71583.jpg", alt: "Person excited about Indian cuisine"},
|
||
]}
|
||
avatarText="Loved by over 50,000 foodies!"
|
||
marqueeItems={[
|
||
{
|
||
type: "text-icon", text: "Authentic Flavors", icon: Flame,
|
||
},
|
||
{
|
||
type: "text-icon", text: "Secret Recipes", icon: Book,
|
||
},
|
||
{
|
||
type: "text-icon", text: "Hand-Ground Spices", icon: Leaf,
|
||
},
|
||
{
|
||
type: "text-icon", text: "Tandoor Cooked", icon: CookingPot,
|
||
},
|
||
{
|
||
type: "text-icon", text: "Fresh Ingredients", icon: Leaf,
|
||
},
|
||
]}
|
||
marqueeSpeed={40}
|
||
showMarqueeCard={true}
|
||
/>
|
||
</div>
|
||
|
||
<div id="about" data-section="about">
|
||
<TextAbout
|
||
useInvertedBackground={false}
|
||
tag="Our Story"
|
||
title="The Legend of The Second Wife"
|
||
/>
|
||
</div>
|
||
|
||
<div id="features" data-section="features">
|
||
<FeatureCardSix
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
features={[
|
||
{
|
||
title: "Authentic Spice Blends", description: "Hand-ground spices and closely guarded family recipes, perfected over generations, define our unique flavor profile.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-saffron-still-life-arrangement_23-2149186947.jpg", imageAlt: "Vibrant collection of Indian spices"},
|
||
{
|
||
title: "Tandoor Mastery", description: "Meats and breads cooked to smoky perfection in our traditional clay oven, delivering an unparalleled depth of flavor and texture.", imageSrc: "http://img.b2bpic.net/free-photo/cook-is-fry-vegetables-with-spices-sauce-wok-flame-cooking-process-asian-restaurant_613910-19805.jpg", imageAlt: "Chef cooking in a fiery tandoor oven"},
|
||
{
|
||
title: "Fresh, Local Ingredients", description: "We source the finest quality ingredients daily, ensuring every dish bursts with freshness and vibrant, natural flavors.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-lentil-herbs-tomatoes-bell-peppers-spices-onion-garlic-citrus-fruits_140725-73852.jpg", imageAlt: "Assortment of fresh Indian vegetables and spices"},
|
||
{
|
||
title: "Generational Recipes", description: "Our menu is a testament to time-honored traditions, with each dish carrying the legacy of secret family recipes passed down through decades.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-with-delicious-food_23-2149638029.jpg", imageAlt: "Old, traditional Indian recipe book"},
|
||
]}
|
||
title="Behind Every Unforgettable Bite"
|
||
description="Our commitment to authenticity begins with the finest ingredients and time-honored techniques, ensuring every dish tells a story."
|
||
tag="Our Craft"
|
||
/>
|
||
</div>
|
||
|
||
<div id="menu" data-section="menu">
|
||
<ProductCardTwo
|
||
animationType="slide-up"
|
||
textboxLayout="default"
|
||
gridVariant="three-columns-all-equal-width"
|
||
useInvertedBackground={false}
|
||
products={[
|
||
{
|
||
id: "product-1", brand: "The Second Wife", name: "Chicken Tikka Masala", price: "$18.99", rating: 5,
|
||
reviewCount: "243 reviews", imageSrc: "http://img.b2bpic.net/free-photo/indian-butter-chicken-black-bowl-wooden-table_123827-20547.jpg", imageAlt: "Chicken Tikka Masala"},
|
||
{
|
||
id: "product-2", brand: "The Second Wife", name: "Mutton Rogan Josh", price: "$22.50", rating: 5,
|
||
reviewCount: "189 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-different-seasonings_140725-133997.jpg", imageAlt: "Mutton Rogan Josh"},
|
||
{
|
||
id: "product-3", brand: "The Second Wife", name: "Paneer Butter Masala", price: "$16.75", rating: 5,
|
||
reviewCount: "150 reviews", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-table_23-2150857698.jpg", imageAlt: "Paneer Butter Masala"},
|
||
{
|
||
id: "product-4", brand: "The Second Wife", name: "Dal Makhani", price: "$14.00", rating: 5,
|
||
reviewCount: "130 reviews", imageSrc: "http://img.b2bpic.net/free-photo/popular-georgian-dish-beans-tarav-with-spices-lobio-traditionally-served-small-clay_166373-6550.jpg", imageAlt: "Dal Makhani"},
|
||
{
|
||
id: "product-5", brand: "The Second Wife", name: "Garlic Naan (3 Pcs)", price: "$5.50", rating: 5,
|
||
reviewCount: "290 reviews", imageSrc: "http://img.b2bpic.net/free-photo/delicious-assortment-traditional-roti_23-2149033992.jpg", imageAlt: "Garlic Naan"},
|
||
{
|
||
id: "product-6", brand: "The Second Wife", name: "Chicken Biryani", price: "$19.50", rating: 5,
|
||
reviewCount: "210 reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182540.jpg", imageAlt: "Chicken Biryani"},
|
||
]}
|
||
title="Explore Our Legendary Menu"
|
||
description="From fiery curries to succulent tandoori, discover the authentic tastes that have made us a local sensation and a destination for true Indian food lovers."
|
||
tag="Our Menu"
|
||
/>
|
||
</div>
|
||
|
||
<div id="testimonials" data-section="testimonials">
|
||
<TestimonialCardSix
|
||
animationType="slide-up"
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
testimonials={[
|
||
{
|
||
id: "testimonial-1", name: "Aarav Sharma", handle: "@DelhiFoodie", testimonial: "Absolutely incredible! The Mutton Curry transported me straight back to New Delhi. The spice level is perfect, and the authenticity is unmatched. A true hidden gem!", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg", imageAlt: "Aarav Sharma"},
|
||
{
|
||
id: "testimonial-2", name: "Priya Singh", handle: "@SpiceSeeker", testimonial: "The Chicken Tikka is revolutionary – so tender and bursting with flavor. Every bite is an experience. This is now my go-to for real Indian food.", imageSrc: "http://img.b2bpic.net/free-photo/picture-happy-man-eating-vegan-burger-vegan-restaurant-cafe-smiling-man-sitting-table-looking-camera_549566-844.jpg", imageAlt: "Priya Singh"},
|
||
{
|
||
id: "testimonial-3", name: "Rahul Kumar", handle: "@CurryConnoisseur", testimonial: "Finally, Indian food that doesn't compromise on flavor or heat. The Dal Makhani is rich and creamy, just like home-cooked. The Second Wife is a must-visit!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Rahul Kumar"},
|
||
{
|
||
id: "testimonial-4", name: "Meera Patel", handle: "@LocalLegendFan", testimonial: "I've been searching for authentic Indian street food vibes, and this place delivers. No frills, just pure, unadulterated deliciousness. The Garlic Naan is heavenly.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-male-chef-wearing-glasses-uniform-cap-holding-wooden-bowl-with-honey-dipper-it-near-mouth-grabbing-honey-spoon-smelling-aroma-honey-with-closed-eyes_141793-134081.jpg", imageAlt: "Meera Patel"},
|
||
{
|
||
id: "testimonial-5", name: "Vikram Chopra", handle: "@FlavorExplorer", testimonial: "Each dish felt like a personal invitation to Indian culinary tradition. The Biryani was perfectly balanced and aromatic. This restaurant truly lives up to its legendary status.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg", imageAlt: "Vikram Chopra"},
|
||
{
|
||
id: "testimonial-6", name: "Ananya Gupta", handle: "@FoodieFinds", testimonial: "From the first bite, I knew this was special. The food here isn't just good; it's soulful. An authentic taste of India, right here. I'm telling everyone!", imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-as-waiter_23-2149409821.jpg", imageAlt: "Ananya Gupta"},
|
||
]}
|
||
title="Praised by Those Who Know Best"
|
||
description="Don't just take our word for it. Our loyal customers and passionate foodies rave about the unforgettable flavors and true Indian spirit found only at The Second Wife."
|
||
tag="Rave Reviews"
|
||
/>
|
||
</div>
|
||
|
||
<div id="social-proof" data-section="social-proof">
|
||
<SocialProofOne
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
names={[
|
||
"Food Critics Daily", "Local Eats Magazine", "Spice Trail Blog", "Hidden Gems Review", "Taste of India Awards", "Delhi Belly Digest", "Flavor Seekers Weekly", "Gourmet Guide", "Street Food Chronicles"]}
|
||
title="A Cult Favorite, Nationally Noted"
|
||
description="Our dedication to authentic Indian flavors hasn't gone unnoticed. We're proud to be a beloved local gem with a growing reputation among food critics and enthusiasts."
|
||
tag="Accolades"
|
||
/>
|
||
</div>
|
||
|
||
<div id="faqs" data-section="faqs">
|
||
<FaqDouble
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
faqs={[
|
||
{
|
||
id: "faq-1", title: "What makes your cuisine authentic?", content: "Our authenticity comes from secret family recipes passed down through generations, hand-ground spices, and traditional cooking methods like our tandoor oven, ensuring a true taste of India."},
|
||
{
|
||
id: "faq-2", title: "How spicy are your dishes?", content: "We offer a range of spice levels, from mild to fiery. Our menu clearly indicates spice levels, and our staff can guide you to a dish that perfectly suits your palate. Don't be shy to ask!"},
|
||
{
|
||
id: "faq-3", title: "Do you accommodate dietary restrictions?", content: "We strive to cater to various dietary needs, offering vegetarian, vegan, and gluten-free options. Please inform our staff about your specific requirements, and we'll do our best to assist you."},
|
||
{
|
||
id: "faq-4", title: "What are your busiest times?", content: "Weekends and evenings are particularly popular. While we encourage walk-ins for our casual dining experience, calling ahead or making a reservation online can help minimize wait times, especially for larger groups."},
|
||
{
|
||
id: "faq-5", title: "Can I order for pickup or delivery?", content: "Yes, absolutely! You can place online orders for both pickup and delivery directly through our website, or find us on major food delivery platforms. Enjoy our legendary food from the comfort of your home."},
|
||
{
|
||
id: "faq-6", title: "Is a reservation required?", content: "Reservations are recommended, especially for groups of 4 or more, or if you're planning to dine during peak hours. However, we always welcome walk-ins for a spontaneous taste of Delhi."},
|
||
]}
|
||
title="Unraveling the Mysteries of Flavor"
|
||
description="Got questions about our dishes, ingredients, spice levels, or dining experience? We're here to provide clarity so you can focus on the unforgettable food."
|
||
tag="Got Questions?"
|
||
faqsAnimation="slide-up"
|
||
/>
|
||
</div>
|
||
|
||
<div id="contact" data-section="contact">
|
||
<ContactSplit
|
||
useInvertedBackground={false}
|
||
background={{
|
||
variant: "radial-gradient"}}
|
||
tag="Connect With Us"
|
||
title="Your Next Authentic Indian Meal Awaits"
|
||
description="Whether you're craving a feast, planning an event, or simply have a question, our team is ready to help you experience the true taste of India. Book a table or send us an inquiry."
|
||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-cooking_23-2148723237.jpg"
|
||
imageAlt="Indian chef cooking in a tandoor oven"
|
||
mediaAnimation="slide-up"
|
||
mediaPosition="right"
|
||
inputPlaceholder="Enter your email for updates"
|
||
buttonText="Submit Inquiry"
|
||
termsText="By submitting, you agree to our privacy policy and terms of service."
|
||
/>
|
||
</div>
|
||
|
||
<div id="footer" data-section="footer">
|
||
<FooterCard
|
||
logoSrc="http://img.b2bpic.net/free-photo/close-up-saffron-still-life-arrangement_23-2149186956.jpg"
|
||
logoAlt="The Second Wife logo"
|
||
logoText="The Second Wife"
|
||
copyrightText="© 2024 The Second Wife. All rights reserved."
|
||
socialLinks={[
|
||
{
|
||
icon: Facebook,
|
||
href: "#", ariaLabel: "Facebook"},
|
||
{
|
||
icon: Instagram,
|
||
href: "#", ariaLabel: "Instagram"},
|
||
{
|
||
icon: Twitter,
|
||
href: "#", ariaLabel: "Twitter"},
|
||
{
|
||
icon: Film,
|
||
href: "#", ariaLabel: "YouTube"},
|
||
]}
|
||
/>
|
||
</div>
|
||
</ReactLenis>
|
||
</ThemeProvider>
|
||
);
|
||
}
|