From d45aa1c1dc445418200b6bfc1c43f72b3fa0a8e3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 21:07:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df9378b..602ea65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,7 +107,6 @@ export default function LandingPage() { ]} className="w-full py-16 lg:py-24" containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-3xl lg:text-5xl font-light text-[var(--foreground)]" descriptionClassName="text-lg text-[var(--foreground)] opacity-85" cardClassName="group rounded-lg p-6 bg-[var(--card)] hover:shadow-lg transition-all duration-300" cardTitleClassName="text-xl font-semibold text-[var(--foreground)] mb-3" @@ -135,7 +134,6 @@ export default function LandingPage() { ]} className="w-full py-16 lg:py-24" containerClassName="max-w-5xl mx-auto px-4" - titleClassName="text-3xl lg:text-5xl font-light text-[var(--foreground)] mb-4" descriptionClassName="text-lg text-[var(--foreground)] opacity-85" valueClassName="text-4xl lg:text-5xl font-light text-[var(--primary-cta)] mb-2" metricDescriptionClassName="text-base text-[var(--foreground)] opacity-75" @@ -159,11 +157,11 @@ export default function LandingPage() { testimonials={[ { id: "kofi-dennis", name: "Kofi Dennis", role: "Business Owner", company: "E-commerce Platform", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg?_wi=1", imageAlt: "Kofi Dennis testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", imageAlt: "Kofi Dennis testimonial" }, { id: "sarah-chen", name: "Sarah Chen", role: "Logistics Manager", company: "Retail Distribution", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Chen testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Chen testimonial" }, { id: "james-wilson", name: "James Wilson", role: "Operations Director", company: "Manufacturing Ltd", rating: 5, @@ -175,11 +173,11 @@ export default function LandingPage() { }, { id: "michael-brown", name: "Michael Brown", role: "CEO", company: "Tech Startup", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg?_wi=2", imageAlt: "Michael Brown testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", imageAlt: "Michael Brown testimonial" }, { id: "lisa-johnson", name: "Lisa Johnson", role: "Procurement Director", company: "Corporate Services", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Lisa Johnson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Lisa Johnson testimonial" } ]} kpiItems={[ @@ -189,7 +187,6 @@ export default function LandingPage() { ]} className="w-full py-16 lg:py-24" containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-3xl lg:text-5xl font-light text-[var(--foreground)]" descriptionClassName="text-lg text-[var(--foreground)] opacity-85" textBoxClassName="text-center mb-12" cardClassName="rounded-lg p-6 bg-[var(--card)] hover:shadow-lg transition-all" @@ -233,7 +230,6 @@ export default function LandingPage() { ]} className="w-full py-16 lg:py-24" containerClassName="max-w-4xl mx-auto px-4" - titleClassName="text-3xl lg:text-5xl font-light text-[var(--foreground)]" descriptionClassName="text-lg text-[var(--foreground)] opacity-85" textBoxClassName="text-center mb-12" accordionClassName="rounded-lg bg-[var(--card)] mb-4 overflow-hidden" -- 2.49.1