diff --git a/src/app/page.tsx b/src/app/page.tsx index bff0ae4..ada3820 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -52,36 +45,23 @@ export default function LandingPage() {
@@ -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"}, ]} /> @@ -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() {
- +