Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #12.
This commit is contained in:
@@ -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";
|
||||
@@ -80,15 +80,15 @@ export default function FedericoRestaurantPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Handmade Pasta", description: "Fresh daily pasta crafted using authentic techniques.", imageSrc: "http://img.b2bpic.net/free-photo/pasta-near-eggs-flour_23-2147849810.jpg", imageAlt: "Pasta"},
|
||||
title: "Handmade Pasta", description: "Fresh daily pasta crafted using authentic techniques.", imageSrc: "http://img.b2bpic.net/free-photo/pasta-near-eggs-flour_23-2147849810.jpg", imageAlt: "Pasta" },
|
||||
{
|
||||
title: "Wood-Fired Pizza", description: "Authentic thin-crust pizzas with premium Italian toppings.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-baking-pizza-wood-fired-oven_52683-106696.jpg", imageAlt: "Pizza"},
|
||||
title: "Wood-Fired Pizza", description: "Authentic thin-crust pizzas with premium Italian toppings.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-baking-pizza-wood-fired-oven_52683-106696.jpg", imageAlt: "Pizza" },
|
||||
{
|
||||
title: "Exquisite Seafood", description: "Fresh catch of the day prepared with Mediterranean herbs.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-with-tablecloth-cutlery_23-2148234931.jpg", imageAlt: "Seafood"},
|
||||
title: "Exquisite Seafood", description: "Fresh catch of the day prepared with Mediterranean herbs.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-with-tablecloth-cutlery_23-2148234931.jpg", imageAlt: "Seafood" },
|
||||
{
|
||||
title: "Premium Wine", description: "Curated selection of fine wines from top Italian vineyards.", imageSrc: "http://img.b2bpic.net/free-photo/bottle-wine-with-flowers-fruits-gray-background_185193-165647.jpg", imageAlt: "Wine"},
|
||||
title: "Premium Wine", description: "Curated selection of fine wines from top Italian vineyards.", imageSrc: "http://img.b2bpic.net/free-photo/bottle-wine-with-flowers-fruits-gray-background_185193-165647.jpg", imageAlt: "Wine" },
|
||||
{
|
||||
title: "Dolce Vita", description: "Indulgent traditional Italian desserts to finish your meal.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25267.jpg", imageAlt: "Dessert"}
|
||||
title: "Dolce Vita", description: "Indulgent traditional Italian desserts to finish your meal.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25267.jpg", imageAlt: "Dessert" }
|
||||
]}
|
||||
/>
|
||||
<FeatureCardNine
|
||||
@@ -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" },
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -125,22 +122,19 @@ export default function FedericoRestaurantPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Main Dining", description: "Elegant space perfect for group dinners and celebrations.", tag: "Interior", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg", imageAlt: "Main dining hall"},
|
||||
id: "1", title: "Main Dining", description: "Elegant space perfect for group dinners and celebrations.", tag: "Interior", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg", imageAlt: "Main dining hall" },
|
||||
{
|
||||
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"},
|
||||
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"
|
||||
@@ -172,4 +158,4 @@ export default function FedericoRestaurantPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user