Merge version_3_1781557198188 into main #7

Merged
bender merged 1 commits from version_3_1781557198188 into main 2026-06-15 21:02:39 +00:00

View File

@@ -3,9 +3,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import FooterBrand from '@/components/sections/footer/FooterBrand';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
@@ -114,7 +114,7 @@ export default function LandingPage() {
</div>
<div id="faq" data-section="faq">
<FaqTwoColumn
<FaqSplitMedia
tag="FAQ"
title="Common Questions"
description="Need more information? Here are answers to commonly asked questions."
@@ -128,6 +128,8 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
background="none"
useInvertedBackground={false}
tag="Contact"
title="Get in Touch"
description="Sign up for our newsletter or contact us directly."
@@ -138,14 +140,17 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterSimple
brand="Kare Accounting Services"
columns={[
{ title: "Links", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },
{ title: "Location", items: [{ label: "011 854 1357" }, { label: "63 Flamingo St, Lenasia" }] },
]}
<FooterBrand
brandName="Kare Accounting Services"
tagline="Financial clarity for your future."
description="Your trusted partner in accounting and financial success."
socialLinks={[]}
copyright="© 2024 Kare Accounting Services. All rights reserved."
links={[]}
links={[
{ label: "About", href: "#about" },
{ label: "Services", href: "#services" },
{ label: "Contact", href: "#contact" }
]}
/>
</div>
</ReactLenis>