From c9b7b11d807c04a4503e7256056a62e7d890ac82 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:49:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2fab3e..d83ee82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -49,7 +49,7 @@ export default function LandingPage() { tag="Business Strategy" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} buttons={[ { text: "Schedule a Consultation", href: "#contact" }, { text: "View Our Approach", href: "#about" } @@ -162,7 +162,7 @@ export default function LandingPage() { id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5559.jpg", imageAlt: "Sarah Mitchell" }, { - id: "2", name: "Emma Richardson", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg?_wi=1", imageAlt: "Emma Richardson" + id: "2", name: "Emma Richardson", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg", imageAlt: "Emma Richardson" }, { id: "3", name: "James Peterson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street-background-metrosexual_158538-10546.jpg", imageAlt: "James Peterson" @@ -174,7 +174,7 @@ export default function LandingPage() { id: "5", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg", imageAlt: "Michael Chen" }, { - id: "6", name: "Rachel Thompson", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg?_wi=2", imageAlt: "Rachel Thompson" + id: "6", name: "Rachel Thompson", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg", imageAlt: "Rachel Thompson" } ]} cardTitle="Partnering with consultants who genuinely understand business transformation and deliver exceptional results." -- 2.49.1