Merge version_2 into main #5
@@ -1,13 +1,12 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper";
|
||||
import { Tag } from "@/components/tag/Tag";
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Business Serv | Professional Accounting & Financial Services", description: "Expert accounting, bookkeeping, payroll management, and taxation solutions for Durban businesses."};
|
||||
title: "Business Serv | Professional Accounting & Financial Services", description: "Expert accounting, bookkeeping, payroll management, and taxation solutions for Durban businesses."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -16,11 +15,8 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body className={`${inter.variable} antialiased`}>
|
||||
<ServiceWrapper>
|
||||
{children}
|
||||
<Tag />
|
||||
</ServiceWrapper>
|
||||
<body className={`${inter.className} antialiased`}>
|
||||
{children}
|
||||
<script
|
||||
async
|
||||
src="https://cdn.jsdelivr.net/npm/gsap@3.12.2/dist/gsap.min.js"
|
||||
|
||||
@@ -36,7 +36,6 @@ export default function LandingPage() {
|
||||
{ name: "FAQ", id: "faq" },
|
||||
]}
|
||||
brandName="Business Serv"
|
||||
brandLogo="https://img.icons8.com/color/96/000000/business.png"
|
||||
bottomLeftText="Hillcrest, Durban"
|
||||
bottomRightText="067 272 6551"
|
||||
/>
|
||||
@@ -52,13 +51,16 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "John Maharaj", handle: "Director, Tech Startup", testimonial: "Business Serv transformed how we handle our finances. Professional, reliable, and incredibly responsive.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg?_wi=1", imageAlt: "professional business owner portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg?_wi=1", imageAlt: "professional business owner portrait"
|
||||
},
|
||||
{
|
||||
name: "Sarah Chen", handle: "Owner, Consulting Firm", testimonial: "Five stars. Their attention to detail and personalized service is exactly what our growing company needed.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-takes-coffee-break-workplace_1163-5406.jpg?_wi=1", imageAlt: "professional male entrepreneur portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-takes-coffee-break-workplace_1163-5406.jpg?_wi=1", imageAlt: "professional male entrepreneur portrait"
|
||||
},
|
||||
{
|
||||
name: "Michael Dlamini", handle: "CEO, Manufacturing", testimonial: "Finally, an accounting firm that understands local business challenges. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg?_wi=1", imageAlt: "diverse business woman portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg?_wi=1", imageAlt: "diverse business woman portrait"
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -81,17 +83,23 @@ export default function LandingPage() {
|
||||
description="Tailored accounting and financial solutions designed for your business growth"
|
||||
features={[
|
||||
{
|
||||
id: "accounting", title: "Accounting Services", description: "Complete accounting management including financial statement preparation, reconciliation, and audit support tailored to your business size and needs.", imageSrc: "http://img.b2bpic.net/free-photo/calculator-magnifying-glass-table_93675-135731.jpg", imageAlt: "Accounting services"},
|
||||
id: "accounting", title: "Accounting Services", description: "Complete accounting management including financial statement preparation, reconciliation, and audit support tailored to your business size and needs.", imageSrc: "http://img.b2bpic.net/free-photo/calculator-magnifying-glass-table_93675-135731.jpg", imageAlt: "Accounting services"
|
||||
},
|
||||
{
|
||||
id: "bookkeeping", title: "Bookkeeping", description: "Accurate daily bookkeeping and record management to keep your finances organized and compliant with South African standards.", imageSrc: "http://img.b2bpic.net/free-photo/planning-performance-human-marketing-finance-innovation_1421-244.jpg", imageAlt: "Professional bookkeeping"},
|
||||
id: "bookkeeping", title: "Bookkeeping", description: "Accurate daily bookkeeping and record management to keep your finances organized and compliant with South African standards.", imageSrc: "http://img.b2bpic.net/free-photo/planning-performance-human-marketing-finance-innovation_1421-244.jpg", imageAlt: "Professional bookkeeping"
|
||||
},
|
||||
{
|
||||
id: "payroll", title: "Payroll Management", description: "Streamlined payroll processing, salary administration, and SARS compliance to ensure timely, accurate employee payments.", imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148368038.jpg", imageAlt: "Payroll management"},
|
||||
id: "payroll", title: "Payroll Management", description: "Streamlined payroll processing, salary administration, and SARS compliance to ensure timely, accurate employee payments.", imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148368038.jpg", imageAlt: "Payroll management"
|
||||
},
|
||||
{
|
||||
id: "taxation", title: "Taxation Services", description: "Expert tax planning and filing services to minimize liability and ensure full compliance with South African tax regulations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-home-calling-phone_329181-9402.jpg", imageAlt: "Tax consultation"},
|
||||
id: "taxation", title: "Taxation Services", description: "Expert tax planning and filing services to minimize liability and ensure full compliance with South African tax regulations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-home-calling-phone_329181-9402.jpg", imageAlt: "Tax consultation"
|
||||
},
|
||||
{
|
||||
id: "secretarial", title: "Company Secretarial", description: "Professional company secretarial services including compliance filing, minute recording, and regulatory submissions.", imageSrc: "http://img.b2bpic.net/free-photo/empty-company-desk-with-landline-phone-documents-work-financial-strategy-with-business-charts-startup-growth-nobody-table-with-professional-computer-close-up_482257-46115.jpg", imageAlt: "Company secretarial"},
|
||||
id: "secretarial", title: "Company Secretarial", description: "Professional company secretarial services including compliance filing, minute recording, and regulatory submissions.", imageSrc: "http://img.b2bpic.net/free-photo/empty-company-desk-with-landline-phone-documents-work-financial-strategy-with-business-charts-startup-growth-nobody-table-with-professional-computer-close-up_482257-46115.jpg", imageAlt: "Company secretarial"
|
||||
},
|
||||
{
|
||||
id: "consulting", title: "Financial Consulting", description: "Strategic financial advice and custom packages designed around your specific budget and business objectives.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-managers-discussing-project-plan_1262-12434.jpg", imageAlt: "Financial consulting"},
|
||||
id: "consulting", title: "Financial Consulting", description: "Strategic financial advice and custom packages designed around your specific budget and business objectives.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-managers-discussing-project-plan_1262-12434.jpg", imageAlt: "Financial consulting"
|
||||
},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="scale-rotate"
|
||||
@@ -143,22 +151,28 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Amanda Pieterse", role: "Owner, Digital Agency", company: "Creative Solutions Durban", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg?_wi=2", imageAlt: "professional business owner portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg?_wi=2", imageAlt: "professional business owner portrait"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Rajesh Kumar", role: "Director, Import/Export", company: "Global Trade Services", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-takes-coffee-break-workplace_1163-5406.jpg?_wi=2", imageAlt: "professional male entrepreneur portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-takes-coffee-break-workplace_1163-5406.jpg?_wi=2", imageAlt: "professional male entrepreneur portrait"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Thandi Ngcobo", role: "Founder, Tech Startup", company: "Innovation Hub KZN", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg?_wi=2", imageAlt: "diverse business woman portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg?_wi=2", imageAlt: "diverse business woman portrait"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Mitchell", role: "CEO, Construction Firm", company: "BuildRight Construction", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-black-suit-using-tablet-smiles_23-2148401471.jpg", imageAlt: "professional entrepreneur portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-black-suit-using-tablet-smiles_23-2148401471.jpg", imageAlt: "professional entrepreneur portrait"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Priya Naidoo", role: "Manager, Retail Group", company: "Fashion Forward Stores", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg", imageAlt: "professional woman executive portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg", imageAlt: "professional woman executive portrait"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Derek van der Merwe", role: "Operations Director, Logistics", company: "Swift Logistics SA", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5356.jpg", imageAlt: "professional business man portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5356.jpg", imageAlt: "professional business man portrait"
|
||||
},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
@@ -173,7 +187,8 @@ export default function LandingPage() {
|
||||
title="Supporting Local Business Growth"
|
||||
description="Whether you're a startup, small business, or established company, we have solutions for your accounting and tax needs"
|
||||
names={[
|
||||
"Small Businesses", "Startups & Entrepreneurs", "Growing Companies", "Service Providers", "Retail Businesses", "Professional Practices", "Import/Export Traders", "Manufacturing & Production"]}
|
||||
"Small Businesses", "Startups & Entrepreneurs", "Growing Companies", "Service Providers", "Retail Businesses", "Professional Practices", "Import/Export Traders", "Manufacturing & Production"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
speed={40}
|
||||
@@ -188,17 +203,23 @@ export default function LandingPage() {
|
||||
textPosition="left"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What accounting services are included?", content: "We provide comprehensive accounting services including bookkeeping, financial statement preparation, reconciliation, audit support, payroll management, taxation, and company secretarial services. All packages can be customized to your specific business needs and budget."},
|
||||
id: "1", title: "What accounting services are included?", content: "We provide comprehensive accounting services including bookkeeping, financial statement preparation, reconciliation, audit support, payroll management, taxation, and company secretarial services. All packages can be customized to your specific business needs and budget."
|
||||
},
|
||||
{
|
||||
id: "2", title: "How are your fees structured?", content: "We offer flexible, tailored financial service packages designed around your business needs and budget. We believe in transparent pricing with no hidden fees. Contact us for a personalized quote based on your requirements."},
|
||||
id: "2", title: "How are your fees structured?", content: "We offer flexible, tailored financial service packages designed around your business needs and budget. We believe in transparent pricing with no hidden fees. Contact us for a personalized quote based on your requirements."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Are you familiar with South African tax compliance?", content: "Absolutely. We specialize in South African taxation and compliance requirements including SARS filing, BEE compliance, VAT administration, and all local regulatory standards. Your compliance is our priority."},
|
||||
id: "3", title: "Are you familiar with South African tax compliance?", content: "Absolutely. We specialize in South African taxation and compliance requirements including SARS filing, BEE compliance, VAT administration, and all local regulatory standards. Your compliance is our priority."
|
||||
},
|
||||
{
|
||||
id: "4", title: "How quickly can you respond to queries?", content: "We pride ourselves on fast, responsive support. Most queries are addressed within 24 hours. Our goal is to be your reliable financial partner—accessible and proactive in our service delivery."},
|
||||
id: "4", title: "How quickly can you respond to queries?", content: "We pride ourselves on fast, responsive support. Most queries are addressed within 24 hours. Our goal is to be your reliable financial partner—accessible and proactive in our service delivery."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Do you work with small businesses?", content: "Yes! Small businesses are at the heart of what we do. We understand the unique challenges small companies face and provide scalable, affordable solutions that grow with your business."},
|
||||
id: "5", title: "Do you work with small businesses?", content: "Yes! Small businesses are at the heart of what we do. We understand the unique challenges small companies face and provide scalable, affordable solutions that grow with your business."
|
||||
},
|
||||
{
|
||||
id: "6", title: "How do I get started?", content: "Simply reach out via phone (067 272 6551), email, or fill out our contact form for a free consultation. We'll discuss your business needs and put together a customized solution that works for you."},
|
||||
id: "6", title: "How do I get started?", content: "Simply reach out via phone (067 272 6551), email, or fill out our contact form for a free consultation. We'll discuss your business needs and put together a customized solution that works for you."
|
||||
},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -213,13 +234,17 @@ export default function LandingPage() {
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What's your availability?", content: "We're available Monday to Friday, closing at 4:30 PM. For urgent matters, please call 067 272 6551 during business hours. We're located in Hillcrest and serve Durban and surrounding areas."},
|
||||
id: "1", title: "What's your availability?", content: "We're available Monday to Friday, closing at 4:30 PM. For urgent matters, please call 067 272 6551 during business hours. We're located in Hillcrest and serve Durban and surrounding areas."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you offer remote services?", content: "Yes, we provide both in-person and remote services. Many of our clients work with us remotely via email, cloud-based systems, and scheduled video consultations for maximum convenience."},
|
||||
id: "2", title: "Do you offer remote services?", content: "Yes, we provide both in-person and remote services. Many of our clients work with us remotely via email, cloud-based systems, and scheduled video consultations for maximum convenience."
|
||||
},
|
||||
{
|
||||
id: "3", title: "How confidential is my financial information?", content: "Your financial confidentiality is paramount. We maintain strict data security protocols and professional confidentiality standards. Your information is protected and never shared without authorization."},
|
||||
id: "3", title: "How confidential is my financial information?", content: "Your financial confidentiality is paramount. We maintain strict data security protocols and professional confidentiality standards. Your information is protected and never shared without authorization."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Can you help with year-end accounting?", content: "Absolutely. Year-end accounting preparation, financial statement finalization, and tax filing are core services we provide. Early planning ensures smooth, timely completion."},
|
||||
id: "4", title: "Can you help with year-end accounting?", content: "Absolutely. Year-end accounting preparation, financial statement finalization, and tax filing are core services we provide. Early planning ensures smooth, timely completion."
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user