Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
177
src/app/page.tsx
177
src/app/page.tsx
@@ -2,16 +2,16 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { PenTool } from 'lucide-react';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { BriefcaseBusiness, TrendingUp, ShieldCheck } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,8 +32,9 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Tax Planning", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Testimonials", id: "testimonial" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="NexusWorks"
|
||||
@@ -41,151 +42,113 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Stop Making Financial Decisions Without a Coordinated Financial System"
|
||||
description="NexusWorks LLC is a Los Angeles-based CPA firm offering integrated bookkeeping, tax planning, tax compliance and Fractional CFO services for growing businesses across the USA."
|
||||
<HeroLogoBillboard
|
||||
logoText="Strategic Financial Systems for Growing Enterprises"
|
||||
description="NexusWorks provides institutional-grade bookkeeping, tax planning, and fractional CFO advisory tailored for real estate, healthcare, construction, and e-commerce leaders."
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Schedule Advisory", href: "#contact" },
|
||||
]}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-interior-forex-market-exchange-company-office-with-financial-data-growth-charts-multiple-displays-workspace-equipped-with-workstation-having-finance-statistics-real-time-graph_482257-44513.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
<MediaAbout
|
||||
useInvertedBackground={true}
|
||||
tag="Our Philosophy"
|
||||
title="The Financial Triangle"
|
||||
description="Unlike disconnected vendors, we deliver a unified Financial Triangle where your bookkeeper, CPA, and CFO advisor work together in one structured system."
|
||||
subdescription="We specialize in real estate, healthcare, construction, and e-commerce growth strategies."
|
||||
icon={PenTool}
|
||||
tag="Professional Philosophy"
|
||||
title="Architecting Your Financial Future"
|
||||
description="We transcend traditional accounting by integrating your back-office operations into a cohesive financial ecosystem. Our approach bridges the gap between raw data and executive decision-making, ensuring institutional stability for rapidly scaling enterprises."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-suit-having-presentation-with-charts-tv-screen-conference-rom-team-meeting_482257-31223.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardEight
|
||||
textboxLayout="split"
|
||||
<FeatureCardTwentySix
|
||||
textboxLayout="inline-image"
|
||||
useInvertedBackground={false}
|
||||
title="Core Operational Competencies"
|
||||
description="Elevating business performance through precision-driven financial intelligence."
|
||||
features={[
|
||||
{
|
||||
title: "Tax Planning & Strategy", description: "Proactive strategies including offer in compromise and penalty abatement.", imageSrc: "http://img.b2bpic.net/free-photo/ring-binder-used-stored-documents_23-2149512226.jpg"},
|
||||
{
|
||||
title: "Bookkeeping Services", description: "Accurate, stress-free monthly financial management.", imageSrc: "http://img.b2bpic.net/free-photo/network-connection-graphic-overlay-background-computer-screen_53876-132239.jpg"},
|
||||
{
|
||||
title: "Fractional CFO Advisory", description: "High-level financial systems optimization and advisory.", imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-planning-business-strategy_53876-16015.jpg"},
|
||||
{ title: "Proactive Tax Planning", description: "Strategic mitigation and compliance for sophisticated business entities.", buttonIcon: ShieldCheck },
|
||||
{ title: "Fractional CFO Advisory", description: "High-level oversight to optimize capital structure and operational efficiency.", buttonIcon: BriefcaseBusiness },
|
||||
{ title: "Integrated Bookkeeping", description: "Accurate, real-time financial data to support mission-critical decisions.", buttonIcon: TrendingUp },
|
||||
{ title: "Enterprise Growth Strategy", description: "Specialized frameworks designed for diverse industry verticals.", buttonIcon: BriefcaseBusiness },
|
||||
]}
|
||||
title="Integrated Services"
|
||||
description="A comprehensive suite for growing US businesses."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardThree
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
title="Strategic Industry Solutions"
|
||||
description="Industry-specific financial frameworks for complex professional environments."
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Real Estate Investors", price: "High-Impact", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-budget-plan-spiral-notepad-pen-eyeglasses-laptop-blue-background_23-2148178557.jpg"},
|
||||
{
|
||||
id: "2", name: "Healthcare Providers", price: "Compliance Focused", imageSrc: "http://img.b2bpic.net/free-photo/work-desk-bookkeeping-workplace-career-sunlight_1418-526.jpg"},
|
||||
{
|
||||
id: "3", name: "Construction Firms", price: "Integrated Data", imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-analyzing-graph-office_23-2147826526.jpg"},
|
||||
{
|
||||
id: "4", name: "E-Commerce Brands", price: "Growth Optimized", imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-aged-husband-wife-sitting-table-with-laptop-paper-bills-calculating-domestic-incomes-together-home_657921-1765.jpg"},
|
||||
{
|
||||
id: "5", name: "Startups", price: "Scale Ready", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-25-flat-color-icon-pack-including-release-package-business-business-online_1142-24638.jpg"},
|
||||
{
|
||||
id: "6", name: "Professional Services", price: "Custom Solutions", imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-office-desktop_23-2148174110.jpg"},
|
||||
{ id: "1", brand: "Real Estate", name: "Asset Optimization", price: "Custom", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-budget-plan-spiral-notepad-pen-eyeglasses-laptop-blue-background_23-2148178557.jpg" },
|
||||
{ id: "2", brand: "Healthcare", name: "Compliance Systems", price: "Custom", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/work-desk-bookkeeping-workplace-career-sunlight_1418-526.jpg" },
|
||||
{ id: "3", brand: "E-Commerce", name: "Scaling Capital", price: "Custom", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-aged-husband-wife-sitting-table-with-laptop-paper-bills-calculating-domestic-incomes-together-home_657921-1765.jpg" },
|
||||
]}
|
||||
title="Our Expertise"
|
||||
description="Serving key industries across the US market."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardFifteen
|
||||
<TestimonialCardFive
|
||||
useInvertedBackground={false}
|
||||
testimonial="NexusWorks transformed our chaotic bookkeeping into a structured, proactive system. Their CFO insight is a game changer for our growth."
|
||||
rating={5}
|
||||
author="Sarah Johnson, CEO"
|
||||
avatars={[
|
||||
title="Client Success Narratives"
|
||||
description="Partnering with leaders across the US to secure their fiscal future."
|
||||
testimonials={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-businessman-looking-camera_23-2147876753.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-young-man-with-helmet_23-2148269289.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-with-smartphone-relaxing-cafe-sitting-enjoying-coffee-while-using-mobile-phone_1258-122952.jpg", alt: "Client 5"},
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
date: "2024",
|
||||
title: "CEO, Tech Logistics",
|
||||
quote: "NexusWorks provided the structured financial clarity we lacked. Their proactive tax strategy is standard-setting.",
|
||||
tag: "Growth",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg"
|
||||
},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
sideTitle="Executive Inquiries"
|
||||
sideDescription="Answers to common strategic questions regarding our firm's methodology."
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "Who do you serve?", content: "We serve real estate investors, healthcare providers, construction firms, and e-commerce businesses in the US."},
|
||||
{
|
||||
id: "q2", title: "Do you offer Fractional CFO?", content: "Yes, we integrate CFO advisory into our bookkeeping and tax structure."},
|
||||
{
|
||||
id: "q3", title: "How do I get started?", content: "Schedule your free consultation through our contact page."},
|
||||
{ id: "1", title: "How do you approach fractional CFO engagement?", content: "We integrate deeply with existing teams to provide real-time strategic advisory." },
|
||||
{ id: "2", title: "Is your firm suited for complex construction audits?", content: "Yes, we specialize in high-compliance sectors including construction and healthcare." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about partnering with NexusWorks."
|
||||
faqsAnimation="blur-reveal"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Let's Connect"
|
||||
title="Ready to coordinate your finances?"
|
||||
description="Schedule a free consultation and let's structure your financial future."
|
||||
buttons={[
|
||||
{ text: "Contact Us", href: "mailto:hello@nexusworksllc.com" },
|
||||
<ContactSplitForm
|
||||
title="Initiate Partnership"
|
||||
description="Connect with our senior advisory team to audit your current financial framework."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name" },
|
||||
{ name: "company", type: "text", placeholder: "Company Name" },
|
||||
{ name: "email", type: "email", placeholder: "Corporate Email" },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Briefly outline your primary growth objectives" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-suit-having-presentation-with-charts-tv-screen-conference-rom-team-meeting_482257-31223.jpg"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "About", href: "#" },
|
||||
{ label: "Services", href: "#" },
|
||||
{ label: "Contact", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Tax Strategy", href: "#" },
|
||||
{ label: "Bookkeeping", href: "#" },
|
||||
{ label: "CFO Services", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Real Estate", href: "#" },
|
||||
{ label: "Healthcare", href: "#" },
|
||||
{ label: "E-Commerce", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
<FooterBaseCard
|
||||
logoText="NexusWorks"
|
||||
columns={[
|
||||
{ title: "Solutions", items: [{ label: "Tax Planning", href: "#" }, { label: "Bookkeeping", href: "#" }, { label: "Fractional CFO", href: "#" }] },
|
||||
{ title: "Industries", items: [{ label: "Real Estate", href: "#" }, { label: "Healthcare", href: "#" }, { label: "E-Commerce", href: "#" }] },
|
||||
{ title: "Corporate", items: [{ label: "About Us", href: "#" }, { label: "Legal", href: "#" }, { label: "Privacy", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fffafa;
|
||||
--card: #fff7f7;
|
||||
--foreground: #1a0000;
|
||||
--primary-cta: #e63946;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #fffafa;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #1a0000;
|
||||
--accent: #f5c4c7;
|
||||
--background-accent: #f09199;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user