Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-07 17:06:32 +00:00

View File

@@ -2,13 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { MapPin, Clock, Phone, Instagram, Facebook } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Bismillah Kabab House"
/>
@@ -52,36 +45,23 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Welcome to Bismillah Kabab House"
description="Authentic flavors of Brooklyn at 2060 Bath Ave. Serving the community with passion, fresh ingredients, and genuine hospitality."
tag="Brooklyn's Finest Authentic Flavors"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/stick-kebab-finely-cooked-served-with-orange-sauce_114579-1722.jpg",
imageAlt: "Authentic Kababs",
},
imageSrc: "http://img.b2bpic.net/free-photo/stick-kebab-finely-cooked-served-with-orange-sauce_114579-1722.jpg", imageAlt: "Authentic Kababs"},
{
imageSrc: "http://img.b2bpic.net/free-photo/couple-ordering-food-restaurant_23-2149269233.jpg",
imageAlt: "Warm Customer Service",
},
imageSrc: "http://img.b2bpic.net/free-photo/couple-ordering-food-restaurant_23-2149269233.jpg", imageAlt: "Warm Customer Service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14704.jpg",
imageAlt: "Fresh Ingredients",
},
imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14704.jpg", imageAlt: "Fresh Ingredients"},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
imageAlt: "Cozy Restaurant Atmosphere",
},
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", imageAlt: "Cozy Restaurant Atmosphere"},
{
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools-flat-lay_23-2150096519.jpg",
imageAlt: "Traditional Spices",
},
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools-flat-lay_23-2150096519.jpg", imageAlt: "Traditional Spices"},
{
imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535218.jpg",
imageAlt: "Charcoal Grilled Specialties",
},
imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535218.jpg", imageAlt: "Charcoal Grilled Specialties"},
]}
/>
</div>
@@ -91,18 +71,11 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Our Story & ",
},
type: "text", content: "Our Story & "},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/chef-sprinkles-onion-rings-kebab-plate-with-chicken-lamb-flatbreads_140725-4135.jpg",
alt: "About Bismillah Kabab House",
},
type: "image", src: "http://img.b2bpic.net/free-photo/chef-sprinkles-onion-rings-kebab-plate-with-chicken-lamb-flatbreads_140725-4135.jpg", alt: "About Bismillah Kabab House"},
{
type: "text",
content: " Mission",
},
type: "text", content: " Mission"},
]}
/>
</div>
@@ -115,41 +88,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Beef Seekh Kabab",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-steak-medallion-mushroom-sauce-grilled-vegetables_141793-4232.jpg",
},
id: "1", name: "Beef Seekh Kabab", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-steak-medallion-mushroom-sauce-grilled-vegetables_141793-4232.jpg"},
{
id: "2",
name: "Chicken Biryani",
price: "$14.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-raisins-inside-pan-dark-desk-meal-food-rice-eastern-dinner_140725-101600.jpg",
},
id: "2", name: "Chicken Biryani", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-raisins-inside-pan-dark-desk-meal-food-rice-eastern-dinner_140725-101600.jpg"},
{
id: "3",
name: "Fresh Naan",
price: "$2.50",
imageSrc: "http://img.b2bpic.net/free-photo/servant-cutting-top-side-meat-pie-coocked-inside-pottery-cup_114579-1847.jpg",
},
id: "3", name: "Fresh Naan", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/servant-cutting-top-side-meat-pie-coocked-inside-pottery-cup_114579-1847.jpg"},
{
id: "4",
name: "Lamb Curry",
price: "$16.00",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-georgian-veal-dish-chashushuli-stewed-meat-with-onions-peppers-wooden-table_166373-6563.jpg",
},
id: "4", name: "Lamb Curry", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/traditional-georgian-veal-dish-chashushuli-stewed-meat-with-onions-peppers-wooden-table_166373-6563.jpg"},
{
id: "5",
name: "Grilled Fish",
price: "$18.00",
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-lemon-slices-garlic_140725-6641.jpg",
},
id: "5", name: "Grilled Fish", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-lemon-slices-garlic_140725-6641.jpg"},
{
id: "6",
name: "Garden Salad",
price: "$7.00",
imageSrc: "http://img.b2bpic.net/free-photo/two-sandwiches-with-freshly-baked-bread-olive-oil-lettuce-avocado-sesame-seeds-cherry-tomatoes-white-plate_166373-761.jpg",
},
id: "6", name: "Garden Salad", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/two-sandwiches-with-freshly-baked-bread-olive-oil-lettuce-avocado-sesame-seeds-cherry-tomatoes-white-plate_166373-761.jpg"},
]}
title="Our Signature Dishes"
description="Hand-crafted kababs, fresh naan, and traditional specialties, made daily with high-quality ingredients."
@@ -161,30 +110,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Amina S.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-showing-thumbs-up_1187-751.jpg",
},
id: "1", name: "Amina S.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-showing-thumbs-up_1187-751.jpg"},
{
id: "2",
name: "John D.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg",
},
id: "2", name: "John D.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg"},
{
id: "3",
name: "Sarah K.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-old-woman-hotel-reception_482257-90621.jpg",
},
id: "3", name: "Sarah K.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-old-woman-hotel-reception_482257-90621.jpg"},
{
id: "4",
name: "David M.",
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173295.jpg",
},
id: "4", name: "David M.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173295.jpg"},
{
id: "5",
name: "Fatima Z.",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
},
id: "5", name: "Fatima Z.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg"},
]}
cardTitle="What Our Community Says"
cardTag="Customer Love"
@@ -193,61 +127,24 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "cell-wave",
}}
text="Visit us at 2060 Bath Ave, Brooklyn, NY. Reach out for reservations, orders, or feedback. We are here to serve you the best kababs in the neighborhood."
/>
<ContactSplit
title="Get in Touch"
description="Visit our location or contact us for orders and reservations. We are always happy to serve our Brooklyn community."
tag="Visit Bismillah Kabab House"
imageSrc="http://img.b2bpic.net/free-photo/top-view-table-full-delicious-food-composition_23-2149141352.jpg"
background={{ variant: "plain" }}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About",
href: "#about",
},
{
label: "Menu",
href: "#menu",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
items: [
{
label: "Hours",
href: "#",
},
{
label: "Location",
href: "#contact",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]}
logoText="Bismillah Kabab House"
/>
<FooterCard
logoText="Bismillah Kabab House"
socialLinks={[
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Facebook, href: "#", ariaLabel: "Facebook" }
]}
copyrightText="© 2025 Bismillah Kabab House | All Rights Reserved"
/>
</div>
</ReactLenis>
</ThemeProvider>