diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f5c756..f83e0e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,14 +30,10 @@ export default function LandingPage() { @@ -108,16 +93,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} features={[ - { - id: "f1", title: "Warm Ambiance", description: "Comfortable seating perfect for large families."}, - { - id: "f2", title: "Affordable Pricing", description: "Quality meals that fit your family budget."}, - { - id: "f3", title: "Fresh Ingredients", description: "We prioritize fresh produce and clean cooking."}, + { id: "f1", title: "Aromatic Spices", description: "Only the finest, hand-ground spices go into our signature curries." }, + { id: "f2", title: "Authentic Recipes", description: "Rooted in traditional Indian home-style cooking techniques." }, + { id: "f3", title: "Warm Hospitality", description: "A dining atmosphere designed for comfort and cultural warmth." }, ]} - title="Why Families Choose Eden Garden" - description="We blend quality, service, and warmth to ensure every visit is a pleasant one." - tag="Advantages" + title="What Makes Us Special" + description="We pride ourselves on maintaining high quality, hygiene, and authentic flavors." + tag="Our Promise" tagIcon={Award} /> @@ -129,41 +111,24 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "Rajesh K.", role: "Customer", company: "Ballari", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg?_wi=1"}, - { - id: "2", name: "Priya S.", role: "Customer", company: "Ballari", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135982.jpg"}, - { - id: "3", name: "Amit V.", role: "Customer", company: "Ballari", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-fun-while-eating-cake-cafe_637285-7896.jpg"}, - { - id: "4", name: "Sneha L.", role: "Customer", company: "Ballari", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/ecstatic-caucasian-girl-sitting-cafe-eating-salad-blithesome-woman-enjoying-fresh-vegetables_197531-17191.jpg"}, - { - id: "5", name: "Vikram R.", role: "Regular", company: "Ballari", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg?_wi=2"}, + { id: "1", name: "Ananya M.", role: "Diner", company: "Ballari", rating: 5, imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=200&h=200&auto=format&fit=crop" }, + { id: "2", name: "Suresh R.", role: "Diner", company: "Ballari", rating: 5, imageSrc: "https://images.unsplash.com/photo-1539571696357-5a69c17a67c6?q=80&w=200&h=200&auto=format&fit=crop" }, + { id: "3", name: "Divya P.", role: "Diner", company: "Ballari", rating: 5, imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=200&h=200&auto=format&fit=crop" }, + { id: "4", name: "Vikram K.", role: "Diner", company: "Ballari", rating: 4, imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?q=80&w=200&h=200&auto=format&fit=crop" }, ]} - title="What Our Customers Say" - description="Hear about the experiences of our local Ballari community." + title="Stories from Our Guests" + description="Hear from our local community about their favorite flavors at Eden Garden." />
@@ -171,27 +136,11 @@ export default function LandingPage() {