Merge version_1 into main #2
208
src/app/page.tsx
208
src/app/page.tsx
@@ -7,7 +7,6 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductDetailCard from '@/components/ecommerce/productDetail/ProductDetailCard';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -28,32 +27,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="LCP Business Partners"
|
||||
button={{
|
||||
text: "Request a Free Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Request a Free Consultation", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,34 +42,14 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Accounting That Puts Your Business First"
|
||||
description="Reliable compliance, tax strategies that save you money, and proactive advice tailored to your goals."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Free Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-business-people-work_23-2147923424.jpg?_wi=1"
|
||||
buttons={[{ text: "Request a Free Consultation", href: "/contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-business-people-work_23-2147923424.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/ideal-beginning-sunday_1098-15647.jpg",
|
||||
alt: "Client A",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-saleswoman-business-woman-office-sitting-chair-with-documents-reading-papers_1258-194548.jpg",
|
||||
alt: "Client B",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/government-agents-discuss-confidential-data-stored-ssd_482257-118751.jpg",
|
||||
alt: "Client C",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/arab-business-worker-chatting-with-coworker-using-smartphone_482257-78117.jpg",
|
||||
alt: "Client D",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg",
|
||||
alt: "Client E",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/ideal-beginning-sunday_1098-15647.jpg", alt: "Client A" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-saleswoman-business-woman-office-sitting-chair-with-documents-reading-papers_1258-194548.jpg", alt: "Client B" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/government-agents-discuss-confidential-data-stored-ssd_482257-118751.jpg", alt: "Client C" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/arab-business-worker-chatting-with-coworker-using-smartphone_482257-78117.jpg", alt: "Client D" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", alt: "Client E" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ local SMEs"
|
||||
/>
|
||||
@@ -100,30 +61,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5.0",
|
||||
title: "Google Rating",
|
||||
items: [
|
||||
"Based on 9 verified reviews",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "8+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Serving local businesses",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "CPA",
|
||||
title: "Certified",
|
||||
items: [
|
||||
"Fully qualified team",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "5.0", title: "Google Rating", items: ["Based on 9 verified reviews"] },
|
||||
{ id: "m2", value: "8+", title: "Years Experience", items: ["Serving local businesses"] },
|
||||
{ id: "m3", value: "CPA", title: "Certified", items: ["Fully qualified team"] },
|
||||
]}
|
||||
title="Proven Expertise"
|
||||
description="Our firm delivers consistent results for SMEs."
|
||||
@@ -135,21 +75,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Tax & Compliance",
|
||||
description: "Expert navigation of BAS, payroll, and income tax regulations.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cl8zjf&_wi=1",
|
||||
},
|
||||
{
|
||||
title: "Cloud Bookkeeping",
|
||||
description: "Seamless Xero/MYOB integration with real-time reporting dashboards.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wulk30&_wi=1",
|
||||
},
|
||||
{
|
||||
title: "Business Advisory",
|
||||
description: "Proactive growth strategies, cashflow forecasting, and KPI tracking.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0xwp2b&_wi=1",
|
||||
},
|
||||
{ title: "Tax & Compliance", description: "Expert navigation of BAS, payroll, and income tax regulations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cl8zjf" },
|
||||
{ title: "Cloud Bookkeeping", description: "Seamless Xero/MYOB integration with real-time reporting dashboards.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wulk30" },
|
||||
{ title: "Business Advisory", description: "Proactive growth strategies, cashflow forecasting, and KPI tracking.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0xwp2b" },
|
||||
]}
|
||||
title="Our Core Services"
|
||||
description="Comprehensive accounting solutions designed to scale your business."
|
||||
@@ -161,109 +89,23 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
date: "2023",
|
||||
title: "SME Owner",
|
||||
quote: "LCP transformed my tax planning process. Truly proactive.",
|
||||
tag: "Recommended",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020770.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-work_23-2147923424.jpg?_wi=2",
|
||||
imageAlt: "professional portrait smiling client",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mike C.",
|
||||
date: "2023",
|
||||
title: "Retailer",
|
||||
quote: "Exceptional bookkeeping and guidance for my retail store.",
|
||||
tag: "Expert",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cl8zjf&_wi=2",
|
||||
imageAlt: "professional portrait smiling client",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
date: "2024",
|
||||
title: "Consultant",
|
||||
quote: "Clear, reliable, and always ready to help my business grow.",
|
||||
tag: "Growth",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wulk30&_wi=2",
|
||||
imageAlt: "professional portrait smiling client",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
date: "2024",
|
||||
title: "Contractor",
|
||||
quote: "The team made BAS simple. Could not recommend enough.",
|
||||
tag: "Reliable",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-concept-with-modern-woman_23-2148115601.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0xwp2b&_wi=2",
|
||||
imageAlt: "professional portrait smiling client",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica L.",
|
||||
date: "2024",
|
||||
title: "Owner",
|
||||
quote: "Professional advice that actually saved me money this year.",
|
||||
tag: "Valued",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ideal-beginning-sunday_1098-15647.jpg",
|
||||
imageAlt: "professional portrait smiling client",
|
||||
},
|
||||
{ id: "t1", name: "Sarah J.", date: "2023", title: "SME Owner", quote: "LCP transformed my tax planning process. Truly proactive.", tag: "Recommended", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020770.jpg" },
|
||||
{ id: "t2", name: "Mike C.", date: "2023", title: "Retailer", quote: "Exceptional bookkeeping and guidance for my retail store.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg" },
|
||||
{ id: "t3", name: "Emily R.", date: "2024", title: "Consultant", quote: "Clear, reliable, and always ready to help my business grow.", tag: "Growth", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg" },
|
||||
{ id: "t4", name: "David K.", date: "2024", title: "Contractor", quote: "The team made BAS simple. Could not recommend enough.", tag: "Reliable", avatarSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-concept-with-modern-woman_23-2148115601.jpg" },
|
||||
{ id: "t5", name: "Jessica L.", date: "2024", title: "Owner", quote: "Professional advice that actually saved me money this year.", tag: "Valued", avatarSrc: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg" },
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="See why local businesses trust LCP with their future."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductDetailCard />
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="LCP Business Partners"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Client Portal",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "Client Portal", href: "#" }, { label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -6,6 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import { Zap, CheckCircle, TrendingUp, Phone } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -24,33 +25,9 @@ export default function LandingPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }]}
|
||||
brandName="LCP Business Partners"
|
||||
button={{
|
||||
text: "Request a Free Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
button={{ text: "Request a Free Consultation", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,6 +35,7 @@ export default function LandingPage() {
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Comprehensive Accounting Services"
|
||||
metrics={[]}
|
||||
metricsAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
@@ -69,34 +47,10 @@ export default function LandingPage() {
|
||||
title="Service Benefits"
|
||||
description="Why choose our tailored accounting solutions."
|
||||
features={[
|
||||
{
|
||||
title: "Efficiency",
|
||||
description: "We optimize your processes.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg",
|
||||
imageAlt: "Coffee-break",
|
||||
},
|
||||
{
|
||||
title: "Accuracy",
|
||||
description: "Flawless compliance reporting.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-work_23-2147923424.jpg?_wi=3",
|
||||
imageAlt: "Coffee-break",
|
||||
},
|
||||
{
|
||||
title: "Insight",
|
||||
description: "Understand your numbers better.",
|
||||
buttonIcon: "TrendingUp",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cl8zjf&_wi=3",
|
||||
imageAlt: "Coffee-break",
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
description: "We are always reachable.",
|
||||
buttonIcon: "Phone",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wulk30&_wi=3",
|
||||
imageAlt: "Coffee-break",
|
||||
},
|
||||
{ title: "Efficiency", description: "We optimize your processes.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg", imageAlt: "Coffee-break" },
|
||||
{ title: "Accuracy", description: "Flawless compliance reporting.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/group-business-people-work_23-2147923424.jpg", imageAlt: "Coffee-break" },
|
||||
{ title: "Insight", description: "Understand your numbers better.", buttonIcon: TrendingUp, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cl8zjf", imageAlt: "Coffee-break" },
|
||||
{ title: "Support", description: "We are always reachable.", buttonIcon: Phone, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wulk30", imageAlt: "Coffee-break" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,40 +59,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="LCP Business Partners"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Client Portal",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "Client Portal", href: "#" }, { label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user