Merge version_1 into main #2
244
src/app/page.tsx
244
src/app/page.tsx
@@ -33,30 +33,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book a Table", href: "#contact"}}
|
||||
brandName="Prezzo Italian Restaurant"
|
||||
/>
|
||||
</div>
|
||||
@@ -67,39 +55,23 @@ export default function LandingPage() {
|
||||
description="Experience authentic Italian dining in the heart of Uxbridge. Indulge in classic dishes crafted with passion and the finest ingredients."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-mushroom-pasta-dark-round_176474-3153.jpg?_wi=1",
|
||||
imageAlt: "Delicious Italian pasta dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-mushroom-pasta-dark-round_176474-3153.jpg", imageAlt: "Delicious Italian pasta dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-tasty-with-cheese_1303-9612.jpg?_wi=1",
|
||||
imageAlt: "Traditional Italian pizza",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-tasty-with-cheese_1303-9612.jpg", imageAlt: "Traditional Italian pizza"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg?_wi=1",
|
||||
imageAlt: "Cozy Italian restaurant interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg", imageAlt: "Cozy Italian restaurant interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bunch-grapes-wine-bottle-white-table-close-up-high-quality-photo_114579-44205.jpg",
|
||||
imageAlt: "Fine Italian wine with glasses",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bunch-grapes-wine-bottle-white-table-close-up-high-quality-photo_114579-44205.jpg", imageAlt: "Fine Italian wine with glasses"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-meal-preparation_23-2149059130.jpg",
|
||||
imageAlt: "Fresh Italian ingredients being prepared",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-meal-preparation_23-2149059130.jpg", imageAlt: "Fresh Italian ingredients being prepared"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-biscuits-tiramisu_23-2147772018.jpg",
|
||||
imageAlt: "Gourmet Tiramisu dessert",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-biscuits-tiramisu_23-2147772018.jpg", imageAlt: "Gourmet Tiramisu dessert"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -111,15 +83,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Passion for Authentic Italian Cuisine",
|
||||
},
|
||||
type: "text", content: "Our Passion for Authentic Italian Cuisine"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Story", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -133,47 +101,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "carbonara",
|
||||
name: "Spaghetti Carbonara",
|
||||
price: "£14.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-pasta-carbonara_1203-9158.jpg",
|
||||
imageAlt: "Spaghetti Carbonara",
|
||||
},
|
||||
id: "carbonara", name: "Spaghetti Carbonara", price: "£14.50", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-pasta-carbonara_1203-9158.jpg", imageAlt: "Spaghetti Carbonara"},
|
||||
{
|
||||
id: "diavola",
|
||||
name: "Pizza Diavola",
|
||||
price: "£15.95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg",
|
||||
imageAlt: "Spicy Pepperoni Pizza",
|
||||
},
|
||||
id: "diavola", name: "Pizza Diavola", price: "£15.95", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3984.jpg", imageAlt: "Spicy Pepperoni Pizza"},
|
||||
{
|
||||
id: "risotto",
|
||||
name: "Risotto ai Funghi",
|
||||
price: "£13.75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-rice-with-seafood-plate-wooden-table_123827-32550.jpg",
|
||||
imageAlt: "Mushroom Risotto",
|
||||
},
|
||||
id: "risotto", name: "Risotto ai Funghi", price: "£13.75", imageSrc: "http://img.b2bpic.net/free-photo/black-rice-with-seafood-plate-wooden-table_123827-32550.jpg", imageAlt: "Mushroom Risotto"},
|
||||
{
|
||||
id: "lasagne",
|
||||
name: "Lasagne al Forno",
|
||||
price: "£12.90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-tasty-delicious-homemade-food-potato-casserole_185193-165381.jpg",
|
||||
imageAlt: "Classic Baked Lasagne",
|
||||
},
|
||||
id: "lasagne", name: "Lasagne al Forno", price: "£12.90", imageSrc: "http://img.b2bpic.net/free-photo/concept-tasty-delicious-homemade-food-potato-casserole_185193-165381.jpg", imageAlt: "Classic Baked Lasagne"},
|
||||
{
|
||||
id: "gnocchi",
|
||||
name: "Gnocchi al Pesto",
|
||||
price: "£11.95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orecchiette-pasta-with-peas_661915-192.jpg",
|
||||
imageAlt: "Gnocchi with Pesto",
|
||||
},
|
||||
id: "gnocchi", name: "Gnocchi al Pesto", price: "£11.95", imageSrc: "http://img.b2bpic.net/free-photo/orecchiette-pasta-with-peas_661915-192.jpg", imageAlt: "Gnocchi with Pesto"},
|
||||
{
|
||||
id: "caprese",
|
||||
name: "Insalata Caprese",
|
||||
price: "£9.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuscan-panzanella-traditional-italian-salad-with-tomatoes-bread_127032-3586.jpg",
|
||||
imageAlt: "Caprese Salad",
|
||||
},
|
||||
id: "caprese", name: "Insalata Caprese", price: "£9.50", imageSrc: "http://img.b2bpic.net/free-photo/tuscan-panzanella-traditional-italian-salad-with-tomatoes-bread_127032-3586.jpg", imageAlt: "Caprese Salad"},
|
||||
]}
|
||||
title="Savor the Flavors of Italy"
|
||||
description="Discover our exquisite selection of pasta, pizza, and classic Italian dishes, crafted with the freshest local and imported ingredients."
|
||||
@@ -187,41 +125,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "We source the finest ingredients, from sun-ripened tomatoes to artisan cheeses, ensuring every bite is a taste of Italy.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Droplet,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-clothes-making-dough_23-2148438630.jpg",
|
||||
imageAlt: "chef preparing fresh pasta dough hands",
|
||||
title: "Fresh Ingredients", description: "We source the finest ingredients, from sun-ripened tomatoes to artisan cheeses, ensuring every bite is a taste of Italy.", bentoComponent: "reveal-icon", icon: Droplet
|
||||
},
|
||||
{
|
||||
title: "Cozy Ambiance",
|
||||
description: "Our warm and inviting restaurant provides the perfect setting for intimate dinners, family gatherings, and celebrations.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Star,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-mushroom-pasta-dark-round_176474-3153.jpg?_wi=2",
|
||||
imageAlt: "chef preparing fresh pasta dough hands",
|
||||
title: "Cozy Ambiance", description: "Our warm and inviting restaurant provides the perfect setting for intimate dinners, family gatherings, and celebrations.", bentoComponent: "reveal-icon", icon: Star
|
||||
},
|
||||
{
|
||||
title: "Artisanal Preparation",
|
||||
description: "Our chefs use traditional Italian techniques, perfected over generations, to bring you authentic flavors and culinary artistry.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Artisanal Preparation", description: "Our chefs use traditional Italian techniques, perfected over generations, to bring you authentic flavors and culinary artistry.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-tasty-with-cheese_1303-9612.jpg?_wi=2",
|
||||
imageAlt: "Chef preparing fresh pasta dough",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-tasty-with-cheese_1303-9612.jpg", imageAlt: "Chef preparing fresh pasta dough"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/affectionate-couple-celebrating-anniversary_1098-16711.jpg",
|
||||
imageAlt: "Sommelier serving wine",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/affectionate-couple-celebrating-anniversary_1098-16711.jpg", imageAlt: "Sommelier serving wine"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-chocolate-sauce-powdered-sugar_140725-7775.jpg",
|
||||
imageAlt: "Chef plating a dessert",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg?_wi=2",
|
||||
imageAlt: "chef preparing fresh pasta dough hands",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-chocolate-sauce-powdered-sugar_140725-7775.jpg", imageAlt: "Chef plating a dessert"}
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="More Than Just a Meal"
|
||||
@@ -237,25 +154,15 @@ export default function LandingPage() {
|
||||
author="Maria S."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg",
|
||||
alt: "Maria S.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg", alt: "Maria S."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-displeased-woman-arguing-with-waitress-cafe_637285-8114.jpg",
|
||||
alt: "John P.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-displeased-woman-arguing-with-waitress-cafe_637285-8114.jpg", alt: "John P."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg",
|
||||
alt: "Sarah T.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg", alt: "Sarah T."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lunch-break-elegant-man-office-businessman-white-shirt-man-eats-noodles_1157-39255.jpg",
|
||||
alt: "David L.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/lunch-break-elegant-man-office-businessman-white-shirt-man-eats-noodles_1157-39255.jpg", alt: "David L."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg",
|
||||
alt: "Emily R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg", alt: "Emily R."},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -267,14 +174,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Uxbridge Food Awards",
|
||||
"Local's Choice Magazine",
|
||||
"Italian Culinary Guild",
|
||||
"DineOut UK",
|
||||
"Taste of Uxbridge",
|
||||
"Family Dining Guide",
|
||||
"Chef's Recommendation",
|
||||
]}
|
||||
"Uxbridge Food Awards", "Local's Choice Magazine", "Italian Culinary Guild", "DineOut UK", "Taste of Uxbridge", "Family Dining Guide", "Chef's Recommendation"]}
|
||||
title="Praised by Our Community"
|
||||
description="Proudly recognized for our commitment to quality, authentic flavors, and exceptional dining experience in Uxbridge and beyond."
|
||||
/>
|
||||
@@ -286,20 +186,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Do you offer vegetarian and vegan options?",
|
||||
content: "Yes, our menu includes a variety of delicious vegetarian and vegan dishes. Please inform your server about any dietary preferences or allergies.",
|
||||
},
|
||||
id: "faq-1", title: "Do you offer vegetarian and vegan options?", content: "Yes, our menu includes a variety of delicious vegetarian and vegan dishes. Please inform your server about any dietary preferences or allergies."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Can I make a reservation online?",
|
||||
content: "Absolutely! You can easily book a table through our website's 'Book a Table' section or by calling us directly during opening hours.",
|
||||
},
|
||||
id: "faq-2", title: "Can I make a reservation online?", content: "Absolutely! You can easily book a table through our website's 'Book a Table' section or by calling us directly during opening hours."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Do you cater for private events or large groups?",
|
||||
content: "Yes, Prezzo Uxbridge is delighted to host private events and accommodate large groups. Please contact us in advance to discuss your requirements and our special group menus.",
|
||||
},
|
||||
id: "faq-3", title: "Do you cater for private events or large groups?", content: "Yes, Prezzo Uxbridge is delighted to host private events and accommodate large groups. Please contact us in advance to discuss your requirements and our special group menus."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about reservations, dietary options, and your dining experience at Prezzo Italian Restaurant."
|
||||
@@ -311,7 +202,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
variant: "plain"
|
||||
}}
|
||||
tag="Reservations & Contact"
|
||||
title="Visit Us in Uxbridge"
|
||||
@@ -328,66 +219,39 @@ export default function LandingPage() {
|
||||
logoText="Prezzo Uxbridge"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Starters",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Starters", href: "#menu"},
|
||||
{
|
||||
label: "Pasta",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pasta", href: "#menu"},
|
||||
{
|
||||
label: "Pizza",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pizza", href: "#menu"},
|
||||
{
|
||||
label: "Desserts",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Desserts", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Team", href: "#"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Help",
|
||||
items: [
|
||||
title: "Help", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user