Merge version_1 into main #1
453
src/app/page.tsx
453
src/app/page.tsx
@@ -15,329 +15,156 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Butt Karahi"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Butt Karahi"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Authentic Flavors of Lahore"
|
||||
description="Experience the legacy of taste with our signature spicy Karahi, prepared fresh with traditional herbs and premium ingredients."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-stew-govurma-tomato-sauce-with-herbs-tandir-bread_114579-2863.jpg",
|
||||
imageAlt: "Butt Karahi Specialty",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-bread-hot-fresh-brown-wooden-desk_140725-25894.jpg",
|
||||
imageAlt: "Traditional Naan",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-arab-food_23-2147794254.jpg",
|
||||
imageAlt: "Our Dining Experience",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-stew-cooked-with-vegetables-sauce-cast-iron-pan_140725-5726.jpg",
|
||||
imageAlt: "Beef stew cooked with vegetables",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246093.jpg",
|
||||
imageAlt: "Pre prepared food",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629587.jpg",
|
||||
imageAlt: "Butt Karahi Specialty",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tandir-bread-with-yogurt-tea_114579-29238.jpg",
|
||||
imageAlt: "Traditional Naan",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-herbs-spices-blue_114579-16346.jpg",
|
||||
imageAlt: "Our Dining Experience",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg",
|
||||
imageAlt: "Wicker dining table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312221.jpg",
|
||||
imageAlt: "Dining table assortment",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-interior-empty-wooden-chairs_1203-4495.jpg",
|
||||
alt: "Happy Guest 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/such-good-tableware-table-gold-shades_8353-9923.jpg",
|
||||
alt: "Happy Guest 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tandir-bread-with-yogurt-cup-tea_114579-29277.jpg",
|
||||
alt: "Happy Guest 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/caucasian-kutab-with-stuffings-piece-wood-served-with-herbs_114579-12978.jpg",
|
||||
alt: "Happy Guest 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/scrambled-eggs-with-greens-black-plate_114579-23465.jpg",
|
||||
alt: "Happy Guest 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 10,000+ happy food lovers"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Authentic Flavors of Lahore"
|
||||
description="Experience the legacy of taste with our signature spicy Karahi, prepared fresh with traditional herbs and premium ingredients."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-stew-govurma-tomato-sauce-with-herbs-tandir-bread_114579-2863.jpg", imageAlt: "Butt Karahi Specialty" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-bread-hot-fresh-brown-wooden-desk_140725-25894.jpg", imageAlt: "Traditional Naan" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-arab-food_23-2147794254.jpg", imageAlt: "Our Dining Experience" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beef-stew-cooked-with-vegetables-sauce-cast-iron-pan_140725-5726.jpg", imageAlt: "Beef stew cooked with vegetables" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246093.jpg", imageAlt: "Pre prepared food" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629587.jpg", imageAlt: "Butt Karahi Specialty" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tandir-bread-with-yogurt-tea_114579-29238.jpg", imageAlt: "Traditional Naan" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-herbs-spices-blue_114579-16346.jpg", imageAlt: "Our Dining Experience" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg", imageAlt: "Wicker dining table" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312221.jpg", imageAlt: "Dining table assortment" }
|
||||
]}
|
||||
buttons={[{ text: "Reserve Now", href: "#contact" }]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/modern-interior-empty-wooden-chairs_1203-4495.jpg", alt: "Happy Guest 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/such-good-tableware-table-gold-shades_8353-9923.jpg", alt: "Happy Guest 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/tandir-bread-with-yogurt-cup-tea_114579-29277.jpg", alt: "Happy Guest 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/caucasian-kutab-with-stuffings-piece-wood-served-with-herbs_114579-12978.jpg", alt: "Happy Guest 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/scrambled-eggs-with-greens-black-plate_114579-23465.jpg", alt: "Happy Guest 5" }
|
||||
]}
|
||||
avatarText="Join 10,000+ happy food lovers"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Our Heritage"
|
||||
description={[
|
||||
"For generations, Butt Karahi has been a symbol of authentic Pakistani taste. We use secret family spice blends and slow-cook our dishes to perfection in traditional iron karahis.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Our Heritage"
|
||||
description={["For generations, Butt Karahi has been a symbol of authentic Pakistani taste. We use secret family spice blends and slow-cook our dishes to perfection in traditional iron karahis."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Spices",
|
||||
description: "Hand-picked traditional ingredients for authentic flavor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-salad-with-seasonings-white-floor-salad-vegetable-meal-food-health_140725-80755.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-greens-with-rusks-seasonings-dark-table-meal-soup-green-food_140725-24546.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{
|
||||
title: "Tandoor Baked",
|
||||
description: "Crispy, hot naan baked daily in our clay oven.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379529.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/delicious-assortment-traditional-roti_23-2149033997.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{
|
||||
title: "Fast Service",
|
||||
description: "Quick table service for a seamless dining experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-crazy-emotional-male-delivery-guy-wearing-hat-holding-orders_179666-40715.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/pleased-young-blonde-delivery-boy-holds-food-containers-looks-plastic-packages-orange_141793-93318.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Excellence in every bite."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Fresh Spices", description: "Hand-picked traditional ingredients for authentic flavor.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-salad-with-seasonings-white-floor-salad-vegetable-meal-food-health_140725-80755.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-greens-with-rusks-seasonings-dark-table-meal-soup-green-food_140725-24546.jpg", buttonText: "Learn More" },
|
||||
{ title: "Tandoor Baked", description: "Crispy, hot naan baked daily in our clay oven.", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379529.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/delicious-assortment-traditional-roti_23-2149033997.jpg", buttonText: "Learn More" },
|
||||
{ title: "Fast Service", description: "Quick table service for a seamless dining experience.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-crazy-emotional-male-delivery-guy-wearing-hat-holding-orders_179666-40715.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/pleased-young-blonde-delivery-boy-holds-food-containers-looks-plastic-packages-orange_141793-93318.jpg", buttonText: "Learn More" }
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Excellence in every bite."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chicken Karahi",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chicken-meal_23-2148825119.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mutton Karahi",
|
||||
price: "$22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-eggplant-caviar-with-tomato-parsley-basil-pan-vertical_176474-2543.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Paneer Karahi",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistani-food-arrangement_23-2148825109.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Daal Tadka",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-orange-soup-with-fresh-herbs_23-2152002853.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Garden Salad",
|
||||
price: "$8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delectable-sliced-vegetables-bowl-marble-background_114579-67088.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lassi",
|
||||
price: "$5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soy-milk-soy-food-beverage-products-food-nutrition-concept_1150-26345.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Classic dishes prepared to order."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Chicken Karahi", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chicken-meal_23-2148825119.jpg" },
|
||||
{ id: "2", name: "Mutton Karahi", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-eggplant-caviar-with-tomato-parsley-basil-pan-vertical_176474-2543.jpg" },
|
||||
{ id: "3", name: "Paneer Karahi", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistani-food-arrangement_23-2148825109.jpg" },
|
||||
{ id: "4", name: "Daal Tadka", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/delicious-orange-soup-with-fresh-herbs_23-2152002853.jpg" },
|
||||
{ id: "5", name: "Garden Salad", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/delectable-sliced-vegetables-bowl-marble-background_114579-67088.jpg" },
|
||||
{ id: "6", name: "Lassi", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/soy-milk-soy-food-beverage-products-food-nutrition-concept_1150-26345.jpg" }
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Classic dishes prepared to order."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
title: "Happy Customers",
|
||||
items: [
|
||||
"Serving generations",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
title: "Secret Spices",
|
||||
items: [
|
||||
"Traditional blend",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Service",
|
||||
items: [
|
||||
"Always open",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Our Success"
|
||||
description="Quality we stand by."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "10k+", title: "Happy Customers", items: ["Serving generations"] },
|
||||
{ id: "m2", value: "50+", title: "Secret Spices", items: ["Traditional blend"] },
|
||||
{ id: "m3", value: "24/7", title: "Service", items: ["Always open"] }
|
||||
]}
|
||||
title="Our Success"
|
||||
description="Quality we stand by."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah",
|
||||
handle: "@sarahfoodie",
|
||||
testimonial: "Best Karahi in town. Authentic and spicy!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ahmed",
|
||||
handle: "@ahmedpk",
|
||||
testimonial: "The mutton karahi is divine. A must-try.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Zainab",
|
||||
handle: "@foodloverz",
|
||||
testimonial: "Fresh, hot, and consistently delicious.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-salad_1303-3887.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ali",
|
||||
handle: "@alibutt",
|
||||
testimonial: "Great service and even better food.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fatima",
|
||||
handle: "@fatimapk",
|
||||
testimonial: "My go-to spot for family dinners.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-man-summer-terrace-city-cafe-is-drinking-wine-street-cafe_1321-20.jpg",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Customer Stories"
|
||||
description="See why our customers keep coming back."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah", handle: "@sarahfoodie", testimonial: "Best Karahi in town. Authentic and spicy!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg" },
|
||||
{ id: "2", name: "Ahmed", handle: "@ahmedpk", testimonial: "The mutton karahi is divine. A must-try.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg" },
|
||||
{ id: "3", name: "Zainab", handle: "@foodloverz", testimonial: "Fresh, hot, and consistently delicious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-salad_1303-3887.jpg" },
|
||||
{ id: "4", name: "Ali", handle: "@alibutt", testimonial: "Great service and even better food.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg" },
|
||||
{ id: "5", name: "Fatima", handle: "@fatimapk", testimonial: "My go-to spot for family dinners.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-man-summer-terrace-city-cafe-is-drinking-wine-street-cafe_1321-20.jpg" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="Customer Stories"
|
||||
description="See why our customers keep coming back."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Book Your Table"
|
||||
description="Join us today for an unforgettable culinary experience."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/french-windows-provencal-style_1101-866.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Book Your Table"
|
||||
description="Join us today for an unforgettable culinary experience."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/french-windows-provencal-style_1101-866.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Butt Karahi"
|
||||
copyrightText="© 2025 Butt Karahi. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Butt Karahi"
|
||||
copyrightText="© 2025 Butt Karahi. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user