diff --git a/src/app/page.tsx b/src/app/page.tsx index ac8b325..d64eaa1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,12 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; -import FaqBase from '@/components/sections/faq/FaqBase'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -61,9 +51,7 @@ export default function LandingPage() { description="Expert tax services tailored for your growth and peace of mind." buttons={[ { - text: "Book Consultation", - href: "#contact", - }, + text: "Book Consultation", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/cheerful-business-ladies-looking-laptop-display-talking-smiling-while-sitting-table-with-cups-coffee-office-teamwork-communication-concept_74855-11582.jpg" imageAlt="Professional Tax Consulting" @@ -75,9 +63,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Your Trusted Tax Partner" description={[ - "At Monarca, we bridge the gap between complexity and compliance.", - "Our dedicated team of tax professionals ensures every detail is optimized for your financial success.", - ]} + "At Monarca, we bridge the gap between complexity and compliance.", "Our dedicated team of tax professionals ensures every detail is optimized for your financial success."]} /> @@ -88,26 +74,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Individual Tax", - description: "Seamless filing for personal taxes.", - tag: "Expertise", - imageSrc: "http://img.b2bpic.net/free-photo/business-investor-analyzing-stock-market-trend-monitor-trading-capital-profit-exchange-investment-young-broker-investing-funds-using-financial-forex-market-sales-close-up-handheld-shot_482257-40948.jpg", - }, + id: "1", title: "Individual Tax", description: "Seamless filing for personal taxes.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/business-investor-analyzing-stock-market-trend-monitor-trading-capital-profit-exchange-investment-young-broker-investing-funds-using-financial-forex-market-sales-close-up-handheld-shot_482257-40948.jpg"}, { - id: "2", - title: "Corporate Audit", - description: "Professional support through audits.", - tag: "Security", - imageSrc: "http://img.b2bpic.net/free-photo/different-gadgets-table_1161-103.jpg", - }, + id: "2", title: "Corporate Audit", description: "Professional support through audits.", tag: "Security", imageSrc: "http://img.b2bpic.net/free-photo/different-gadgets-table_1161-103.jpg"}, { - id: "3", - title: "Financial Strategy", - description: "Strategic planning for future growth.", - tag: "Growth", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-senior-man-sitting-modern-cafe-shop-lunch-time-reading-diagram_496169-338.jpg", - }, + id: "3", title: "Financial Strategy", description: "Strategic planning for future growth.", tag: "Growth", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-senior-man-sitting-modern-cafe-shop-lunch-time-reading-diagram_496169-338.jpg"}, ]} title="Comprehensive Tax Solutions" description="Expert advice to optimize your financial standing." @@ -115,31 +86,21 @@ export default function LandingPage() {
-
-
@@ -243,25 +169,17 @@ export default function LandingPage() { { items: [ { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Legal", - href: "#", - }, + label: "Legal", href: "#"}, ], }, ]} @@ -271,4 +189,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file