Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f1ff24d3db | |||
| c679e96174 | |||
| 0fd3c81ec0 | |||
| 5cb98a2909 | |||
| bb60395b48 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user