Update src/app/page.tsx
This commit is contained in:
369
src/app/page.tsx
369
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/restaurant-logo-with-golden-design_23-2148455389.jpg"
|
||||
logoAlt="Italian Restaurant Logo"
|
||||
@@ -63,52 +53,26 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
imagePosition="right"
|
||||
title="Authentic Italian Flavors"
|
||||
description="Experience the true taste of Italy with our traditional dishes, made from the freshest ingredients. A culinary journey awaits."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sophia R.",
|
||||
handle: "@foodie_sophia",
|
||||
testimonial: "Absolutely delightful! The pasta was perfectly al dente, and the tiramisu was heavenly. A must-visit for authentic Italian.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-away-medium-shot_23-2148225705.jpg?_wi=1",
|
||||
imageAlt: "Sophia R.",
|
||||
},
|
||||
name: "Sophia R.", handle: "@foodie_sophia", testimonial: "Absolutely delightful! The pasta was perfectly al dente, and the tiramisu was heavenly. A must-visit for authentic Italian.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-away-medium-shot_23-2148225705.jpg", imageAlt: "Sophia R."},
|
||||
{
|
||||
name: "Marco L.",
|
||||
handle: "@gourmet_marco",
|
||||
testimonial: "Every dish was a masterpiece. The ambiance transported me straight to Italy. Truly an unforgettable dining experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg",
|
||||
imageAlt: "Marco L.",
|
||||
},
|
||||
name: "Marco L.", handle: "@gourmet_marco", testimonial: "Every dish was a masterpiece. The ambiance transported me straight to Italy. Truly an unforgettable dining experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg", imageAlt: "Marco L."},
|
||||
{
|
||||
name: "Elena V.",
|
||||
handle: "@tastebuds_elena",
|
||||
testimonial: "From the warm welcome to the last bite, everything was superb. The best Italian restaurant in town!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waistup-shot-elegant-goodlooking-wealthy-young-blond-woman-brilliant-accessorize-silver-glittering-stylish-dress-touch-chin-have-clever-interesting-idea-smiling-curiously-red-background_1258-306856.jpg",
|
||||
imageAlt: "Elena V.",
|
||||
},
|
||||
name: "Elena V.", handle: "@tastebuds_elena", testimonial: "From the warm welcome to the last bite, everything was superb. The best Italian restaurant in town!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waistup-shot-elegant-goodlooking-wealthy-young-blond-woman-brilliant-accessorize-silver-glittering-stylish-dress-touch-chin-have-clever-interesting-idea-smiling-curiously-red-background_1258-306856.jpg", imageAlt: "Elena V."},
|
||||
{
|
||||
name: "Luca G.",
|
||||
handle: "@eat_with_luca",
|
||||
testimonial: "Fantastic service and even better food. The pizza reminds me of my grandmother's cooking. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cheeky-guy-with-beard-turn-face-camera-winking-with-smile-standing-white-back_1258-113229.jpg",
|
||||
imageAlt: "Luca G.",
|
||||
},
|
||||
name: "Luca G.", handle: "@eat_with_luca", testimonial: "Fantastic service and even better food. The pizza reminds me of my grandmother's cooking. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cheeky-guy-with-beard-turn-face-camera-winking-with-smile-standing-white-back_1258-113229.jpg", imageAlt: "Luca G."},
|
||||
{
|
||||
name: "Maria C.",
|
||||
handle: "@bella_cucina",
|
||||
testimonial: "The atmosphere is so cozy, and the service is incredibly friendly. It felt like dining in a true Italian home. Loved it!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-brunette-woman-looks-gladfully-reacts-positive-relevation-wears-casual-striped-jumper-isolated-white-wall_273609-55959.jpg",
|
||||
imageAlt: "Happy customer woman",
|
||||
},
|
||||
name: "Maria C.", handle: "@bella_cucina", testimonial: "The atmosphere is so cozy, and the service is incredibly friendly. It felt like dining in a true Italian home. Loved it!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-brunette-woman-looks-gladfully-reacts-positive-relevation-wears-casual-striped-jumper-isolated-white-wall_273609-55959.jpg", imageAlt: "Happy customer woman"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
tag="Benvenuti"
|
||||
@@ -116,69 +80,43 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-people-with-delicious-cocktails_23-2150124812.jpg",
|
||||
alt: "Sophia R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-people-with-delicious-cocktails_23-2150124812.jpg", alt: "Sophia R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-portrait-smiley-man_23-2148422214.jpg",
|
||||
alt: "Marco L.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-portrait-smiley-man_23-2148422214.jpg", alt: "Marco L."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-alluring-woman-outdoors-beach_23-2148629766.jpg",
|
||||
alt: "Elena V.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-alluring-woman-outdoors-beach_23-2148629766.jpg", alt: "Elena V."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-man-with-copy-space_23-2148404254.jpg",
|
||||
alt: "Luca G.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-man-with-copy-space_23-2148404254.jpg", alt: "Luca G."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-standing-yellow-background-smiling-positive-doing-ok-sign-with-hand-fingers-successful-expression_839833-32513.jpg",
|
||||
alt: "Middle age hispanic woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-standing-yellow-background-smiling-positive-doing-ok-sign-with-hand-fingers-successful-expression_839833-32513.jpg", alt: "Middle age hispanic woman"},
|
||||
]}
|
||||
avatarText="Join our happy diners!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-pasta-fork_23-2147749504.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-pasta-fork_23-2147749504.jpg"
|
||||
imageAlt="Gourmet Italian Food Plate"
|
||||
mediaAnimation="slide-up"
|
||||
fixedMediaHeight={true}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients",
|
||||
type: "text", text: "Fresh Ingredients"},
|
||||
{
|
||||
type: "text-icon", text: "Handmade Pasta", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Handmade Pasta",
|
||||
icon: Sparkles,
|
||||
type: "text", text: "Traditional Recipes"},
|
||||
{
|
||||
type: "text-icon", text: "Wood-Fired Pizza", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Recipes",
|
||||
},
|
||||
type: "text", text: "Authentic Italian"},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Wood-Fired Pizza",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Italian",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fine Wine Selection",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Fine Wine Selection", icon: Award,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
@@ -191,14 +129,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Passion for Italian Cuisine"
|
||||
description={[
|
||||
"At Italian Restaurant, we believe in preserving the authentic flavors and culinary traditions of Italy. Our journey began with a simple passion: to bring the true essence of Italian dining to your table. We meticulously source the finest, freshest ingredients, from ripe San Marzano tomatoes to artisanal cheeses and prime cuts of meat.",
|
||||
"Every dish is a testament to generations of Italian cooking, prepared with love and expertise by our dedicated chefs. Our goal is to create an unforgettable dining experience where every bite tells a story of heritage, quality, and passion. Come and discover the heart of Italy with us.",
|
||||
]}
|
||||
"At Italian Restaurant, we believe in preserving the authentic flavors and culinary traditions of Italy. Our journey began with a simple passion: to bring the true essence of Italian dining to your table. We meticulously source the finest, freshest ingredients, from ripe San Marzano tomatoes to artisanal cheeses and prime cuts of meat.", "Every dish is a testament to generations of Italian cooking, prepared with love and expertise by our dedicated chefs. Our goal is to create an unforgettable dining experience where every bite tells a story of heritage, quality, and passion. Come and discover the heart of Italy with us."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
showBorder={false}
|
||||
@@ -214,65 +148,23 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Classic",
|
||||
name: "Pizza Margherita",
|
||||
price: "€14.00",
|
||||
rating: 5,
|
||||
reviewCount: "120 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-frame-with-copy-space_23-2148574220.jpg",
|
||||
imageAlt: "Pizza Margherita",
|
||||
},
|
||||
id: "1", brand: "Classic", name: "Pizza Margherita", price: "€14.00", rating: 5,
|
||||
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-frame-with-copy-space_23-2148574220.jpg", imageAlt: "Pizza Margherita"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Homemade",
|
||||
name: "Pasta Carbonara",
|
||||
price: "€16.50",
|
||||
rating: 5,
|
||||
reviewCount: "98 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-spaghetti-pasta-with-grated-cheese-cherry-tomatoes-container_23-2148076244.jpg",
|
||||
imageAlt: "Pasta Carbonara",
|
||||
},
|
||||
id: "2", brand: "Homemade", name: "Pasta Carbonara", price: "€16.50", rating: 5,
|
||||
reviewCount: "98 reviews", imageSrc: "http://img.b2bpic.net/free-photo/homemade-spaghetti-pasta-with-grated-cheese-cherry-tomatoes-container_23-2148076244.jpg", imageAlt: "Pasta Carbonara"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Signature",
|
||||
name: "Risotto ai Funghi",
|
||||
price: "€18.00",
|
||||
rating: 4,
|
||||
reviewCount: "75 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mushroom-risotto-garnished-with-grated-parmesan-parsley-vertical_141793-1933.jpg",
|
||||
imageAlt: "Risotto ai Funghi",
|
||||
},
|
||||
id: "3", brand: "Signature", name: "Risotto ai Funghi", price: "€18.00", rating: 4,
|
||||
reviewCount: "75 reviews", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-risotto-garnished-with-grated-parmesan-parsley-vertical_141793-1933.jpg", imageAlt: "Risotto ai Funghi"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Dessert",
|
||||
name: "Tiramisu",
|
||||
price: "€7.50",
|
||||
rating: 5,
|
||||
reviewCount: "150 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-flat-lay_23-2148395148.jpg",
|
||||
imageAlt: "Tiramisu",
|
||||
},
|
||||
id: "4", brand: "Dessert", name: "Tiramisu", price: "€7.50", rating: 5,
|
||||
reviewCount: "150 reviews", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-flat-lay_23-2148395148.jpg", imageAlt: "Tiramisu"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Classic",
|
||||
name: "Lasagna al Forno",
|
||||
price: "€17.00",
|
||||
rating: 4,
|
||||
reviewCount: "88 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-italian-pasta-with-tomato-sauce-inside-plate-grey-table-food-meal-italian-pasta_140725-27904.jpg",
|
||||
imageAlt: "Lasagna al Forno",
|
||||
},
|
||||
id: "5", brand: "Classic", name: "Lasagna al Forno", price: "€17.00", rating: 4,
|
||||
reviewCount: "88 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-italian-pasta-with-tomato-sauce-inside-plate-grey-table-food-meal-italian-pasta_140725-27904.jpg", imageAlt: "Lasagna al Forno"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Sweet",
|
||||
name: "Assorted Gelato",
|
||||
price: "€6.00",
|
||||
rating: 5,
|
||||
reviewCount: "110 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-mixed-fruit_1339-4929.jpg",
|
||||
imageAlt: "Assorted Gelato",
|
||||
},
|
||||
id: "6", brand: "Sweet", name: "Assorted Gelato", price: "€6.00", rating: 5,
|
||||
reviewCount: "110 reviews", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-with-mixed-fruit_1339-4929.jpg", imageAlt: "Assorted Gelato"},
|
||||
]}
|
||||
title="Our Exquisite Menu"
|
||||
description="Discover a selection of our most loved traditional Italian dishes, crafted with authentic recipes and the finest ingredients."
|
||||
@@ -281,9 +173,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "See Full Menu",
|
||||
href: "#",
|
||||
},
|
||||
text: "See Full Menu", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -296,46 +186,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Curated Wine Selection",
|
||||
description: "Our sommelier has handpicked a superb selection of Italian wines to perfectly complement your meal.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-cafe-using-tablets_23-2147826935.jpg",
|
||||
imageAlt: "Wine pairing guide on a phone",
|
||||
},
|
||||
title: "Curated Wine Selection", description: "Our sommelier has handpicked a superb selection of Italian wines to perfectly complement your meal.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-cafe-using-tablets_23-2147826935.jpg", imageAlt: "Wine pairing guide on a phone"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-smartphone-wine_23-2147770836.jpg",
|
||||
imageAlt: "Wine pairing guide on a phone",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/restaurant-logo-with-golden-design_23-2148455389.jpg",
|
||||
imageAlt: "sommelier explaining wine pairings app",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-smartphone-wine_23-2147770836.jpg", imageAlt: "Wine pairing guide on a phone"},
|
||||
},
|
||||
{
|
||||
title: "Handmade Fresh Pasta",
|
||||
description: "Every day, our chefs prepare fresh pasta from scratch, using traditional methods and premium durum wheat flour.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-cooking_114579-8725.jpg",
|
||||
imageAlt: "Chef making fresh pasta",
|
||||
},
|
||||
title: "Handmade Fresh Pasta", description: "Every day, our chefs prepare fresh pasta from scratch, using traditional methods and premium durum wheat flour.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-cooking_114579-8725.jpg", imageAlt: "Chef making fresh pasta"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-cutting-dough-strips_23-2148491282.jpg",
|
||||
imageAlt: "Chef making fresh pasta",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-fork_23-2147749504.jpg?_wi=2",
|
||||
imageAlt: "sommelier explaining wine pairings app",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-cutting-dough-strips_23-2148491282.jpg", imageAlt: "Chef making fresh pasta"},
|
||||
},
|
||||
{
|
||||
title: "Authentic Wood-Fired Pizza",
|
||||
description: "Savor the crispy, smoky crust of our pizzas, baked to perfection in our traditional wood-fired oven.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/uncooked-pizza-parchment-paper-placed-oven_23-2148120093.jpg",
|
||||
imageAlt: "Wood fired pizza oven",
|
||||
},
|
||||
title: "Authentic Wood-Fired Pizza", description: "Savor the crispy, smoky crust of our pizzas, baked to perfection in our traditional wood-fired oven.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/uncooked-pizza-parchment-paper-placed-oven_23-2148120093.jpg", imageAlt: "Wood fired pizza oven"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-puts-cheese-pizza-dough-covered-with-tomato-sauce_141793-2007.jpg",
|
||||
imageAlt: "Wood fired pizza oven",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-away-medium-shot_23-2148225705.jpg?_wi=2",
|
||||
imageAlt: "sommelier explaining wine pairings app",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-puts-cheese-pizza-dough-covered-with-tomato-sauce_141793-2007.jpg", imageAlt: "Wood fired pizza oven"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -352,50 +218,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Isabella Rossi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-overjoyed-woman-exclaims-loudly-feels-cheerful-has-pleasant-appearance-feels-joyful-dressed-warm-white-sweater-panama-isolated-pink-background-people-emotions_273609-58350.jpg",
|
||||
imageAlt: "Isabella Rossi",
|
||||
},
|
||||
id: "1", name: "Isabella Rossi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-overjoyed-woman-exclaims-loudly-feels-cheerful-has-pleasant-appearance-feels-joyful-dressed-warm-white-sweater-panama-isolated-pink-background-people-emotions_273609-58350.jpg", imageAlt: "Isabella Rossi"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Giovanni Bianchi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-flannel-suit-glasses-standing-against-brick-wall_613910-4419.jpg",
|
||||
imageAlt: "Giovanni Bianchi",
|
||||
},
|
||||
id: "2", name: "Giovanni Bianchi", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-flannel-suit-glasses-standing-against-brick-wall_613910-4419.jpg", imageAlt: "Giovanni Bianchi"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sofia Ferrari",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-doing-exercises-home_23-2149260243.jpg",
|
||||
imageAlt: "Sofia Ferrari",
|
||||
},
|
||||
id: "3", name: "Sofia Ferrari", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-doing-exercises-home_23-2149260243.jpg", imageAlt: "Sofia Ferrari"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alessandro Romano",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-197388.jpg",
|
||||
imageAlt: "Alessandro Romano",
|
||||
},
|
||||
id: "4", name: "Alessandro Romano", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-197388.jpg", imageAlt: "Alessandro Romano"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chiara Conti",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg",
|
||||
imageAlt: "Chiara Conti",
|
||||
},
|
||||
id: "5", name: "Chiara Conti", imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg", imageAlt: "Chiara Conti"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Davide Rizzo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-guy-wearing-yellow-t-shirt-glasses-grabbed-glasses-isolated-pink_141793-87119.jpg",
|
||||
imageAlt: "Davide Rizzo",
|
||||
},
|
||||
id: "6", name: "Davide Rizzo", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-guy-wearing-yellow-t-shirt-glasses-grabbed-glasses-isolated-pink_141793-87119.jpg", imageAlt: "Davide Rizzo"},
|
||||
]}
|
||||
cardTitle="What Our Guests Say"
|
||||
cardTag="Rave Reviews"
|
||||
cardTagIcon={Star}
|
||||
buttons={[
|
||||
{
|
||||
text: "Read More Reviews",
|
||||
href: "#",
|
||||
},
|
||||
text: "Read More Reviews", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
cardAnimation="slide-up"
|
||||
@@ -411,29 +251,11 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chef Antonio",
|
||||
role: "Head Chef",
|
||||
description: "With over 20 years of experience, Chef Antonio brings traditional Italian recipes to life with his innovative touch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flour-black-background-with-shapes-kitchen-elements_23-2148006315.jpg",
|
||||
imageAlt: "Chef Antonio",
|
||||
},
|
||||
id: "1", name: "Chef Antonio", role: "Head Chef", description: "With over 20 years of experience, Chef Antonio brings traditional Italian recipes to life with his innovative touch.", imageSrc: "http://img.b2bpic.net/free-photo/flour-black-background-with-shapes-kitchen-elements_23-2148006315.jpg", imageAlt: "Chef Antonio"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chef Sofia",
|
||||
role: "Pastry Chef",
|
||||
description: "Sofia's creations, from delicate tiramisu to rich panna cotta, are the perfect sweet ending to any meal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-serving-slice-chocolate-cake_23-2148028061.jpg",
|
||||
imageAlt: "Chef Sofia",
|
||||
},
|
||||
id: "2", name: "Chef Sofia", role: "Pastry Chef", description: "Sofia's creations, from delicate tiramisu to rich panna cotta, are the perfect sweet ending to any meal.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-serving-slice-chocolate-cake_23-2148028061.jpg", imageAlt: "Chef Sofia"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marco V.",
|
||||
role: "Restaurant Manager",
|
||||
description: "Marco ensures every guest enjoys impeccable service and a memorable dining experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18777.jpg",
|
||||
imageAlt: "Marco V.",
|
||||
},
|
||||
id: "3", name: "Marco V.", role: "Restaurant Manager", description: "Marco ensures every guest enjoys impeccable service and a memorable dining experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18777.jpg", imageAlt: "Marco V."},
|
||||
]}
|
||||
title="Meet Our Culinary Family"
|
||||
description="Our dedicated team is passionate about delivering an exceptional Italian dining experience."
|
||||
@@ -449,25 +271,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we highly recommend making a reservation, especially for dinner on weekends. You can book a table through our website or by calling us directly.",
|
||||
},
|
||||
id: "1", title: "Do you accept reservations?", content: "Yes, we highly recommend making a reservation, especially for dinner on weekends. You can book a table through our website or by calling us directly."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer vegetarian/vegan options?",
|
||||
content: "Absolutely! Our menu includes a variety of vegetarian and vegan-friendly dishes. Please inform your server about any dietary restrictions or preferences.",
|
||||
},
|
||||
id: "2", title: "Do you offer vegetarian/vegan options?", content: "Absolutely! Our menu includes a variety of vegetarian and vegan-friendly dishes. Please inform your server about any dietary restrictions or preferences."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is there parking available?",
|
||||
content: "We have limited on-site parking available, and there are several public parking lots within a short walking distance from the restaurant.",
|
||||
},
|
||||
id: "3", title: "Is there parking available?", content: "We have limited on-site parking available, and there are several public parking lots within a short walking distance from the restaurant."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can you accommodate large groups?",
|
||||
content: "Yes, we can accommodate large groups for special occasions. Please contact us in advance to discuss your requirements and make arrangements.",
|
||||
},
|
||||
id: "4", title: "Can you accommodate large groups?", content: "Yes, we can accommodate large groups for special occasions. Please contact us in advance to discuss your requirements and make arrangements."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spaghetti-pasta-it-s-ingredient-arranged-row-blue-stained-backdrop_23-2148087230.jpg"
|
||||
imageAlt="Italian pasta ingredients"
|
||||
@@ -486,8 +296,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Make a Reservation"
|
||||
description="Book your table today and immerse yourself in an authentic Italian dining experience. We look forward to welcoming you!"
|
||||
@@ -507,49 +316,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Our Menu", href: "#menu"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Gift Cards",
|
||||
href: "#",
|
||||
},
|
||||
label: "Gift Cards", href: "#"},
|
||||
{
|
||||
label: "Catering",
|
||||
href: "#",
|
||||
},
|
||||
label: "Catering", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Accessibility",
|
||||
href: "#",
|
||||
},
|
||||
label: "Accessibility", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user