diff --git a/src/app/page.tsx b/src/app/page.tsx index e0c3b7e..517e2a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Star, Users } from "lucide-react"; + export default function LandingPage() { return ( @@ -70,35 +70,35 @@ export default function LandingPage() { handle: "@amina.foodie", testimonial: "Nubia Restobar offers an unparalleled dining experience. The ambiance is captivating, and the dishes are a true masterpiece of African fusion!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg", }, { name: "Kwame Nkrumah", handle: "@kwame_eats", testimonial: "From the moment you walk in, you're transported. The 'Electric Atmosphere' is spot on, and their signature cocktails are a must-try. Five stars!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-african-american-man-smiling-cheerfully-showing-his-perfect-straight-white-teeth-posing-isolated_273609-431.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-african-american-man-smiling-cheerfully-showing-his-perfect-straight-white-teeth-posing-isolated_273609-431.jpg", }, { name: "Zola Mkhize", handle: "@zola.dining", testimonial: "The service at Nubia is truly exceptional. Our server was knowledgeable and friendly, making our anniversary dinner absolutely perfect. We'll be back!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg", }, { name: "Jide Okoro", handle: "@jide_ventures", testimonial: "A culinary gem! Every dish was bursting with authentic African flavors, elevated to fine dining standards. The presentation alone was art. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045711.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045711.jpg", }, { name: "Nala Odinga", handle: "@nala.adventures", testimonial: "Such a vibrant and stylish spot! Perfect for a night out with friends. The music, the decor, the food—everything was just right. An amazing experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg", }, ]} buttons={[ @@ -185,7 +185,7 @@ export default function LandingPage() { role: "Food Blogger", company: "TasteBud Travels", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg", }, { id: "2", @@ -193,7 +193,7 @@ export default function LandingPage() { role: "Local Critic", company: "City Eats Weekly", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-african-american-man-smiling-cheerfully-showing-his-perfect-straight-white-teeth-posing-isolated_273609-431.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-african-american-man-smiling-cheerfully-showing-his-perfect-straight-white-teeth-posing-isolated_273609-431.jpg", }, { id: "3", @@ -201,7 +201,7 @@ export default function LandingPage() { role: "Event Planner", company: "Celebration Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg", }, { id: "4", @@ -209,7 +209,7 @@ export default function LandingPage() { role: "Regular Guest", company: "Community Member", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045711.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045711.jpg", }, { id: "5", @@ -217,7 +217,7 @@ export default function LandingPage() { role: "Chef & Restaurateur", company: "Culinary Innovators", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg", }, { id: "6", @@ -230,17 +230,14 @@ export default function LandingPage() { ]} kpiItems={[ { - icon: Star, title: "Average Rating", value: "4.9", }, { - icon: Users, title: "Happy Guests", value: "10K+", }, { - icon: Award, title: "Awarded", value: "2023 Best Restobar", },