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() {