From 3988b83114fd728cac6ef9839c782436b2cddb6f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:09:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b536af7..f777bbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="outline" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -43,21 +43,21 @@ export default function LandingPage() { @@ -116,10 +116,10 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", value: "50+", title: "Projects Completed", description: "Delivered across web, mobile, and brand design", imageSrc: "http://img.b2bpic.net/free-vector/web-design-business-proposal-template_1421494-208.jpg?_wi=3", imageAlt: "Projects completed" + id: "1", value: "50+", title: "Projects Completed", description: "Delivered across web, mobile, and brand design", imageSrc: "http://img.b2bpic.net/free-vector/web-design-business-proposal-template_1421494-208.jpg", imageAlt: "Projects completed" }, { - id: "2", value: "95%", title: "Client Satisfaction", description: "Consistently exceeding expectations and delivering quality", imageSrc: "http://img.b2bpic.net/free-photo/workspace-with-note-brick-wall_53876-31266.jpg?_wi=2", imageAlt: "Client satisfaction" + id: "2", value: "95%", title: "Client Satisfaction", description: "Consistently exceeding expectations and delivering quality", imageSrc: "http://img.b2bpic.net/free-photo/workspace-with-note-brick-wall_53876-31266.jpg", imageAlt: "Client satisfaction" } ]} /> -- 2.49.1