2 Commits

Author SHA1 Message Date
f91c616f51 Merge version_2 into main
Merge version_2 into main
2026-04-25 09:07:03 +00:00
e67596e9c3 Update src/app/page.tsx 2026-04-25 09:07:00 +00:00

View File

@@ -11,7 +11,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBase from '@/components/sections/footer/FooterBase'; 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() { export default function LandingPage() {
return ( return (
@@ -152,18 +152,16 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardSix <TestimonialCardSix
title="Voices of Heat & Harmony" title="Guest Feedback"
description="What our guests say about their culinary adventure at Goa Spicy." description="Read about our guests' unique experiences with our fusion flavors."
tag="Guest Reviews" tag="Guest Reviews"
tagIcon={MessageSquareQuote}
testimonials={[ 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: "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!"
},
{
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"
} }
]} ]}
animationType="slide-up" animationType="slide-up"