From 222245be708c9636a66abee998645e55e7635e47 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:59:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fdfa20c..a300d6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="medium" - background="circleGradient" + background="none" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Premium Solutions" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-group-three-businesspeople-meeting-modern-office-two-women-man-wearing-suit-looking-laptop-computer_1139-967.jpg", imageAlt: "Business team collaboration" }, { imageSrc: "http://img.b2bpic.net/free-photo/surprised-blonde-woman-looking-computer-screen-enjoying-latte-her-workplace_197531-4961.jpg", imageAlt: "Modern workspace environment" }, @@ -124,19 +124,19 @@ export default function LandingPage() { testimonials={[ { id: "testimonial-1", name: "Sarah Johnson", handle: "@sarah_j", testimonial: "Outstanding service and attention to detail. They transformed our business and exceeded all expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=1", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Sarah Johnson" }, { id: "testimonial-2", name: "Michael Chen", handle: "@m_chen", testimonial: "Professional, responsive, and results-driven. Highly recommend for anyone serious about success.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Michael Chen" }, { id: "testimonial-3", name: "Emily Rodriguez", handle: "@emily_r", testimonial: "The best investment we made for our company. Their expertise and support made all the difference.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=2", imageAlt: "Emily Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Emily Rodriguez" }, { id: "testimonial-4", name: "David Kim", handle: "@david_k", testimonial: "Exceptional quality and outstanding customer service. I would work with them again in a heartbeat.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "David Kim" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Kim" } ]} showRating={true} @@ -154,7 +154,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Ready to Transform Your Business?" description="Join hundreds of satisfied clients. Sign up for updates and exclusive offers from our team." - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe"