diff --git a/src/app/page.tsx b/src/app/page.tsx index 17629ff..c1f97d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,20 +1,20 @@ -"use client"; +"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia"; -import MediaAbout from "@/components/sections/about/MediaAbout"; -import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; -import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterCard from "@/components/sections/footer/FooterCard"; -import { Facebook, Heart, Instagram, Sparkles, Star, Twitter } from "lucide-react"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { Facebook, Instagram, Twitter, Sparkles, Heart, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -117,16 +117,16 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", title: "Exceptional Experience", quote: "Plezi transformed our anniversary dinner into an unforgettable evening. Every detail, from the ambiance to the cuisine, was absolutely perfect. We cannot wait to return.", name: "Sarah Johnson", role: "Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg" + id: "1", title: "Exceptional Experience", quote: "Plezi transformed our anniversary dinner into an unforgettable evening. Every detail, from the ambiance to the cuisine, was absolutely perfect. We cannot wait to return.", name: "Sarah Johnson", role: "Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg", imageAlt: "restaurant customer satisfied dining experience" }, { - id: "2", title: "Outstanding Service", quote: "The service at Plezi is impeccable. Our server anticipated every need, and the food was presented with such artistry. This is true fine dining done right.", name: "Michael Chen", role: "Business Executive", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg" + id: "2", title: "Outstanding Service", quote: "The service at Plezi is impeccable. Our server anticipated every need, and the food was presented with such artistry. This is true fine dining done right.", name: "Michael Chen", role: "Business Executive", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg", imageAlt: "professional portrait business casual restaurant" }, { - id: "3", title: "Perfect Setting", quote: "We celebrated our engagement at Plezi and felt like royalty. The sophisticated atmosphere and warm hospitality made our special moment even more memorable.", name: "Emily Rodriguez", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663839.jpg" + id: "3", title: "Perfect Setting", quote: "We celebrated our engagement at Plezi and felt like royalty. The sophisticated atmosphere and warm hospitality made our special moment even more memorable.", name: "Emily Rodriguez", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/girl-is-sitting-table-restaurant-drink-wine-enjoy-bouquet-red-roses-flower-waiting-date_496169-289.jpg", imageAlt: "customer testimonial fine dining experience" }, { - id: "4", title: "Culinary Excellence", quote: "The flavors, presentation, and creativity of each dish showcase true culinary mastery. Plezi sets a new standard for fine dining in our community.", name: "David Kim", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3944.jpg" + id: "4", title: "Culinary Excellence", quote: "The flavors, presentation, and creativity of each dish showcase true culinary mastery. Plezi sets a new standard for fine dining in our community.", name: "David Kim", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-owner-with-document_23-2149434529.jpg", imageAlt: "restaurant guest testimonial portrait professional" } ]} />