4 Commits

Author SHA1 Message Date
87550b22f5 Update src/app/page.tsx 2026-03-10 22:39:11 +00:00
f8082b379d Merge version_2 into main
Merge version_2 into main
2026-03-10 22:37:40 +00:00
f1054d3085 Update src/app/page.tsx 2026-03-10 22:37:36 +00:00
20b6787847 Merge version_1 into main
Merge version_1 into main
2026-03-10 22:35:21 +00:00

View File

@@ -150,7 +150,7 @@ export default function LandingPage() {
<TestimonialCardFifteen
testimonial="NICO & VALI has become our family's favorite restaurant. The authentic Italian food, warm service, and cozy atmosphere make every visit special. We can't wait to return!"
rating={5}
author="Maria Romano, Local Family"
author="Maria Romano, Local Family • 4.9★ from 1000+ reviews"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/close-up-photo-bearded-guy-smiling-gesturing-with-ok-sign-expressing-good-choice-being-isolated-graphite_171337-455.jpg", alt: "Customer Maria" },
{ src: "http://img.b2bpic.net/free-photo/happy-smiling-young-man-blue-shirt-blackboard_176420-2943.jpg", alt: "Customer Antonio" },
@@ -199,7 +199,7 @@ export default function LandingPage() {
tagIcon={Phone}
tagAnimation="slide-up"
title="Ready for an Unforgettable Meal?"
description="Reserve your table today and experience authentic Italian hospitality. Join us for lunch, dinner, or special occasions."
description="Reserve your table today and experience authentic Italian hospitality. Call us at +1-234-567-890 or reserve below to join us for lunch, dinner, or special occasions."
buttons={[
{ text: "Make a Reservation", href: "tel:+1234567890" },
{ text: "Visit Us", href: "https://maps.google.com" }
@@ -252,4 +252,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}