From f00d29b1c02a12210d0e4093c1ba73fc12cf1bd1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:18:54 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 190 +++++++++-------------------------------------- 1 file changed, 37 insertions(+), 153 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a84693..3e5cb05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import BlogCardTwo from "@/components/sections/blog/BlogCardTwo"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { TrendingUp, Users, Target, Award, CheckCircle } from "lucide-react"; +import { TrendingUp, Users, Target, Award, CheckCircle, Zap } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -81,32 +81,25 @@ export default function HomePage() { description="Optimize your taxes, increase retained profits, and build long-term wealth. We help you structure your finances strategically so you can focus on what matters." background={{ variant: "sparkles-gradient" }} tag="Financial Advisory" + tagAnimation="slide-up" + tagIcon={Zap} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/public-examination-preparation-concept_23-2149369899.jpg", - imageAlt: "Professional financial advisory consultation", - }, + imageSrc: "http://img.b2bpic.net/free-photo/public-examination-preparation-concept_23-2149369899.jpg", imageAlt: "Professional financial advisory consultation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/office-scene-with-documents_23-2147626360.jpg", - imageAlt: "Financial strategy and planning session", - }, + imageSrc: "http://img.b2bpic.net/free-photo/office-scene-with-documents_23-2147626360.jpg", imageAlt: "Financial strategy and planning session"}, { - imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-women-working-together_23-2149322969.jpg", - imageAlt: "Wealth management and investment discussion", - }, + imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-women-working-together_23-2149322969.jpg", imageAlt: "Wealth management and investment discussion"}, { - imageSrc: "http://img.b2bpic.net/free-photo/business-idea-concept-background_1421-507.jpg", - imageAlt: "Financial analysis and optimization", - }, + imageSrc: "http://img.b2bpic.net/free-photo/business-idea-concept-background_1421-507.jpg", imageAlt: "Financial analysis and optimization"}, { - imageSrc: "http://img.b2bpic.net/free-photo/business-team-working-together_23-2149333016.jpg", - imageAlt: "Expert team consultation with entrepreneurs", - }, + imageSrc: "http://img.b2bpic.net/free-photo/business-team-working-together_23-2149333016.jpg", imageAlt: "Expert team consultation with entrepreneurs"}, ]} buttons={[ { text: "Schedule Consultation", href: "#contact" }, { text: "Learn More", href: "/services" }, ]} + buttonAnimation="slide-up" /> @@ -116,9 +109,7 @@ export default function HomePage() { metrics={[ { icon: TrendingUp, - label: "Average Tax Optimization", - value: "€50K+", - }, + label: "Average Tax Optimization", value: "€50K+"}, { icon: Users, label: "Entrepreneurs Advised", value: "500+" }, { icon: Target, label: "Years Combined Experience", value: "150+" }, { icon: Award, label: "Client Satisfaction Rate", value: "98%" }, @@ -132,33 +123,15 @@ export default function HomePage() { @@ -168,31 +141,16 @@ export default function HomePage() { Date: Wed, 11 Mar 2026 03:18:54 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d60c0a4..b785cef 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e3deea; - --card: #ffffff; - --foreground: #1f2027; - --primary-cta: #1f2027; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #ffffff; --primary-cta-text: #e3deea; - --secondary-cta: #ffffff; + --secondary-cta: #1a1a1a; --secondary-cta-text: #1f2027; - --accent: #627dc6; - --background-accent: #627dc6; + --accent: #ffffff; + --background-accent: #ffffff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1