Update src/app/page.tsx

This commit is contained in:
2026-05-12 17:42:15 +00:00
parent fe51be59ea
commit 842d7fd318

View File

@@ -1,12 +1,12 @@
"use client";
import ReactLenis from "lenis/react";
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
import HeroCarouselLogo from "@/components/sections/hero/HeroCarouselLogo";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterCard from "@/components/sections/footer/FooterCard";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
@@ -102,16 +102,13 @@ export default function FedericoRestaurantPage() {
useInvertedBackground={false}
features={[
{
title: "Reservation", description: "Secure your table via our website or direct call.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2148896951.jpg", imageAlt: "Table booking" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hands-working-digital-device-network-graphic-overlay_53876-120400.jpg", imageAlt: "Confirmation" },
title: "Reservation", description: "Secure your table via our website or direct call.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-smartphone_23-2148896951.jpg", imageAlt: "Table booking" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hands-working-digital-device-network-graphic-overlay_53876-120400.jpg", imageAlt: "Confirmation" },
},
{
title: "The Arrival", description: "Find us easily at Immeuble El Majd with convenient parking.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/popular-resort-amara-dolce-vita-luxury-hotel-with-pools-water-parks-recreational-area-along-sea-coast-turkey-tekirova-kemer_146671-18754.jpg", imageAlt: "Restaurant facade" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/we-re-open-red-sign-window_23-2149168999.jpg", imageAlt: "Entrance" },
title: "The Arrival", description: "Find us easily at Immeuble El Majd with convenient parking.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/popular-resort-amara-dolce-vita-luxury-hotel-with-pools-water-parks-recreational-area-along-sea-coast-turkey-tekirova-kemer_146671-18754.jpg", imageAlt: "Restaurant facade" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/we-re-open-red-sign-window_23-2149168999.jpg", imageAlt: "Entrance" },
},
{
title: "Enjoy", description: "Relish the authentic atmosphere and dedicated service.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/women-table-with-food_23-2147681106.jpg", imageAlt: "Dining" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/luxury-waiter-holding-tray_1368-1693.jpg", imageAlt: "Service" },
title: "Enjoy", description: "Relish the authentic atmosphere and dedicated service.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/women-table-with-food_23-2147681106.jpg", imageAlt: "Dining" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/luxury-waiter-holding-tray_1368-1693.jpg", imageAlt: "Service" },
},
]}
/>
@@ -130,17 +127,14 @@ export default function FedericoRestaurantPage() {
id: "2", title: "Private Lounge", description: "Exclusive corner for intimate conversations and fine wine.", tag: "Lounge", imageSrc: "http://img.b2bpic.net/free-photo/romantic-table-setting-wedding-reception-with-sea-view-through-windows_637285-997.jpg", imageAlt: "Private lounge" },
]}
/>
<TestimonialCardFive
tag="Reviews"
tagIcon={Utensils}
title="What Guests Say"
description="Join the hundreds of satisfied diners who enjoy our cuisine."
textboxLayout="default"
<TestimonialCardFifteen
testimonial="Truly authentic flavors that transport you directly to Rome. Exceptional service and a beautiful setting."
rating={5}
author="Sami Ben Youssef"
avatars={[{ src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg", alt: "Sami" }]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sami Ben Youssef", date: "January 2025", title: "The best pasta in Tunis!", quote: "Truly authentic flavors that transport you directly to Rome. Exceptional service and a beautiful setting.", tag: "Dining", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg", avatarAlt: "Sami", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mix-nuts-figs-plate_23-2148352341.jpg", imageAlt: "Sami's meal"},
]}
/>
<ContactSplitForm
title="Connect With Us"
@@ -151,14 +145,6 @@ export default function FedericoRestaurantPage() {
mediaPosition="right"
mediaAnimation="slide-up"
buttonText="Send Request"
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number" },
]}
textarea={{
name: "message", placeholder: "Your reservation details or questions...", rows: 4,
}}
/>
<FooterCard
logoText="FEDERICO"