5 Commits

Author SHA1 Message Date
f1ff24d3db Merge version_3 into main
Merge version_3 into main
2026-03-11 09:55:15 +00:00
c679e96174 Update src/app/page.tsx 2026-03-11 09:55:11 +00:00
0fd3c81ec0 Merge version_2 into main
Merge version_2 into main
2026-03-11 09:53:30 +00:00
5cb98a2909 Update src/app/page.tsx 2026-03-11 09:53:26 +00:00
bb60395b48 Merge version_1 into main
Merge version_1 into main
2026-03-11 09:51:33 +00:00

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
]}
buttons={[
{ text: "Order Delivery", href: "delivery" },
{ text: "View Menu", href: "dishes" }
{ text: "See Signature Dishes", href: "dishes" }
]}
/>
</div>
@@ -123,7 +123,7 @@ export default function LandingPage() {
<TestimonialCardSix
title="Loved by Our Community"
description="Join thousands of satisfied diners who've made Yaadgar their favorite Indian restaurant."
tag="⭐ 4-Star Rated"
tag="⭐ 4.8/5 (340+ Reviews)"
testimonials={[
{
id: "1", name: "Priya Sharma", handle: "@priya_loves_food", testimonial: "The butter chicken is absolutely divine! Best Indian food I've had outside of India. The ambiance is so welcoming and authentic.", imageSrc: "http://img.b2bpic.net/free-photo/anxious-pretty-brunette-caucasian-girl-blows-cheeks-thumbs-up-pointing-side-olive-green_141793-69807.jpg", imageAlt: "professional woman portrait smiling headshot"
@@ -181,4 +181,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}