diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e35ad2..baf4f7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -252,41 +131,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Rajesh Kumar", - role: "Local Resident", - testimonial: "The best place in Bemetara for quick snacks and celebrations. Always fresh!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg", - }, - { - id: "2", - name: "Priya Sharma", - role: "Student", - testimonial: "Their cold coffee and dosa are just perfect. Great atmosphere!", - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149215767.jpg", - }, - { - id: "3", - name: "Amit Verma", - role: "Parent", - testimonial: "Celebrated my son's birthday here, the hall decoration was fantastic.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-opening-wrapper-cupcake_23-2147974609.jpg", - }, - { - id: "4", - name: "Sneha Das", - role: "Teacher", - testimonial: "Consistently good quality and very affordable prices for family dinners.", - imageSrc: "http://img.b2bpic.net/free-photo/two-happy-african-caucasian-lesbians-enjoying-nice-time-together-lunch-cozy-cafe_273609-9091.jpg", - }, - { - id: "5", - name: "Vijay Gupta", - role: "Regular Visitor", - testimonial: "Friendly staff and clean environment. Truly a hidden gem here.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-delicious-cupcakes_23-2150847718.jpg", - }, + { id: "1", name: "Rajesh Kumar", role: "Local Resident", testimonial: "The best place in Bemetara for quick snacks and celebrations. Always fresh!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg" }, + { id: "2", name: "Priya Sharma", role: "Student", testimonial: "Their cold coffee and dosa are just perfect. Great atmosphere!", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149215767.jpg" }, + { id: "3", name: "Amit Verma", role: "Parent", testimonial: "Celebrated my son's birthday here, the hall decoration was fantastic.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-opening-wrapper-cupcake_23-2147974609.jpg" }, + { id: "4", name: "Sneha Das", role: "Teacher", testimonial: "Consistently good quality and very affordable prices for family dinners.", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-african-caucasian-lesbians-enjoying-nice-time-together-lunch-cozy-cafe_273609-9091.jpg" }, + { id: "5", name: "Vijay Gupta", role: "Regular Visitor", testimonial: "Friendly staff and clean environment. Truly a hidden gem here.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-delicious-cupcakes_23-2150847718.jpg" }, ]} title="Loved by Our Community" description="See why locals in Bemetara make us their top choice for dining and events." @@ -298,14 +147,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Bemetara Local Market", - "Nearby Schools", - "Community Associations", - "Local Sports Club", - "City Event Planners", - "Nearby Colleges", - "Business Chambers", - ]} + "Bemetara Local Market", "Nearby Schools", "Community Associations", "Local Sports Club", "City Event Planners", "Nearby Colleges", "Business Chambers"]} title="Community Partners" description="Proudly serving Bemetara and surrounding areas with love." /> @@ -315,26 +157,10 @@ export default function LandingPage() { @@ -380,54 +187,24 @@ export default function LandingPage() {