From ee1cde8fcda5c80d914168894b29ec2545a89a55 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 00:34:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ffaeb1..5232815 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { @@ -156,8 +157,8 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp International", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", imageAlt: "Sarah Johnson" }, - { id: "2", name: "Michael Chen", role: "Founder", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=1", imageAlt: "Michael Chen" }, - { id: "3", name: "Emily Rodriguez", role: "COO", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=2", imageAlt: "Emily Rodriguez" }, + { id: "2", name: "Michael Chen", role: "Founder", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Michael Chen" }, + { id: "3", name: "Emily Rodriguez", role: "COO", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Emily Rodriguez" }, { id: "4", name: "David Kim", role: "VP Strategy", company: "Enterprise Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-with-laptop-standing-office_1303-20361.jpg", imageAlt: "David Kim" } ]} kpiItems={[ @@ -181,13 +182,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} logos={[ - { src: "http://img.b2bpic.net/free-vector/corporate-card-with-blue-squares_1051-1251.jpg", alt: "Microsoft" }, - { src: "http://img.b2bpic.net/free-vector/flat-design-go-logo-template_23-2148971357.jpg", alt: "Google" }, - { src: "http://img.b2bpic.net/free-vector/fair-trade-label-set-design_23-2149460535.jpg", alt: "Amazon" }, - { src: "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148148534.jpg", alt: "Apple" }, - { src: "http://img.b2bpic.net/free-vector/car-dealership-labels-template_23-2150770425.jpg", alt: "Tesla" }, - { src: "http://img.b2bpic.net/free-vector/technological-design-ecology-concept_23-2148438589.jpg", alt: "NVIDIA" }, - { src: "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148071924.jpg", alt: "Meta" } + "http://img.b2bpic.net/free-vector/corporate-card-with-blue-squares_1051-1251.jpg", "http://img.b2bpic.net/free-vector/flat-design-go-logo-template_23-2148971357.jpg", "http://img.b2bpic.net/free-vector/fair-trade-label-set-design_23-2149460535.jpg", "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148148534.jpg", "http://img.b2bpic.net/free-vector/car-dealership-labels-template_23-2150770425.jpg", "http://img.b2bpic.net/free-vector/technological-design-ecology-concept_23-2148438589.jpg", "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148071924.jpg" + ]} + names={[ + "Microsoft", "Google", "Amazon", "Apple", "Tesla", "NVIDIA", "Meta" ]} speed={40} showCard={true} @@ -223,7 +221,7 @@ export default function LandingPage() { description="Join hundreds of successful companies that have partnered with Cornerstone. Our team is ready to discuss your unique needs and craft the perfect solution." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "fluid" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/black-female-insurance-agent-using-computer-with-couple-consultations-office_637285-1138.jpg" imageAlt="Contact our team" @@ -237,7 +235,7 @@ export default function LandingPage() {