From 2aac0f72863f90659099e4d8a3391ade67afc509 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:46:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a88332..5a6965f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { @@ -121,8 +122,8 @@ export default function LandingPage() { uniformGridCustomHeightClasses="min-h-60" className="w-full py-12 md:py-16" containerClassName="px-4" - titleClassName="text-3xl md:text-4xl font-bold" - descriptionClassName="text-base md:text-lg text-gray-600 mt-2" + textBoxTitleClassName="text-3xl md:text-4xl font-bold" + textBoxDescriptionClassName="text-base md:text-lg text-gray-600 mt-2" cardClassName="bg-white p-6 rounded-lg border border-gray-200 hover:border-blue-500 shadow-sm hover:shadow-lg transition-all" iconClassName="w-12 h-12 text-blue-600" cardTitleClassName="text-lg font-semibold mt-4" @@ -137,12 +138,12 @@ export default function LandingPage() { cardAnimation="blur-reveal" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=1", imageAlt: "Happy customer eating restaurant food" }, - { id: "2", name: "Rajesh Gupta", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=2", imageAlt: "Happy customer eating restaurant food" }, - { id: "3", name: "Anjali Desai", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=3", imageAlt: "Happy customer eating restaurant food" }, - { id: "4", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=4", imageAlt: "Happy customer eating restaurant food" }, - { id: "5", name: "Neha Patel", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=5", imageAlt: "Happy customer eating restaurant food" }, - { id: "6", name: "Arjun Reddy", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=6", imageAlt: "Happy customer eating restaurant food" } + { id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg", imageAlt: "Happy customer eating restaurant food" }, + { id: "2", name: "Rajesh Gupta", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg", imageAlt: "Happy customer eating restaurant food" }, + { id: "3", name: "Anjali Desai", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg", imageAlt: "Happy customer eating restaurant food" }, + { id: "4", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg", imageAlt: "Happy customer eating restaurant food" }, + { id: "5", name: "Neha Patel", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg", imageAlt: "Happy customer eating restaurant food" }, + { id: "6", name: "Arjun Reddy", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg", imageAlt: "Happy customer eating restaurant food" } ]} className="w-full py-12 md:py-16" containerClassName="px-4" @@ -202,8 +203,8 @@ export default function LandingPage() { buttonAnimation="slide-up" className="w-full py-12 md:py-16" containerClassName="px-4" - titleClassName="text-3xl md:text-4xl font-bold" - descriptionClassName="text-base md:text-lg text-gray-600 mt-2" + textBoxTitleClassName="text-3xl md:text-4xl font-bold" + textBoxDescriptionClassName="text-base md:text-lg text-gray-600 mt-2" accordionClassName="space-y-4" accordionTitleClassName="text-lg font-semibold text-gray-800" accordionContentClassName="text-gray-600 text-sm mt-2" -- 2.49.1