diff --git a/src/app/page.tsx b/src/app/page.tsx
index c9e6421..77dd48a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -27,7 +27,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="compact"
sizing="largeSizeMediumTitles"
- background="aurora"
+ background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -42,9 +42,7 @@ export default function HomePage() {
: { name: item.name, id: item.id }
)}
button={{
- text: "Get Started",
- href: "contact",
- }}
+ text: "Get Started", href: "contact"}}
animateOnLoad={true}
/>
@@ -56,42 +54,26 @@ export default function HomePage() {
tag="Strategic Consulting"
tagIcon={Zap}
tagAnimation="slide-up"
- background={{ variant: "aurora" }}
+ background={{ variant: "plain" }}
leftCarouselItems={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=1",
- imageAlt: "business strategy planning consulting boardroom",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", imageAlt: "business strategy planning consulting boardroom"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg",
- imageAlt: "business analysis data analytics dashboard metrics",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "business analysis data analytics dashboard metrics"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/group-business-workers-smiling-happy-confident-working-together-with-smile-face-using-laptop-speaking-office_839833-9703.jpg",
- imageAlt: "team collaboration meeting business professional",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/group-business-workers-smiling-happy-confident-working-together-with-smile-face-using-laptop-speaking-office_839833-9703.jpg", imageAlt: "team collaboration meeting business professional"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-doing-ok-sign-while-holding-growth-chart_23-2148780644.jpg",
- imageAlt: "growth chart business growth success metrics",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/businessman-doing-ok-sign-while-holding-growth-chart_23-2148780644.jpg", imageAlt: "growth chart business growth success metrics"},
]}
rightCarouselItems={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/young-girl-using-her-phone_53876-96884.jpg",
- imageAlt: "digital transformation technology innovation business",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/young-girl-using-her-phone_53876-96884.jpg", imageAlt: "digital transformation technology innovation business"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-suit-showing-two-partners-paper_1262-811.jpg",
- imageAlt: "operations management workflow processes business",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-suit-showing-two-partners-paper_1262-811.jpg", imageAlt: "operations management workflow processes business"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/women-discussing-business-desk_23-2149332995.jpg",
- imageAlt: "executive coaching leadership mentoring professional",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/women-discussing-business-desk_23-2149332995.jpg", imageAlt: "executive coaching leadership mentoring professional"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/performance-skill-experience-accomplishment-concept_53876-134065.jpg",
- imageAlt: "performance optimization efficiency business improvement",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/performance-skill-experience-accomplishment-concept_53876-134065.jpg", imageAlt: "performance optimization efficiency business improvement"},
]}
buttons={[
{ text: "Explore Services", href: "services" },
@@ -106,10 +88,7 @@ export default function HomePage() {
@@ -171,41 +141,17 @@ export default function HomePage() {