Update src/app/page.tsx

This commit is contained in:
2026-03-08 22:16:05 +00:00
parent 37f1865380
commit 1a2e3c72a1

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -44,19 +44,24 @@ export default function LandingPage() {
<HeroBillboardCarousel
title="Authentic Italian Dining Since 1921"
description="Reservations Required | Atlantic City's Hidden Gem"
background={{ variant: "grid" }}
background={{ variant: "sparkles-gradient" }}
buttons={[{ text: "Reserve Your Table", href: "reservations" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg", imageAlt: "Cozy candlelit dining room"},
imageSrc: "http://img.b2bpic.net/free-photo/view-table-arrangement-by-wedding-planner_23-2150167204.jpg", imageAlt: "Cozy candlelit dining room"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/italian-food-concept-with-pasta-slate_23-2147686526.jpg", imageAlt: "Classic Italian pasta dish"},
imageSrc: "http://img.b2bpic.net/free-photo/italian-food-concept-with-pasta-slate_23-2147686526.jpg", imageAlt: "Classic Italian pasta dish"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/wooden-chair-table_1203-7265.jpg", imageAlt: "Vintage restaurant interior"},
imageSrc: "http://img.b2bpic.net/free-photo/wooden-chair-table_1203-7265.jpg", imageAlt: "Vintage restaurant interior"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-square-pizza-with-tomatoes_23-2149235617.jpg?_wi=1", imageAlt: "Signature veal parmesan"},
imageSrc: "http://img.b2bpic.net/free-photo/view-square-pizza-with-tomatoes_23-2149235617.jpg", imageAlt: "Signature veal parmesan"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-with-glass-red-wine_140725-1820.jpg?_wi=1", imageAlt: "Gourmet Italian cuisine"},
imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-with-glass-red-wine_140725-1820.jpg", imageAlt: "Gourmet Italian cuisine"
},
]}
/>
</div>
@@ -74,6 +79,7 @@ export default function LandingPage() {
imageAlt="Historic Chef Vola's restaurant interior"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -84,11 +90,14 @@ export default function LandingPage() {
tag="Featured Dishes"
products={[
{
id: "1", name: "Veal Parmesan", price: "$36", variant: "Classic Italian Preparation", imageSrc: "http://img.b2bpic.net/free-photo/view-square-pizza-with-tomatoes_23-2149235617.jpg?_wi=2", imageAlt: "Veal Parmesan"},
id: "1", name: "Veal Parmesan", price: "$36", variant: "Classic Italian Preparation", imageSrc: "http://img.b2bpic.net/free-photo/view-square-pizza-with-tomatoes_23-2149235617.jpg", imageAlt: "Veal Parmesan"
},
{
id: "2", name: "Spaghetti & Meatballs", price: "$28", variant: "Traditional Homemade Recipe", imageSrc: "http://img.b2bpic.net/free-photo/seafood-pasta-tomato-sauce-with-mussels_140725-8464.jpg", imageAlt: "Spaghetti & Meatballs"},
id: "2", name: "Spaghetti & Meatballs", price: "$28", variant: "Traditional Homemade Recipe", imageSrc: "http://img.b2bpic.net/free-photo/seafood-pasta-tomato-sauce-with-mussels_140725-8464.jpg", imageAlt: "Spaghetti & Meatballs"
},
{
id: "3", name: "Tiramisu", price: "$12", variant: "Authentic Italian Dessert", imageSrc: "http://img.b2bpic.net/free-photo/chopped-biscuit-with-fruit_23-2147693569.jpg", imageAlt: "Tiramisu"},
id: "3", name: "Tiramisu", price: "$12", variant: "Authentic Italian Dessert", imageSrc: "http://img.b2bpic.net/free-photo/chopped-biscuit-with-fruit_23-2147693569.jpg", imageAlt: "Tiramisu"
},
]}
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
@@ -104,11 +113,14 @@ export default function LandingPage() {
tag="Gallery"
features={[
{
title: "Classic Italian Dishes", description: "Beautifully plated traditional recipes made with the finest ingredients", imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-with-glass-red-wine_140725-1820.jpg?_wi=2", imageAlt: "Classic Italian dish"},
title: "Classic Italian Dishes", description: "Beautifully plated traditional recipes made with the finest ingredients", imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-with-glass-red-wine_140725-1820.jpg", imageAlt: "Classic Italian dish"
},
{
title: "Intimate Dining Spaces", description: "Cozy corners perfect for special occasions and romantic dinners", imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-having-lunch_23-2150598339.jpg", imageAlt: "Intimate dining space"},
title: "Intimate Dining Spaces", description: "Cozy corners perfect for special occasions and romantic dinners", imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-having-lunch_23-2150598339.jpg", imageAlt: "Intimate dining space"
},
{
title: "Signature Desserts", description: "Authentic Italian sweet treats that end your meal perfectly", imageSrc: "http://img.b2bpic.net/free-photo/waiter-holding-platter-tomato-cheese-salad-with-pesto-sauce_140725-5255.jpg", imageAlt: "Signature dessert"},
title: "Signature Desserts", description: "Authentic Italian sweet treats that end your meal perfectly", imageSrc: "http://img.b2bpic.net/free-photo/waiter-holding-platter-tomato-cheese-salad-with-pesto-sauce_140725-5255.jpg", imageAlt: "Signature dessert"
},
]}
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
@@ -124,13 +136,17 @@ export default function LandingPage() {
tag="Guest Reviews"
testimonials={[
{
id: "1", name: "Maria Rossi", role: "Regular Guest", testimonial: "The most authentic Italian food I've found outside of Italy. Every visit feels like coming home. The attention to detail and warm hospitality are unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/young-reddish-man-posing-touching-his-chin_158595-3747.jpg", imageAlt: "Maria Rossi"},
id: "1", name: "Maria Rossi", role: "Regular Guest", testimonial: "The most authentic Italian food I've found outside of Italy. Every visit feels like coming home. The attention to detail and warm hospitality are unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/young-reddish-man-posing-touching-his-chin_158595-3747.jpg", imageAlt: "Maria Rossi"
},
{
id: "2", name: "James Mitchell", role: "Food Critic", testimonial: "Chef Vola's represents the best of traditional Italian cuisine. The recipes are clearly family heritage, and every dish is executed with precision and passion.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14268.jpg", imageAlt: "James Mitchell"},
id: "2", name: "James Mitchell", role: "Food Critic", testimonial: "Chef Vola's represents the best of traditional Italian cuisine. The recipes are clearly family heritage, and every dish is executed with precision and passion.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14268.jpg", imageAlt: "James Mitchell"
},
{
id: "3", name: "Sophia Leonardo", role: "Frequent Diner", testimonial: "A true gem hidden in Atlantic City. The ambiance is perfect for both romantic dates and family celebrations. I've been coming here for years and it never disappoints.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-beautiful-smiling-girl-sitting-cafe-sun-rays_176420-5916.jpg", imageAlt: "Sophia Leonardo"},
id: "3", name: "Sophia Leonardo", role: "Frequent Diner", testimonial: "A true gem hidden in Atlantic City. The ambiance is perfect for both romantic dates and family celebrations. I've been coming here for years and it never disappoints.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-beautiful-smiling-girl-sitting-cafe-sun-rays_176420-5916.jpg", imageAlt: "Sophia Leonardo"
},
{
id: "4", name: "Anthony Petruzzi", role: "Local Business Owner", testimonial: "When I want to impress clients or celebrate with family, Chef Vola's is my first choice. The service, food, and atmosphere are consistently exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-wearing-white-shirt-looking-confused-smiling-raising-hands-standing-pink-wall_141793-55693.jpg", imageAlt: "Anthony Petruzzi"},
id: "4", name: "Anthony Petruzzi", role: "Local Business Owner", testimonial: "When I want to impress clients or celebrate with family, Chef Vola's is my first choice. The service, food, and atmosphere are consistently exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-wearing-white-shirt-looking-confused-smiling-raising-hands-standing-pink-wall_141793-55693.jpg", imageAlt: "Anthony Petruzzi"
},
]}
textboxLayout="default"
animationType="slide-up"
@@ -146,13 +162,17 @@ export default function LandingPage() {
ctaIcon={Phone}
faqs={[
{
id: "1", title: "What are your hours?", content: "We are open Tuesday through Sunday, 5:00 PM to 11:00 PM. Closed Mondays. We recommend calling ahead for reservations."},
id: "1", title: "What are your hours?", content: "We are open Tuesday through Sunday, 5:00 PM to 11:00 PM. Closed Mondays. We recommend calling ahead for reservations."
},
{
id: "2", title: "Do you accommodate dietary restrictions?", content: "Yes, we are happy to accommodate dietary restrictions and allergies. Please inform us when making your reservation so we can prepare accordingly."},
id: "2", title: "Do you accommodate dietary restrictions?", content: "Yes, we are happy to accommodate dietary restrictions and allergies. Please inform us when making your reservation so we can prepare accordingly."
},
{
id: "3", title: "What is your dress code?", content: "We recommend smart casual to business casual attire. We want our guests to feel comfortable while maintaining the elegant atmosphere of our establishment."},
id: "3", title: "What is your dress code?", content: "We recommend smart casual to business casual attire. We want our guests to feel comfortable while maintaining the elegant atmosphere of our establishment."
},
{
id: "4", title: "Do you host private events?", content: "Yes, we host private dinners and special events. Please contact us directly to discuss your event and customize your experience."},
id: "4", title: "Do you host private events?", content: "Yes, we host private dinners and special events. Please contact us directly to discuss your event and customize your experience."
},
]}
useInvertedBackground={false}
animationType="slide-up"