Update src/app/page.tsx

This commit is contained in:
2026-04-25 09:07:00 +00:00
parent 0575f82118
commit e67596e9c3

View File

@@ -11,7 +11,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Flame, ChefHat, Sparkles, Calendar, Linkedin, Globe } from 'lucide-react';
import { Flame, ChefHat, Sparkles, Calendar, MessageSquareQuote } from 'lucide-react';
export default function LandingPage() {
return (
@@ -152,18 +152,16 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="Voices of Heat & Harmony"
description="What our guests say about their culinary adventure at Goa Spicy."
title="Guest Feedback"
description="Read about our guests' unique experiences with our fusion flavors."
tag="Guest Reviews"
tagIcon={MessageSquareQuote}
testimonials={[
{
id: "1", name: "Anita V.", handle: "@foodie_travels", testimonial: "Never thought I'd find sushi and Goan spice together—it's absolutely genius.", imageSrc: "http://img.b2bpic.net/free-photo/informal-talk-with-best-friends-restaurant-warm-summer-day_8353-9702.jpg"
id: "1", name: "Sarah K.", handle: "@local_foodie", testimonial: "The refreshing atmosphere and the Schezwan fried rice paired with the lime drinks were absolutely delicious! A unique fusion find. A small suggestion: the Paneer Tikka Masala could use a bit more depth in the spice profile, but Ill definitely be back."
},
{
id: "2", name: "Hiroshi T.", handle: "@zen_eats", testimonial: "Authentic Japanese base with a kick I haven't experienced before. Must try.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-bed_23-2147862652.jpg"
},
{
id: "3", name: "Rahul S.", handle: "@goa_nightout", testimonial: "The atmosphere is electric and the flavors are unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-eating-lemon-tart-with-raspberry-sorbet-dessert-cafe_637285-8905.jpg"
id: "2", name: "Amit D.", handle: "@urban_eater", testimonial: "Absolutely loved the ambiance. The Schezwan fried rice is a must-try, and their fresh lime drinks were perfect. The Paneer Tikka Masala is good, but just a tiny tweak away from perfection!"
}
]}
animationType="slide-up"
@@ -221,4 +219,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}