Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
308
src/app/page.tsx
308
src/app/page.tsx
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
@@ -33,25 +33,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: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Farmaaish"
|
||||
/>
|
||||
@@ -60,68 +50,43 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Authentic Flavours of North India"
|
||||
description="Experience the rich heritage of Mughlai and North Indian cuisine right here in Baner, Pune."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-chain-necklace_23-2149409803.jpg", alt: "Diner 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-displeased-woman-arguing-with-waitress-cafe_637285-8114.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-displeased-woman-arguing-with-waitress-cafe_637285-8114.jpg", alt: "Diner 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-woman-brown-bra-big-white-earrings-smiles-widely-rests-street-cafe-summer_197531-18191.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-woman-brown-bra-big-white-earrings-smiles-widely-rests-street-cafe-summer_197531-18191.jpg", alt: "Diner 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-noodles_23-2149005440.jpg",
|
||||
alt: "Happy diner enjoying food",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-noodles_23-2149005440.jpg", alt: "Happy diner enjoying food"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-smiling-lady-shirt-jeans-sitting-bar-counter-cafe-with-fork-hand-cake-near-dreamily-looking-aside_574295-293.jpg",
|
||||
alt: "Smiling customer at table",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-smiling-lady-shirt-jeans-sitting-bar-counter-cafe-with-fork-hand-cake-near-dreamily-looking-aside_574295-293.jpg", alt: "Smiling customer at table"},
|
||||
]}
|
||||
avatarText="Join 4,000+ satisfied food lovers"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Award Winning Cuisine",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Award Winning Cuisine", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fresh Ingredients Daily",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "Fresh Ingredients Daily", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Family Friendly Atmosphere",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Family Friendly Atmosphere", icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Authentic Mughlai Recipes",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "Authentic Mughlai Recipes", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Best in Baner",
|
||||
icon: Trophy,
|
||||
type: "text-icon", text: "Best in Baner", icon: Trophy,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -134,17 +99,11 @@ export default function LandingPage() {
|
||||
description="Established near Veritas in Baner, Farmaaish has become a landmark for those seeking rich, comforting, and authentic flavors. Every dish tells a story of tradition."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+",
|
||||
title: "Years of Tradition",
|
||||
},
|
||||
value: "10+", title: "Years of Tradition"},
|
||||
{
|
||||
value: "4k+",
|
||||
title: "Happy Customers",
|
||||
},
|
||||
value: "4k+", title: "Happy Customers"},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Menu Classics",
|
||||
},
|
||||
value: "50+", title: "Menu Classics"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-from-afar-stuffed-cabbage-stuffed-cabbage-bowls-herbs-white-yellow-sauces-black-pepper-spices-rice-sour-cream-multicolored-checkered-tablecloth-dark-surface_140725-118672.jpg"
|
||||
imageAlt="Rich Mughlai dish"
|
||||
@@ -160,32 +119,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Authentic Kebabs",
|
||||
tags: [
|
||||
"Signature",
|
||||
"Grilled",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tray-with-food-meat-fish-meals-along-with-different-sauces-brown-wooden-desk-food-meal-meat-cuisine_140725-28351.jpg",
|
||||
},
|
||||
id: "f1", title: "Authentic Kebabs", tags: [
|
||||
"Signature", "Grilled"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tray-with-food-meat-fish-meals-along-with-different-sauces-brown-wooden-desk-food-meal-meat-cuisine_140725-28351.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Welcoming Ambience",
|
||||
tags: [
|
||||
"Family",
|
||||
"Cozy",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-female-with-long-blonde-hair-nice-face-bright-earrings-white-suit_132075-9621.jpg",
|
||||
},
|
||||
id: "f2", title: "Welcoming Ambience", tags: [
|
||||
"Family", "Cozy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-caucasian-female-with-long-blonde-hair-nice-face-bright-earrings-white-suit_132075-9621.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Exceptional Service",
|
||||
tags: [
|
||||
"Attentive",
|
||||
"Friendly",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245276.jpg",
|
||||
},
|
||||
id: "f3", title: "Exceptional Service", tags: [
|
||||
"Attentive", "Friendly"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245276.jpg"},
|
||||
]}
|
||||
title="Why Farmaaish is Your Local Favourite"
|
||||
description="Discover what makes our dining experience truly special for families and friends."
|
||||
@@ -200,59 +144,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Veg",
|
||||
name: "Dal Khichdi Tadka",
|
||||
price: "₹349",
|
||||
rating: 5,
|
||||
reviewCount: "890",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-indian-traditional-food_23-2148294996.jpg",
|
||||
},
|
||||
id: "p1", brand: "Veg", name: "Dal Khichdi Tadka", price: "₹349", rating: 5,
|
||||
reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-indian-traditional-food_23-2148294996.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Non-Veg",
|
||||
name: "Shahi Chicken Biryani",
|
||||
price: "₹499",
|
||||
rating: 4,
|
||||
reviewCount: "1200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-lamb-biryani-with-fresh-herbs-chilies_84443-70629.jpg",
|
||||
},
|
||||
id: "p2", brand: "Non-Veg", name: "Shahi Chicken Biryani", price: "₹499", rating: 4,
|
||||
reviewCount: "1200", imageSrc: "http://img.b2bpic.net/free-photo/delicious-lamb-biryani-with-fresh-herbs-chilies_84443-70629.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Veg",
|
||||
name: "Paneer Butter Masala",
|
||||
price: "₹429",
|
||||
rating: 4,
|
||||
reviewCount: "650",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-wooden-desk-food-meal-soup-photo_140725-28349.jpg",
|
||||
},
|
||||
id: "p3", brand: "Veg", name: "Paneer Butter Masala", price: "₹429", rating: 4,
|
||||
reviewCount: "650", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-soup-wooden-desk-food-meal-soup-photo_140725-28349.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Bread",
|
||||
name: "Butter Tandoori Naan",
|
||||
price: "₹80",
|
||||
rating: 5,
|
||||
reviewCount: "900",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-gutab-stuffed-flatbreads-with-herbs-meat-pumpkin_140725-1482.jpg",
|
||||
},
|
||||
id: "p4", brand: "Bread", name: "Butter Tandoori Naan", price: "₹80", rating: 5,
|
||||
reviewCount: "900", imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-gutab-stuffed-flatbreads-with-herbs-meat-pumpkin_140725-1482.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Seafood",
|
||||
name: "Prawns Masala Curry",
|
||||
price: "₹599",
|
||||
rating: 4,
|
||||
reviewCount: "450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-prawn-shrimp-with-garlic_74190-597.jpg",
|
||||
},
|
||||
id: "p5", brand: "Seafood", name: "Prawns Masala Curry", price: "₹599", rating: 4,
|
||||
reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/fried-prawn-shrimp-with-garlic_74190-597.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Dessert",
|
||||
name: "Gulab Jamun",
|
||||
price: "₹199",
|
||||
rating: 5,
|
||||
reviewCount: "780",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-marinated-tomatoes-bowl_114579-87441.jpg",
|
||||
},
|
||||
id: "p6", brand: "Dessert", name: "Gulab Jamun", price: "₹199", rating: 5,
|
||||
reviewCount: "780", imageSrc: "http://img.b2bpic.net/free-photo/spicy-marinated-tomatoes-bowl_114579-87441.jpg"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Indulge in our carefully curated selection of North Indian delicacies and Mughlai specialties."
|
||||
@@ -266,28 +174,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.0",
|
||||
title: "Average Customer Rating",
|
||||
items: [
|
||||
"Based on 4,125 reviews",
|
||||
],
|
||||
id: "m1", value: "4.0", title: "Average Customer Rating", items: [
|
||||
"Based on 4,125 reviews"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20+",
|
||||
title: "Master Chefs",
|
||||
items: [
|
||||
"Years of collective experience",
|
||||
],
|
||||
id: "m2", value: "20+", title: "Master Chefs", items: [
|
||||
"Years of collective experience"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15k+",
|
||||
title: "Tables Served",
|
||||
items: [
|
||||
"Creating memorable evenings",
|
||||
],
|
||||
id: "m3", value: "15k+", title: "Tables Served", items: [
|
||||
"Creating memorable evenings"],
|
||||
},
|
||||
]}
|
||||
title="Our Impact in Numbers"
|
||||
@@ -302,40 +198,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rahul Verma",
|
||||
role: "Foodie",
|
||||
testimonial: "The Dal Khichdi Tadka is comfort in a bowl. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-chatting-classroom_23-2150331688.jpg",
|
||||
},
|
||||
id: "t1", name: "Rahul Verma", role: "Foodie", testimonial: "The Dal Khichdi Tadka is comfort in a bowl. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-chatting-classroom_23-2150331688.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ananya P.",
|
||||
role: "Local Resident",
|
||||
testimonial: "A classic spot for North Indian food. Great service usually.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg",
|
||||
},
|
||||
id: "t2", name: "Ananya P.", role: "Local Resident", testimonial: "A classic spot for North Indian food. Great service usually.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Siddharth K.",
|
||||
role: "Professional",
|
||||
testimonial: "Excellent kebabs and a lovely ambience for team dinners.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-brunette-young-woman-with-bronze-skin-posing-with-pleasure-outdoor-smiling_197531-4945.jpg",
|
||||
},
|
||||
id: "t3", name: "Siddharth K.", role: "Professional", testimonial: "Excellent kebabs and a lovely ambience for team dinners.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-brunette-young-woman-with-bronze-skin-posing-with-pleasure-outdoor-smiling_197531-4945.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Meera D.",
|
||||
role: "Enthusiast",
|
||||
testimonial: "Consistently good flavors, truly one of Baner's finest.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-gingerbread-blurred-background-with-bokeh_169016-24849.jpg",
|
||||
},
|
||||
id: "t4", name: "Meera D.", role: "Enthusiast", testimonial: "Consistently good flavors, truly one of Baner's finest.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-gingerbread-blurred-background-with-bokeh_169016-24849.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Vikram S.",
|
||||
role: "Regular",
|
||||
testimonial: "The Shahi Shorba is unique and rich. Always a go-to place.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519989.jpg",
|
||||
},
|
||||
id: "t5", name: "Vikram S.", role: "Regular", testimonial: "The Shahi Shorba is unique and rich. Always a go-to place.", imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519989.jpg"},
|
||||
]}
|
||||
title="Voices of Our Community"
|
||||
description="Hear what our loyal guests in Baner have to say about their experiences."
|
||||
@@ -343,87 +214,60 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
<FaqBase
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "While we welcome walk-ins, we recommend reservations during busy weekends.",
|
||||
},
|
||||
id: "q1", title: "Do I need a reservation?", content: "While we welcome walk-ins, we recommend reservations during busy weekends."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "Yes, we have a diverse menu with plenty of delicious vegetarian choices.",
|
||||
},
|
||||
id: "q2", title: "Are there vegetarian options?", content: "Yes, we have a diverse menu with plenty of delicious vegetarian choices."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open daily for lunch and dinner, with a short break between service hours.",
|
||||
},
|
||||
id: "q3", title: "What are your operating hours?", content: "We are open daily for lunch and dinner, with a short break between service hours."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-arrangement-with-food-wedding-event_23-2150292091.jpg"
|
||||
title="Planning Your Visit"
|
||||
description="Get answers to common questions about dining at Farmaaish."
|
||||
faqsAnimation="blur-reveal"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
<ContactCenter
|
||||
tag="Contact Us"
|
||||
title="Get in Touch"
|
||||
description="Visit us in Baner for an unforgettable North Indian meal. We look forward to serving you soon!"
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
text="Visit us in Baner for an unforgettable North Indian meal. We look forward to serving you soon!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call +91 20 2729 1111",
|
||||
href: "tel:+912027291111",
|
||||
},
|
||||
]}
|
||||
variant: "sparkles-gradient"}}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-tables-with-napkins-plates_1203-1002.jpg"
|
||||
logoText="Farmaaish"
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reserve a Table", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "Baner, Pune",
|
||||
href: "#",
|
||||
},
|
||||
label: "Baner, Pune", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "+91 20 2729 1111",
|
||||
href: "tel:+912027291111",
|
||||
},
|
||||
label: "+91 20 2729 1111", href: "tel:+912027291111"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2025 Farmaaish"
|
||||
bottomRightText="All rights reserved"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user