diff --git a/src/app/page.tsx b/src/app/page.tsx index b92f770..46b6ba0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function HomePage() { description="Expert financial guidance from Preeti Goyal and her team since 2017. We specialize in mutual funds, equity investments, insurance planning, loans, and property advisory to help you build long-term wealth." tag="Since 2017" tagIcon={TrendingUp} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Start Investing", href: "/services" }, { text: "Book Free Consultation", href: "/contact" }, @@ -117,7 +117,7 @@ export default function HomePage() { title="About EVERGROW WEALTH" description="Founded in 2017 by Preeti Goyal, EVERGROW WEALTH is a trusted financial product consulting firm dedicated to helping individuals and families build lasting wealth. With over 7 years of industry experience, we've guided countless clients through complex financial decisions with personalized, transparent advice." tag="Our Story" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} bulletPoints={[ @@ -149,7 +149,7 @@ export default function HomePage() { title="Our Core Services" description="Comprehensive financial solutions designed to address every aspect of your wealth management journey. From investments to insurance, we cover it all." tag="Services" - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[{ text: "Explore All Services", href: "/services" }]} buttonAnimation="slide-up" textboxLayout="default" @@ -181,7 +181,7 @@ export default function HomePage() { title="Why Choose EVERGROW WEALTH" description="We combine expertise, transparency, and personalized service to deliver exceptional results for your financial future." tag="Our Advantages" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} gridVariant="uniform-all-items-equal" @@ -222,7 +222,7 @@ export default function HomePage() { title="Trusted by Leading Financial Institutions" description="Our partnerships and collaborations with industry-leading organizations demonstrate our credibility and commitment to excellence." tag="Partners" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} names={[ @@ -238,7 +238,7 @@ export default function HomePage() { title="Let's Plan Your Financial Future Today" description="Take the first step towards building lasting wealth. Our expert advisors are ready to create a personalized financial strategy for you and your family." tag="Ready to Grow?" - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Book Free Consultation", href: "/contact" }, { text: "Call Us Now", href: "#" }, diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index dc36a67..103d266 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -77,7 +77,7 @@ export default function ServicesPage() { title="Our Comprehensive Financial Services" description="Each service is tailored to your unique financial needs, combining expertise with personalized attention to achieve your long-term wealth goals." tag="Complete Solutions" - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[{ text: "Book Consultation", href: "/contact" }]} buttonAnimation="slide-up" textboxLayout="default" @@ -103,7 +103,7 @@ export default function ServicesPage() { title="Service Excellence Metrics" description="Our commitment to quality and client satisfaction is reflected in these key performance indicators." tag="Performance" - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} gridVariant="uniform-all-items-equal"