Merge version_1 into main #2
@@ -8,138 +8,90 @@ import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import { BookOpen, CreditCard, Facebook, FileText } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="medium"
|
||||
background="floatingGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="extrabold"
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="medium"
|
||||
background="floatingGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
brandName="Southern Business Solutions"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Southern Business Solutions"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services-list" data-section="services-list">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Bookkeeping Services",
|
||||
description: "Accurate, timely, and organized financial record keeping to keep your business running smoothly.",
|
||||
icon: BookOpen,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/busy-businessman-his-office_1098-3603.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphics-arrangement_23-2148991189.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548715.jpg?_wi=2",
|
||||
imageAlt: "bookkeeping digital data finance",
|
||||
},
|
||||
{
|
||||
title: "Payroll Management",
|
||||
description: "Streamlined payroll processing to ensure your employees are paid on time and your compliance is secure.",
|
||||
icon: CreditCard,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4896.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-businessman-using-tablet-table_1098-20059.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-co-workers-with-digital-tablet_1098-2092.jpg",
|
||||
imageAlt: "bookkeeping digital data finance",
|
||||
},
|
||||
{
|
||||
title: "Taxation Services",
|
||||
description: "Expert tax planning and filing to help you minimize liabilities and remain compliant.",
|
||||
icon: FileText,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-working-with-digital-tablet-office_1301-7623.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-analyst-reading-company-report-analyzing-statistics-data-project-manager-planning-startup-strategy-employee-checking-research-result-workplace-desk-coworking-space_482257-64529.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg?_wi=2",
|
||||
imageAlt: "bookkeeping digital data finance",
|
||||
},
|
||||
]}
|
||||
title="Professional Business Services"
|
||||
description="We offer a wide range of financial and business support solutions tailored to your needs."
|
||||
/>
|
||||
</div>
|
||||
<div id="services-list" data-section="services-list">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Bookkeeping Services", description: "Accurate, timely, and organized financial record keeping to keep your business running smoothly.", icon: BookOpen,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/busy-businessman-his-office_1098-3603.jpg", imageAlt: "bookkeeping digital data finance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphics-arrangement_23-2148991189.jpg", imageAlt: "bookkeeping digital data finance" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Payroll Management", description: "Streamlined payroll processing to ensure your employees are paid on time and your compliance is secure.", icon: CreditCard,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4896.jpg", imageAlt: "payroll management dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-businessman-using-tablet-table_1098-20059.jpg", imageAlt: "payroll management dashboard" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Taxation Services", description: "Expert tax planning and filing to help you minimize liabilities and remain compliant.", icon: FileText,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-working-with-digital-tablet-office_1301-7623.jpg", imageAlt: "bookkeeping digital data finance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/financial-analyst-reading-company-report-analyzing-statistics-data-project-manager-planning-startup-strategy-employee-checking-research-result-workplace-desk-coworking-space_482257-64529.jpg", imageAlt: "bookkeeping digital data finance" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Professional Business Services"
|
||||
description="We offer a wide range of financial and business support solutions tailored to your needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Services FAQ"
|
||||
description="Details about our service process."
|
||||
faqs={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Turnaround time?",
|
||||
content: "Standard bookkeeping is typically completed within 5 business days.",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Custom plans?",
|
||||
content: "Yes, we tailor our service scope to fit your business size.",
|
||||
},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Services FAQ"
|
||||
description="Details about our service process."
|
||||
faqs={[
|
||||
{ id: "s1", title: "Turnaround time?", content: "Standard bookkeeping is typically completed within 5 business days." },
|
||||
{ id: "s2", title: "Custom plans?", content: "Yes, we tailor our service scope to fit your business size." },
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Southern Business Solutions"
|
||||
copyrightText="© 2025 Southern Business Solutions. All Rights Reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://m.facebook.com/61583073645978/",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Southern Business Solutions"
|
||||
copyrightText="© 2025 Southern Business Solutions. All Rights Reserved."
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "https://m.facebook.com/61583073645978/", ariaLabel: "Facebook" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user