diff --git a/src/app/page.tsx b/src/app/page.tsx
index a363e50..f7d3c01 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactSplit from '@/components/sections/contact/ContactSplit';
-import FaqSplitText from '@/components/sections/faq/FaqSplitText';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
+import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
-import FooterMedia from '@/components/sections/footer/FooterMedia';
+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';
@@ -30,16 +30,11 @@ export default function LandingPage() {
@@ -48,44 +43,27 @@ export default function LandingPage() {
@@ -108,12 +86,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Bookkeeping", description: "Accurate recording of your day-to-day financial transactions.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-drink-coffee-business-partners-business-meeting-man-woman-sitting-table_1157-40423.jpg", imageAlt: "Colleagues drink coffee.Business partners at a business meeting.Man and woman sitting at the table"},
- {
- title: "Tax Services", description: "Full-cycle tax compliance and optimization strategies.", imageSrc: "http://img.b2bpic.net/free-photo/women-discussing-business-desk_23-2149332995.jpg?_wi=2", imageAlt: "Colleagues drink coffee.Business partners at a business meeting.Man and woman sitting at the table"},
- {
- title: "Financial Advice", description: "Strategic insights to help your business reach its goals.", imageSrc: "http://img.b2bpic.net/free-photo/hr-manager-shakes-hands-with-upbeat-person-with-paraplegia_482257-123033.jpg?_wi=2", imageAlt: "Colleagues drink coffee.Business partners at a business meeting.Man and woman sitting at the table"},
+ { title: "Bookkeeping", description: "Accurate recording of your day-to-day financial transactions.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-drink-coffee-business-partners-business-meeting-man-woman-sitting-table_1157-40423.jpg", imageAlt: "Colleagues drink coffee.Business partners at a business meeting.Man and woman sitting at the table" },
+ { title: "Tax Services", description: "Full-cycle tax compliance and optimization strategies.", imageSrc: "http://img.b2bpic.net/free-photo/women-discussing-business-desk_23-2149332995.jpg?_wi=2", imageAlt: "Colleagues drink coffee.Business partners at a business meeting.Man and woman sitting at the table" },
+ { title: "Financial Advice", description: "Strategic insights to help your business reach its goals.", imageSrc: "http://img.b2bpic.net/free-photo/hr-manager-shakes-hands-with-upbeat-person-with-paraplegia_482257-123033.jpg?_wi=2", imageAlt: "Colleagues drink coffee.Business partners at a business meeting.Man and woman sitting at the table" },
]}
title="Our Professional Services"
description="We offer a wide range of accounting services to meet your unique needs."
@@ -126,21 +101,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "1", name: "Fatima Timol", handle: "Local Client", testimonial: "Professional and thorough, great experience.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg"},
- {
- id: "2", name: "John Doe", handle: "Business Owner", testimonial: "Very helpful accounting services.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-barista-small-coffee-shop_613910-10446.jpg"},
- {
- id: "3", name: "Jane Smith", handle: "Entrepreneur", testimonial: "Reliable and expert guidance.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg"},
- {
- id: "4", name: "Bob Williams", handle: "Client", testimonial: "Everything is handled with precision.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg"},
- {
- id: "5", name: "Alice Brown", handle: "Client", testimonial: "Best service in Lenasia area.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-corporate-woman-looking-outside-window-her-office-smiling-with-confidence_1258-194662.jpg"},
+ { id: "1", name: "Fatima Timol", handle: "Local Client", testimonial: "Professional and thorough, great experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" },
+ { id: "2", name: "John Doe", handle: "Business Owner", testimonial: "Very helpful accounting services.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-barista-small-coffee-shop_613910-10446.jpg" },
+ { id: "3", name: "Jane Smith", handle: "Entrepreneur", testimonial: "Reliable and expert guidance.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg" },
+ { id: "4", name: "Bob Williams", handle: "Client", testimonial: "Everything is handled with precision.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg" },
+ { id: "5", name: "Alice Brown", handle: "Client", testimonial: "Best service in Lenasia area.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-corporate-woman-looking-outside-window-her-office-smiling-with-confidence_1258-194662.jpg" },
]}
showRating={true}
title="What Our Clients Say"
@@ -149,59 +114,35 @@ export default function LandingPage() {