Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 981f4bbf61 | |||
| 373e063a38 | |||
| 0602a90606 | |||
| dd30b67656 | |||
| 1c3146bfe5 | |||
| 791f8598b5 | |||
| 72de609669 | |||
| a588cabf1d | |||
| ad7acdf362 | |||
| 2b385d5003 | |||
| 4513baa349 | |||
| 054b23c695 | |||
| f41b4df301 | |||
| a1034db21c | |||
| 18d5cd6a93 | |||
| 9ab82dc3d7 | |||
| eb3ec7f830 | |||
| 409bce51a1 | |||
| 5136270f62 | |||
| 6ceba60e08 | |||
| 5855cd2b72 |
242
src/app/page.tsx
242
src/app/page.tsx
@@ -1,15 +1,17 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
|
||||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||||
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
|
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||||
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
|
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import { Utensils } from "lucide-react";
|
import { Sparkles, Utensils, MapPin, Instagram, Facebook, Linkedin } from "lucide-react";
|
||||||
|
|
||||||
export default function FedericoRestaurantPage() {
|
export default function FedericoRestaurantPage() {
|
||||||
return (
|
return (
|
||||||
@@ -26,94 +28,148 @@ export default function FedericoRestaurantPage() {
|
|||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<NavbarLayoutFloatingInline
|
||||||
<NavbarLayoutFloatingInline
|
navItems={[
|
||||||
navItems={[
|
{ name: "Overview", id: "overview" },
|
||||||
{ name: "Overview", id: "overview" },
|
{ name: "Menu", id: "menu" },
|
||||||
{ name: "Menu", id: "menu" },
|
{ name: "Reviews", id: "reviews" },
|
||||||
{ name: "Reviews", id: "reviews" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "Contact", id: "contact" },
|
||||||
{ name: "Contact", id: "contact" },
|
]}
|
||||||
]}
|
brandName="FEDERICO"
|
||||||
brandName="FEDERICO"
|
button={{ text: "Book Table", href: "#contact" }}
|
||||||
button={{ text: "Reservations", href: "#contact" }}
|
/>
|
||||||
/>
|
<HeroCarouselLogo
|
||||||
</div>
|
logoText="FEDERICO"
|
||||||
<div id="overview" data-section="overview">
|
description="Authentic Italian flavors in the heart of Tunis. Join us for a refined culinary experience at Immeuble El Majd."
|
||||||
<HeroLogo
|
buttons={[
|
||||||
logoText="FEDERICO"
|
{ text: "View Menu", href: "#menu" },
|
||||||
description="Authentic Italian flavors in the heart of Tunis. Join us for a refined culinary experience at Immeuble El Majd."
|
{ text: "Directions", href: "#contact" },
|
||||||
buttons={[
|
]}
|
||||||
{ text: "View Menu", href: "#menu" },
|
slides={[
|
||||||
{ text: "Directions", href: "#contact" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/waiter-is-serving-dinner-two-pretty-friends-women-elegant-restaurant_8353-10575.jpg", imageAlt: "Elegant Italian restaurant dining" },
|
||||||
]}
|
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-penne-pasta-with-tomato-sauce-fresh-basil-grated-parmesan-cheese_84443-81547.jpg", imageAlt: "Gourmet pasta dish" },
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/waiter-is-serving-dinner-two-pretty-friends-women-elegant-restaurant_8353-10575.jpg"
|
{ imageSrc: "http://img.b2bpic.net/free-photo/glass-sparking-wine_1339-4221.jpg", imageAlt: "Wine pairing experience" },
|
||||||
imageAlt="Elegant Italian restaurant dining"
|
{ imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg", imageAlt: "Warm restaurant ambiance" },
|
||||||
showDimOverlay={true}
|
]}
|
||||||
/>
|
showDimOverlay={true}
|
||||||
</div>
|
/>
|
||||||
<div id="about" data-section="about">
|
<InlineImageSplitTextAbout
|
||||||
<SplitAbout
|
className="pt-40"
|
||||||
title="We craft authentic culinary masterpieces"
|
heading={[
|
||||||
description="Using the finest Mediterranean ingredients for a unique experience."
|
{ type: "text", content: "We craft" },
|
||||||
buttons={[{ text: "Learn Our Story", href: "#about" }]}
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/close-up-person-holding-dough-spaghetti_23-2148296897.jpg", alt: "Italian Pasta" },
|
||||||
useInvertedBackground={false}
|
{ type: "text", content: "authentic culinary masterpieces using the finest" },
|
||||||
mediaAnimation="slide-up"
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/wine-drop-glass-red-wine_53876-42361.jpg", alt: "Wine" },
|
||||||
textboxLayout="inline-image"
|
{ type: "text", content: "Mediterranean ingredients" },
|
||||||
bulletPoints={[
|
]}
|
||||||
{ title: "Authentic Recipes", description: "Generations of Italian tradition." },
|
buttons={[
|
||||||
{ title: "Fresh Ingredients", description: "Sourced from the best local providers." }
|
{ text: "Learn Our Story", href: "#about" },
|
||||||
]}
|
]}
|
||||||
/>
|
useInvertedBackground={false}
|
||||||
</div>
|
/>
|
||||||
<div id="menu" data-section="menu">
|
<FeatureCardOne
|
||||||
<FeatureCardSeven
|
tag="Menu"
|
||||||
tag="Menu"
|
tagIcon={Utensils}
|
||||||
tagIcon={Utensils}
|
title="A Taste of Italy"
|
||||||
title="A Taste of Italy"
|
description="Traditional recipes prepared with modern elegance and fresh local produce."
|
||||||
description="Traditional recipes prepared with modern elegance and fresh local produce."
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
uniformGridCustomHeightClasses="h-100 2xl:h-110"
|
||||||
features={[
|
useInvertedBackground={false}
|
||||||
{ 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" },
|
features={[
|
||||||
{ 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: "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"},
|
||||||
</div>
|
{
|
||||||
<div id="reviews" data-section="reviews">
|
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"},
|
||||||
<TestimonialCardFifteen
|
{
|
||||||
testimonial="Truly authentic flavors that transport you directly to Rome. Exceptional service and a beautiful setting."
|
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"},
|
||||||
rating={5}
|
{
|
||||||
author="Sami Ben Youssef"
|
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"}
|
||||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg", alt: "Sami" }]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
/>
|
||||||
avatarsAnimation="slide-up"
|
<FeatureCardNine
|
||||||
useInvertedBackground={false}
|
tag="Experience"
|
||||||
/>
|
tagIcon={MapPin}
|
||||||
</div>
|
title="Visit Us in Tunis"
|
||||||
<div id="contact" data-section="contact">
|
description="Ideally located at Lac de Constance for your lunch or dinner rendezvous."
|
||||||
<ContactSplit
|
textboxLayout="default"
|
||||||
tag="Reservations"
|
showStepNumbers={true}
|
||||||
title="Connect With Us"
|
animationType="slide-up"
|
||||||
description="Need a reservation or have an inquiry? Get in touch today."
|
useInvertedBackground={false}
|
||||||
background={{ variant: "plain" }}
|
features={[
|
||||||
useInvertedBackground={false}
|
{
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg"
|
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" },
|
||||||
imageAlt="Contact Us"
|
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hands-working-digital-device-network-graphic-overlay_53876-120400.jpg", imageAlt: "Confirmation" },
|
||||||
mediaAnimation="slide-up"
|
},
|
||||||
mediaPosition="right"
|
{
|
||||||
/>
|
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" },
|
||||||
</div>
|
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/we-re-open-red-sign-window_23-2149168999.jpg", imageAlt: "Entrance" },
|
||||||
<FooterSimple
|
},
|
||||||
columns={[
|
{
|
||||||
{ title: "Federico", items: [{ label: "Home", href: "/" }, { label: "Contact", href: "#contact" }] }
|
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" },
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
<FeatureCardMedia
|
||||||
|
tag="Ambience"
|
||||||
|
tagIcon={Sparkles}
|
||||||
|
title="Atmospheric Excellence"
|
||||||
|
description="Sophisticated spaces designed for memorable dining moments."
|
||||||
|
textboxLayout="default"
|
||||||
|
animationType="slide-up"
|
||||||
|
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: "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"
|
||||||
|
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"
|
||||||
|
description="Need a reservation or have an inquiry? Get in touch today."
|
||||||
|
useInvertedBackground={false}
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg"
|
||||||
|
imageAlt="Contact Us"
|
||||||
|
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"
|
||||||
|
copyrightText="© 2025 FEDERICO Restaurant. 1 Rue du Lac de Constance, Tunis."
|
||||||
|
socialLinks={[
|
||||||
|
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||||
|
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||||
|
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" },
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2025 FEDERICO Restaurant."
|
|
||||||
bottomRightText="1 Rue du Lac de Constance, Tunis."
|
|
||||||
/>
|
/>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user