Merge version_1 into main #3
258
src/app/page.tsx
258
src/app/page.tsx
@@ -3,13 +3,13 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import FeatureCardTwentyNine from '@/components/sections/feature/FeatureCardTwentyNine/FeatureCardTwentyNine';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix/FeatureCardTwentySix';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis/FooterLogoEmphasis';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay/HeroOverlay';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne/TestimonialCardOne';
|
||||
import { Zap, Leaf, ChefHat } from 'lucide-react';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -26,154 +26,116 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Party & Events", id: "/events"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Cafe Gardenia"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Party & Events", id: "/events" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Cafe Gardenia"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Patna’s Favorite Family Dining & Party Destination"
|
||||
description="Restaurant | Hotel | Party Zone. Experience the warmth of tradition and the finest flavors in the heart of Patna."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now", href: "tel:+910000000000"},
|
||||
{
|
||||
text: "Reserve a Table", href: "/contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-girl-out-shopping-session-with-her-parents_23-2150895929.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", alt: "Patron 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", alt: "Patron 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", alt: "Patron 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", alt: "Patron 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", alt: "Patron 5"},
|
||||
]}
|
||||
avatarText="Join 5000+ happy families"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Patna’s Favorite Family Dining & Party Destination"
|
||||
description="Restaurant | Hotel | Party Zone. Experience the warmth of tradition and the finest flavors in the heart of Patna."
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+910000000000" },
|
||||
{ text: "Reserve a Table", href: "/contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-girl-out-shopping-session-with-her-parents_23-2150895929.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", alt: "Patron 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", alt: "Patron 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", alt: "Patron 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", alt: "Patron 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", alt: "Patron 5" },
|
||||
]}
|
||||
avatarText="Join 5000+ happy families"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu-preview" data-section="menu-preview">
|
||||
<FeatureCardTwentySix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Signature Main Course", description: "Authentic local delicacies crafted with premium spices and herbs.", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Decadent Desserts", description: "Indulge in our selection of handcrafted sweets and desserts.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Artisanal Beverages", description: "Refreshing mocktails and beverages tailored to refresh your palate.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wine-carafe-table_23-2149631801.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Our Party Zones", description: "Spacious and elegant areas for every occasion and celebration.", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-festive-christmas-gathering_23-2149174133.jpg", buttonIcon: Zap,
|
||||
},
|
||||
]}
|
||||
title="Featured Culinary Delights"
|
||||
description="A curated selection of our most loved dishes, prepared with fresh ingredients and local spices."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu-preview" data-section="menu-preview">
|
||||
<FeatureCardTwentySix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ title: "Signature Main Course", description: "Authentic local delicacies crafted with premium spices and herbs.", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg", buttonIcon: Zap },
|
||||
{ title: "Decadent Desserts", description: "Indulge in our selection of handcrafted sweets and desserts.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg", buttonIcon: Zap },
|
||||
{ title: "Artisanal Beverages", description: "Refreshing mocktails and beverages tailored to refresh your palate.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wine-carafe-table_23-2149631801.jpg", buttonIcon: Zap },
|
||||
{ title: "Our Party Zones", description: "Spacious and elegant areas for every occasion and celebration.", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-festive-christmas-gathering_23-2149174133.jpg", buttonIcon: Zap },
|
||||
]}
|
||||
title="Featured Culinary Delights"
|
||||
description="A curated selection of our most loved dishes, prepared with fresh ingredients and local spices."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="What Our Guests Say"
|
||||
description="Authentic feedback from our community in Patna."
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Rajesh K.", role: "Diner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg"},
|
||||
{
|
||||
id: "t2", name: "Anita S.", role: "Parent", company: "Birthday Host", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg"},
|
||||
{
|
||||
id: "t3", name: "Vikram P.", role: "Corporate", company: "Event Planner", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg"},
|
||||
{
|
||||
id: "t4", name: "Sunita M.", role: "Diner", company: "Foodie", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="What Our Guests Say"
|
||||
description="Authentic feedback from our community in Patna."
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Rajesh K.", role: "Diner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg" },
|
||||
{ id: "t2", name: "Anita S.", role: "Parent", company: "Birthday Host", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg" },
|
||||
{ id: "t3", name: "Vikram P.", role: "Corporate", company: "Event Planner", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg" },
|
||||
{ id: "t4", name: "Sunita M.", role: "Diner", company: "Foodie", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardTwentyNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose Us"
|
||||
description="We blend modern hospitality with traditional warmth."
|
||||
features={[
|
||||
{
|
||||
title: "Garden View", description: "Relaxing green spaces for your dining pleasure.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-out-shopping-session-with-her-parents_23-2150895929.jpg", titleIcon: Leaf,
|
||||
buttonText: "Read More"},
|
||||
{
|
||||
title: "Fresh Ingredients", description: "Farm-to-table freshness in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg", titleIcon: ChefHat,
|
||||
buttonText: "See Menu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardTwentyNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose Us"
|
||||
description="We blend modern hospitality with traditional warmth."
|
||||
features={[
|
||||
{ title: "Garden View", description: "Relaxing green spaces for your dining pleasure.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-out-shopping-session-with-her-parents_23-2150895929.jpg", titleIconSrc: Leaf, buttonText: "Read More" },
|
||||
{ title: "Fresh Ingredients", description: "Farm-to-table freshness in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg", titleIconSrc: ChefHat, buttonText: "See Menu" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Join Us"
|
||||
title="Subscribe for Special Offers"
|
||||
description="Get exclusive discounts and updates delivered to your inbox."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Join Us"
|
||||
title="Subscribe for Special Offers"
|
||||
description="Get exclusive discounts and updates delivered to your inbox."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "Events", href: "/events"},
|
||||
{
|
||||
label: "About", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Cafe Gardenia"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "Events", href: "/events" },
|
||||
{ label: "About", href: "/about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Cafe Gardenia"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user