Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-08 14:56:21 +00:00

View File

@@ -25,223 +25,110 @@ export default function LandingPage() {
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="D'Exclusive Tax & Service"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Contact", id: "contact" },
]}
brandName="D'Exclusive Tax & Service"
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Premium Tax Services for Confident Financial Success"
description="At DExclusive Tax & Service, we deliver precise, trustworthy tax preparation and financial solutions tailored to your needs with integrity and speed."
testimonials={[
{
name: "Sarah J.",
handle: "@client",
testimonial: "The precision and speed at D'Exclusive is unmatched. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-manager_1098-15671.jpg",
},
{
name: "Michael B.",
handle: "@business",
testimonial: "Expert guidance for my business taxes. Total peace of mind.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg",
},
{
name: "Emily R.",
handle: "@freelancer",
testimonial: "Finally, someone who understands 1099 filing and maximizes my deductions.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-standing-building-looking-straight-camera_1262-20433.jpg",
},
{
name: "David L.",
handle: "@client",
testimonial: "Fast, professional, and incredibly helpful during tax season.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg",
},
{
name: "Jessica W.",
handle: "@client",
testimonial: "Accurate solutions and great communication. My go-to tax pros.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg",
},
]}
tag="Trusted Financial Experts"
buttons={[
{
text: "Get Started",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/female-ceo-engaging-project-management-using-tech-tools-set-goals_482257-113810.jpg"
imageAlt="Professional financial services office"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/cheerful-manager_1098-15671.jpg",
alt: "Sarah J.",
},
{
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg",
alt: "Michael B.",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-man-standing-building-looking-straight-camera_1262-20433.jpg",
alt: "Emily R.",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg",
alt: "David L.",
},
{
src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg",
alt: "Jessica W.",
},
]}
avatarText="Trusted by 500+ happy clients"
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Premium Tax Services for Confident Financial Success"
description="At DExclusive Tax & Service, we deliver precise, trustworthy tax preparation and financial solutions tailored to your needs with integrity and speed."
testimonials={[
{ name: "Sarah J.", handle: "@client", testimonial: "The precision and speed at D'Exclusive is unmatched. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-manager_1098-15671.jpg" },
{ name: "Michael B.", handle: "@business", testimonial: "Expert guidance for my business taxes. Total peace of mind.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg" },
{ name: "Emily R.", handle: "@freelancer", testimonial: "Finally, someone who understands 1099 filing and maximizes my deductions.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-standing-building-looking-straight-camera_1262-20433.jpg" },
{ name: "David L.", handle: "@client", testimonial: "Fast, professional, and incredibly helpful during tax season.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg" },
{ name: "Jessica W.", handle: "@client", testimonial: "Accurate solutions and great communication. My go-to tax pros.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg" },
]}
tag="Trusted Financial Experts"
buttons={[{ text: "Get Started", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/female-ceo-engaging-project-management-using-tech-tools-set-goals_482257-113810.jpg"
imageAlt="Professional financial services office"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/cheerful-manager_1098-15671.jpg", alt: "Sarah J." },
{ src: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", alt: "Michael B." },
{ src: "http://img.b2bpic.net/free-photo/smiling-man-standing-building-looking-straight-camera_1262-20433.jpg", alt: "Emily R." },
{ src: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg", alt: "David L." },
{ src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg", alt: "Jessica W." },
]}
avatarText="Trusted by 500+ happy clients"
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
title="Precision and Integrity in Every Filing"
buttons={[
{
text: "Learn More",
href: "#features",
},
]}
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={false}
title="Precision and Integrity in Every Filing"
buttons={[{ text: "Learn More", href: "#features" }]}
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyFour
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Individual Tax",
author: "Personal",
description: "Precise individual tax filing ensuring every deduction counts.",
tags: [
"Tax",
"Individual",
],
imageSrc: "http://img.b2bpic.net/free-vector/tax-payment-concept_24908-56218.jpg",
},
{
id: "f2",
title: "Business Tax",
author: "Professional",
description: "Comprehensive tax services designed for your business growth.",
tags: [
"Business",
"Growth",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-statistics-presentation-with-arrow_23-2149023754.jpg",
},
{
id: "f3",
title: "Self-Employed",
author: "Expert",
description: "Expert guidance for self-employed and 1099 filers to maximize returns.",
tags: [
"1099",
"Consulting",
],
imageSrc: "http://img.b2bpic.net/free-photo/business-office-remote-lifestyle_23-2151998104.jpg",
},
]}
title="Our Expert Services"
description="Tailored tax and financial solutions crafted for your success."
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyFour
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "f1", title: "Individual Tax", author: "Personal", description: "Precise individual tax filing ensuring every deduction counts.", tags: ["Tax", "Individual"], imageSrc: "http://img.b2bpic.net/free-vector/tax-payment-concept_24908-56218.jpg" },
{ id: "f2", title: "Business Tax", author: "Professional", description: "Comprehensive tax services designed for your business growth.", tags: ["Business", "Growth"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-statistics-presentation-with-arrow_23-2149023754.jpg" },
{ id: "f3", title: "Self-Employed", author: "Expert", description: "Expert guidance for self-employed and 1099 filers to maximize returns.", tags: ["1099", "Consulting"], imageSrc: "http://img.b2bpic.net/free-photo/business-office-remote-lifestyle_23-2151998104.jpg" },
]}
title="Our Expert Services"
description="Tailored tax and financial solutions crafted for your success."
/>
</div>
<div id="team" data-section="team">
<TeamCardFive
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="team" data-section="team">
<TeamCardFive
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
team={[]}
title="Meet Our Team"
description="Our experts are here to help."
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Contact Us"
title="Reach out anytime for expert tax help."
description="Email: Dsmmons40@gmail.com | Phone: 980-382-4479"
buttonText="Submit Inquiry"
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
tag="Contact Us"
title="Reach out anytime for expert tax help."
description="Email: Dsmmons40@gmail.com | Phone: 980-382-4479"
background={{ variant: "plain" }}
useInvertedBackground={false}
buttonText="Submit Inquiry"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Services",
items: [
{
label: "Individual Tax",
href: "#features",
},
{
label: "Business Tax",
href: "#features",
},
{
label: "Self-Employed",
href: "#features",
},
],
},
{
title: "Contact",
items: [
{
label: "Email",
href: "mailto:Dsmmons40@gmail.com",
},
{
label: "Phone",
href: "tel:9803824479",
},
],
},
]}
bottomLeftText="© 2025 D'Exclusive Tax & Service. All rights reserved."
bottomRightText="Professional Financial Solutions"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Services", items: [
{ label: "Individual Tax", href: "#features" },
{ label: "Business Tax", href: "#features" },
{ label: "Self-Employed", href: "#features" },
],
},
{
title: "Contact", items: [
{ label: "Email", href: "mailto:Dsmmons40@gmail.com" },
{ label: "Phone", href: "tel:9803824479" },
],
},
]}
bottomLeftText="© 2025 D'Exclusive Tax & Service. All rights reserved."
bottomRightText="Professional Financial Solutions"
/>
</div>
</ReactLenis>
</ThemeProvider>
);