Update src/app/page.tsx
This commit is contained in:
237
src/app/page.tsx
237
src/app/page.tsx
@@ -2,13 +2,13 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Facebook } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -27,93 +27,27 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Southern Business Solutions"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Your Trusted Partner in Accounting & Business Solutions"
|
||||
<HeroLogoBillboard
|
||||
logoText="Southern Business Solutions"
|
||||
description="Comprehensive bookkeeping, payroll, taxation, and HR consulting services for growing Sri Lankan businesses."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "/services",
|
||||
},
|
||||
{ text: "Free Consultation", href: "/contact" },
|
||||
{ text: "Our Services", href: "/services" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548715.jpg?_wi=1"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg",
|
||||
alt: "Client Profile",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg",
|
||||
alt: "Client Profile",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg",
|
||||
alt: "Client Profile",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
|
||||
alt: "Client Profile",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-asian-girl-putting-coffee-tamper-brew-capuccino-prepare-order_1258-203400.jpg",
|
||||
alt: "Client Profile",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 500+ Businesses"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Tax Planning",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Payroll Efficiency",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Financial Compliance",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "HR Consulting",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Data Security",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,142 +55,61 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Reliability and Expertise in Baddegama",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/successful-co-workers-with-digital-tablet_1098-2092.jpg",
|
||||
alt: "Our Team",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{ type: "text", content: "Reliability and Expertise" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="default"
|
||||
title="Client Success Stories"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ranil Perera",
|
||||
role: "CEO, TechStartup",
|
||||
testimonial: "Southern Business Solutions streamlined our payroll processes effectively. Highly reliable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anjali Silva",
|
||||
role: "Founder, RetailCo",
|
||||
testimonial: "Excellent tax consultation services. Very professional and detail-oriented.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Kamal Fernando",
|
||||
role: "Manager, Local Trading",
|
||||
testimonial: "Their accounting services are thorough and have helped us maintain compliance easily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sunil Weerakoon",
|
||||
role: "Owner, Logistics Firm",
|
||||
testimonial: "Great professional guidance for HR consulting. A dedicated team.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Deepa Wickrama",
|
||||
role: "Entrepreneur",
|
||||
testimonial: "Responsive and knowledgeable. Perfect partner for any growing business.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg",
|
||||
},
|
||||
{ id: "1", name: "Ranil Perera", role: "CEO", company: "TechStartup", rating: 5, testimonial: "Streamlined our payroll effectively." },
|
||||
{ id: "2", name: "Anjali Silva", role: "Founder", company: "RetailCo", rating: 5, testimonial: "Excellent tax services." },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by small and medium-sized enterprises across Sri Lanka."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common inquiries about our financial services in Sri Lanka."
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We primarily serve businesses in the Baddegama area and throughout Southern Sri Lanka.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer remote services?",
|
||||
content: "Yes, our digital systems allow us to manage your books and payroll remotely.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do I get started?",
|
||||
content: "Simply contact us through our website to schedule your free consultation.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Are your accountants certified?",
|
||||
content: "Our team includes highly qualified professionals with deep expertise in local tax law.",
|
||||
},
|
||||
]}
|
||||
<FaqBase
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
title="Frequently Asked Questions"
|
||||
faqs={[
|
||||
{ id: "f1", title: "Areas Served?", content: "Baddegama and Southern Sri Lanka." },
|
||||
{ id: "f2", title: "Remote Services?", content: "Yes, we are digital-first." },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Our Expert Team"
|
||||
description="Meet the people behind Southern Business Solutions."
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Kasun Perera",
|
||||
role: "Senior Accountant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-boss-with-his-two-colleagues-workplace-office_23-2147899935.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Nimali Silva",
|
||||
role: "Tax Consultant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-showroom-agent-shaking-hands-with-clients-after-closing-deal_482257-124430.jpg?_wi=1",
|
||||
},
|
||||
<TeamCardTen
|
||||
title="Our Team"
|
||||
memberVariant="card"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{ id: "t1", name: "Kasun Perera" },
|
||||
{ id: "t2", name: "Nimali Silva" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</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",
|
||||
},
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }] }
|
||||
]}
|
||||
bottomLeftText="© 2025 Southern Business Solutions."
|
||||
bottomRightText="All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user