From d8780f18ff52144d3f6461b58d8e8ba04fd4e571 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 08:07:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3da698e..c742419 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,19 +53,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Outstanding service and exceptional attention to detail. This company truly understands excellence.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1", imageAlt: "professional business woman portrait" + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "professional business woman portrait" }, { name: "James Rodriguez", handle: "@jamesrodriguez", testimonial: "Professional, reliable, and consistently exceeds expectations. Highly recommended for any business.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10540.jpg?_wi=1", imageAlt: "professional businessman portrait" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10540.jpg", imageAlt: "professional businessman portrait" }, { name: "Emily Chen", handle: "@emilychen", testimonial: "The best decision we made for our business. Their expertise transformed our operations completely.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-positive-fair-haired-business-woman_1262-2364.jpg?_wi=1", imageAlt: "business professional woman portrait" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-positive-fair-haired-business-woman_1262-2364.jpg", imageAlt: "business professional woman portrait" }, { name: "Michael Thompson", handle: "@mthompson", testimonial: "Exceptional quality and unwavering commitment to customer satisfaction. Simply outstanding.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=1", imageAlt: "professional businessman headshot" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "professional businessman headshot" } ]} testimonialRotationInterval={5000} @@ -108,7 +108,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Expert Consultation", description: "Strategic guidance from industry veterans. We analyze your unique needs and deliver customized solutions that drive measurable results and sustainable growth.", imageSrc: "http://img.b2bpic.net/free-vector/customer-service-support-round-composition-yellow-background_98292-7722.jpg?_wi=1", imageAlt: "professional consultation service icon", buttonIcon: CheckCircle, + title: "Expert Consultation", description: "Strategic guidance from industry veterans. We analyze your unique needs and deliver customized solutions that drive measurable results and sustainable growth.", imageSrc: "http://img.b2bpic.net/free-vector/customer-service-support-round-composition-yellow-background_98292-7722.jpg", imageAlt: "professional consultation service icon", buttonIcon: CheckCircle, buttonHref: "#contact" }, { @@ -116,7 +116,7 @@ export default function LandingPage() { buttonHref: "#contact" }, { - title: "Quality Assurance", description: "Uncompromising commitment to excellence. Every project undergoes rigorous quality checks ensuring your satisfaction and our reputation for perfection.", imageSrc: "http://img.b2bpic.net/free-vector/customer-service-support-round-composition-yellow-background_98292-7722.jpg?_wi=2", imageAlt: "customer satisfaction support icon", buttonIcon: CheckCircle, + title: "Quality Assurance", description: "Uncompromising commitment to excellence. Every project undergoes rigorous quality checks ensuring your satisfaction and our reputation for perfection.", imageSrc: "http://img.b2bpic.net/free-vector/customer-service-support-round-composition-yellow-background_98292-7722.jpg", imageAlt: "customer satisfaction support icon", buttonIcon: CheckCircle, buttonHref: "#contact" } ]} @@ -128,8 +128,8 @@ export default function LandingPage() { useInvertedBackground={false} className="w-full py-20" containerClassName="w-full max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-opacity-75 max-w-2xl" + cardTitleClassName="text-4xl md:text-5xl font-bold mb-4" + cardDescriptionClassName="text-lg text-opacity-75 max-w-2xl" /> @@ -156,8 +156,8 @@ export default function LandingPage() { useInvertedBackground={true} className="w-full py-20" containerClassName="w-full max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-opacity-75 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-opacity-75 max-w-2xl" valueClassName="text-3xl md:text-4xl font-bold" metricDescriptionClassName="text-sm md:text-base font-medium" /> @@ -173,19 +173,19 @@ export default function LandingPage() { testimonials={[ { id: "testimonial-one", name: "Jessica Williams", role: "CEO", company: "Tech Innovations Inc.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2", imageAlt: "Jessica Williams" + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Jessica Williams" }, { id: "testimonial-two", name: "David Anderson", role: "Founder", company: "Growth Partners LLC", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10540.jpg?_wi=2", imageAlt: "David Anderson" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10540.jpg", imageAlt: "David Anderson" }, { id: "testimonial-three", name: "Lisa Park", role: "Operations Director", company: "Premier Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-positive-fair-haired-business-woman_1262-2364.jpg?_wi=2", imageAlt: "Lisa Park" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-positive-fair-haired-business-woman_1262-2364.jpg", imageAlt: "Lisa Park" }, { id: "testimonial-four", name: "Robert Chang", role: "Executive VP", company: "Global Enterprises", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=2", imageAlt: "Robert Chang" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Robert Chang" }, { id: "testimonial-five", name: "Amanda Foster", role: "Managing Partner", company: "Business Excellence Group", rating: 5, @@ -206,8 +206,8 @@ export default function LandingPage() { useInvertedBackground={false} className="w-full py-20" containerClassName="w-full max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-opacity-75 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-opacity-75 max-w-2xl" ratingClassName="flex gap-1" nameClassName="font-semibold text-lg" roleClassName="text-sm font-medium text-opacity-75" -- 2.49.1