From 72f84c29f6d49349d6726b5c2d39b0b274cf73cb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 16:25:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 255c82a..2ddb81b 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 ( @@ -89,7 +89,7 @@ export default function LandingPage() { description="Experience the perfect blend of authentic hospitality and culinary innovation." tag="Our Highlights" tagIcon={Star} - tagAnimation="slide-up" + tagAnimation="entrance-slide" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -114,19 +114,19 @@ export default function LandingPage() { useInvertedBackground={true} tag="Testimonials" tagIcon={Heart} - tagAnimation="slide-up" + tagAnimation="entrance-slide" 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" } ]} /> @@ -137,7 +137,7 @@ export default function LandingPage() { title="Reserve Your Table" description="Join us for an extraordinary dining experience. Complete the form below to make a reservation or reach out with any inquiries." useInvertedBackground={false} - mediaAnimation="slide-up" + mediaAnimation="entrance-slide" inputs={[ { name: "fullName", type: "text", placeholder: "Full Name" }, { name: "email", type: "email", placeholder: "Email Address" }, -- 2.49.1