diff --git a/src/app/page.tsx b/src/app/page.tsx index dd34607..9dbb59c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Lightbulb, Music, Users, Utensils, Wine } from "lucide-react"; +import { Lightbulb, Music, Users, Utensils, Wine, ChefHat } from "lucide-react"; export default function LandingPage() { return ( @@ -30,24 +30,13 @@ export default function LandingPage() { @@ -56,79 +45,23 @@ export default function LandingPage() { title="Experience Afro-Québécois Cuisine Like Never Before" description="An immersive dining experience where vibrant culture meets culinary elegance in the heart of Montréal." testimonials={[ - { - name: "Elena M.", - handle: "@elena_foodie", - testimonial: "The atmosphere is unmatched. Truly a premium experience.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-rice-dish_23-2147680627.jpg?_wi=1", - imageAlt: "luxury african dining table top", - }, - { - name: "Marc L.", - handle: "@mtl_eats", - testimonial: "A beautiful blend of West African flavors and Montreal elegance.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-afro-american-man-wearing-traditional-clothes-cap-eyeglasses-sitting-white-carriage_627829-28.jpg?_wi=1", - imageAlt: "luxury african dining table top", - }, - { - name: "Jean D.", - handle: "@jean_mtl", - testimonial: "Incredible service and authentic taste.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fork-knife-near-delicious-chicken-leg_23-2147716957.jpg?_wi=1", - imageAlt: "luxury african dining table top", - }, - { - name: "Sarah P.", - handle: "@sarah_picks", - testimonial: "The perfect spot for a refined night out.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg?_wi=1", - imageAlt: "luxury african dining table top", - }, - { - name: "Alex K.", - handle: "@alex_eats", - testimonial: "Simply spectacular dining.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25717.jpg?_wi=1", - imageAlt: "luxury african dining table top", - }, + { name: "Elena M.", handle: "@elena_foodie", testimonial: "The atmosphere is unmatched. Truly a premium experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-rice-dish_23-2147680627.jpg", imageAlt: "luxury african dining table top" }, + { name: "Marc L.", handle: "@mtl_eats", testimonial: "A beautiful blend of West African flavors and Montreal elegance.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-afro-american-man-wearing-traditional-clothes-cap-eyeglasses-sitting-white-carriage_627829-28.jpg", imageAlt: "luxury african dining table top" }, + { name: "Jean D.", handle: "@jean_mtl", testimonial: "Incredible service and authentic taste.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fork-knife-near-delicious-chicken-leg_23-2147716957.jpg", imageAlt: "luxury african dining table top" }, + { name: "Sarah P.", handle: "@sarah_picks", testimonial: "The perfect spot for a refined night out.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg", imageAlt: "luxury african dining table top" }, + { name: "Alex K.", handle: "@alex_eats", testimonial: "Simply spectacular dining.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25717.jpg", imageAlt: "luxury african dining table top" }, ]} buttons={[ - { - text: "View Menu", - href: "#menu", - }, - { - text: "Reserve a Table", - href: "#contact", - }, + { text: "View Menu", href: "#menu" }, + { text: "Reserve a Table", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-view-rice-dish_23-2147680627.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-view-rice-dish_23-2147680627.jpg" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/beef-kebab-with-rice-garnish-pomegranate-seeds_114579-1157.jpg", - alt: "Customer profile 1", - }, - { - src: "http://img.b2bpic.net/free-photo/tasty-dish-rice_23-2147680630.jpg", - alt: "Customer profile 2", - }, - { - src: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-aubergine-rolls-white-plate-grey-free-space_140725-105290.jpg", - alt: "Customer profile 3", - }, - { - src: "http://img.b2bpic.net/free-photo/front-view-delicious-eggplant-rolls-with-baked-potatoes-inside-plate-dark-background-dish-meal-dinner-potato-vegetable_140725-115617.jpg", - alt: "Customer profile 4", - }, - { - src: "http://img.b2bpic.net/free-photo/sheerful-business-african-american-lady-with-afro-hair-wear-white-blouse-green-pants-sitting-bar-counter-drink-pink-cocktail_627829-1041.jpg", - alt: "Customer profile 5", - }, + { src: "http://img.b2bpic.net/free-photo/beef-kebab-with-rice-garnish-pomegranate-seeds_114579-1157.jpg", alt: "Customer profile 1" }, + { src: "http://img.b2bpic.net/free-photo/tasty-dish-rice_23-2147680630.jpg", alt: "Customer profile 2" }, + { src: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-aubergine-rolls-white-plate-grey-free-space_140725-105290.jpg", alt: "Customer profile 3" }, + { src: "http://img.b2bpic.net/free-photo/front-view-delicious-eggplant-rolls-with-baked-potatoes-inside-plate-dark-background-dish-meal-dinner-potato-vegetable_140725-115617.jpg", alt: "Customer profile 4" }, + { src: "http://img.b2bpic.net/free-photo/sheerful-business-african-american-lady-with-afro-hair-wear-white-blouse-green-pants-sitting-bar-counter-drink-pink-cocktail_627829-1041.jpg", alt: "Customer profile 5" }, ]} /> @@ -138,61 +71,23 @@ export default function LandingPage() { useInvertedBackground={false} title="Authenticity & Community" description={[ - "At Maquis Yasolo, we celebrate the vibrant soul of Afro-Québécois culture. Our restaurant is a testament to authenticity, offering a sanctuary where food, music, and community converge.", - "Located on Rue Notre-Dame Ouest, we invite you to partake in an immersive culinary journey that pays homage to our heritage while embracing the refined tastes of Montreal.", - ]} + "At Maquis Yasolo, we celebrate the vibrant soul of Afro-Québécois culture. Our restaurant is a testament to authenticity, offering a sanctuary where food, music, and community converge.", "Located on Rue Notre-Dame Ouest, we invite you to partake in an immersive culinary journey that pays homage to our heritage while embracing the refined tastes of Montreal."]} /> @@ -344,38 +166,18 @@ export default function LandingPage() { logoText="Maquis Yasolo" columns={[ { - title: "Location", - items: [ - { - label: "3763 Rue Notre-Dame Ouest", - href: "#", - }, - { - label: "Montréal, QC H4C 1P8", - href: "#", - }, + title: "Location", items: [ + { label: "3763 Rue Notre-Dame Ouest", href: "#" }, + { label: "Montréal, QC H4C 1P8", href: "#" }, ], }, { - title: "Hours", - items: [ - { - label: "Everyday from 2 PM", - href: "#", - }, - ], + title: "Hours", items: [{ label: "Everyday from 2 PM", href: "#" }], }, { - title: "Social", - items: [ - { - label: "Instagram", - href: "#", - }, - { - label: "Facebook", - href: "#", - }, + title: "Social", items: [ + { label: "Instagram", href: "#" }, + { label: "Facebook", href: "#" }, ], }, ]}