From 4d09a5a621f0a6f7af8de719bbf38a0de4eb09b9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:02:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2488759..d2f5190 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLargeSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -47,17 +47,17 @@ export default function LandingPage() { description="We create stunning, high-performance websites and digital experiences that help your business thrive. Strategic design meets cutting-edge technology." tag="Web Agency" tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "glowing-orb" }} testimonials={[ { name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "Webild transformed our online presence completely. Outstanding work!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg?_wi=1", imageAlt: "business professional headshot portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg", imageAlt: "business professional headshot portrait"}, { name: "Michael Chen", handle: "Founder, StartupXYZ", testimonial: "Professional, creative, and results-driven. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg?_wi=1", imageAlt: "professional business woman headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg", imageAlt: "professional business woman headshot"}, { name: "Emma Davis", handle: "Marketing Director, GrowthCo", testimonial: "Exceeded all our expectations. Amazing team to work with.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5369.jpg?_wi=1", imageAlt: "business professional man headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5369.jpg", imageAlt: "business professional man headshot"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -178,17 +178,17 @@ export default function LandingPage() {