Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -31,6 +31,7 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
]}
|
||||
brandName="FEDERICO"
|
||||
button={{ text: "Book Table", href: "/reservations" }}
|
||||
/>
|
||||
<SplitAbout
|
||||
title="Our Story"
|
||||
@@ -38,12 +39,16 @@ export default function AboutPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiter-is-serving-dinner-two-pretty-friends-women-elegant-restaurant_8353-10575.jpg"
|
||||
textboxLayout="default"
|
||||
className="py-20"
|
||||
bulletPoints={["Authentic Italian recipes", "Farm-to-table ingredients", "Traditional hospitality"]
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<TeamCardSix
|
||||
title="Our Talented Team"
|
||||
description="Meet the passionate people behind your dining experience."
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{ id: "1", name: "Federico Rossi", role: "Founder & Chef", imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-meal-kitchen_23-2148761011.jpg" },
|
||||
{ id: "2", name: "Sarah Ben Youssef", role: "Restaurant Manager", imageSrc: "http://img.b2bpic.net/free-photo/professional-restaurant-manager-holding-tablet-smiling_23-2148821035.jpg" },
|
||||
|
||||
@@ -37,6 +37,7 @@ export default function ContactPage() {
|
||||
title="Visit or Reach Out"
|
||||
description="Locate us at 1 Rue du Lac de Constance, Tunis. We are open for your pleasure."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FooterCard
|
||||
logoText="FEDERICO"
|
||||
|
||||
@@ -38,9 +38,9 @@ export default function GalleryPage() {
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{ id: "1", title: "Dining Hall", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg" },
|
||||
{ id: "2", title: "Gourmet Pasta", imageSrc: "http://img.b2bpic.net/free-photo/delicious-penne-pasta-with-tomato-sauce-fresh-basil-grated-parmesan-cheese_84443-81547.jpg" },
|
||||
{ id: "3", title: "Elegant Setting", imageSrc: "http://img.b2bpic.net/free-photo/waiter-is-serving-dinner-two-pretty-friends-women-elegant-restaurant_8353-10575.jpg" },
|
||||
{ id: "1", title: "Dining Hall", tag: "Interior", description: "Elegant indoor dining", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1851.jpg" },
|
||||
{ id: "2", title: "Gourmet Pasta", tag: "Cuisine", description: "Freshly prepared pasta", imageSrc: "http://img.b2bpic.net/free-photo/delicious-penne-pasta-with-tomato-sauce-fresh-basil-grated-parmesan-cheese_84443-81547.jpg" },
|
||||
{ id: "3", title: "Elegant Setting", tag: "Atmosphere", description: "Atmospheric dining", imageSrc: "http://img.b2bpic.net/free-photo/waiter-is-serving-dinner-two-pretty-friends-women-elegant-restaurant_8353-10575.jpg" },
|
||||
]}
|
||||
/>
|
||||
<FooterCard
|
||||
|
||||
@@ -5,7 +5,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Utensils, Instagram, Facebook, Linkedin } from "lucide-react";
|
||||
import { Instagram, Facebook, Linkedin } from "lucide-react";
|
||||
|
||||
export default function MenuPage() {
|
||||
return (
|
||||
@@ -30,11 +30,15 @@ export default function MenuPage() {
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
]}
|
||||
brandName="FEDERICO"
|
||||
button={{ text: "Book Table", href: "/reservations" }}
|
||||
/>
|
||||
<FeatureCardOne
|
||||
className="py-20"
|
||||
title="Our Menu"
|
||||
description="Savor authentic Italian recipes made fresh daily."
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Antipasti", description: "Light starters featuring fresh bruschetta and caprese salad.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-bruschetta-with-tomatoes-basil-wooden-table_23-2148184659.jpg" },
|
||||
{ title: "Primi Piatti", description: "Signature handmade pasta dishes with authentic sauces.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-penne-pasta-with-tomato-sauce-fresh-basil-grated-parmesan-cheese_84443-81547.jpg" },
|
||||
|
||||
@@ -37,6 +37,7 @@ export default function ReservationsPage() {
|
||||
description="Select your date, time, and party size to confirm your reservation."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg"
|
||||
imageAlt="Booking"
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{ name: "date", type: "date", placeholder: "Date" },
|
||||
{ name: "time", type: "time", placeholder: "Time" },
|
||||
|
||||
Reference in New Issue
Block a user