Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-11 14:46:50 +00:00

View File

@@ -29,26 +29,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "services",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="DBL Services"
/>
@@ -57,99 +42,32 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Excellence in Business Services"
description="DBL Business Services LLC provides elite solutions tailored for your business growth and efficiency."
testimonials={[
{
name: "Alice Johnson",
handle: "@alice",
testimonial: "DBL transformed our operations efficiently.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-man-greeting-colleague_74855-1519.jpg",
imageAlt: "Cheerful business man greeting colleague",
},
{
name: "Bob Smith",
handle: "@bob",
testimonial: "Professional, reliable, and highly expert.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-business-colleagues-meeting-outside_1262-21161.jpg",
imageAlt: "Happy successful business colleagues meeting outside",
},
{
name: "Charlie Davis",
handle: "@charlie",
testimonial: "The best partner for business services.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-attentive-businessmen-attending-conference-meeting-side_1163-5276.jpg",
imageAlt: "Smiling attentive businessmen attending conference meeting, side",
},
{
name: "Diana Lee",
handle: "@diana",
testimonial: "Expert guidance that truly works.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430632.jpg",
imageAlt: "Person expressing appreciation to their workmates",
},
{
name: "Evan Wright",
handle: "@evan",
testimonial: "Unparalleled commitment to quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-team-waiting-someone-street-cafe_74855-1520.jpg",
imageAlt: "Cheerful business team waiting someone in street cafe",
},
{ name: "Alice Johnson", handle: "@alice", testimonial: "DBL transformed our operations efficiently.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-man-greeting-colleague_74855-1519.jpg", imageAlt: "Cheerful business man greeting colleague" },
{ name: "Bob Smith", handle: "@bob", testimonial: "Professional, reliable, and highly expert.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-business-colleagues-meeting-outside_1262-21161.jpg", imageAlt: "Happy successful business colleagues meeting outside" },
{ name: "Charlie Davis", handle: "@charlie", testimonial: "The best partner for business services.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-attentive-businessmen-attending-conference-meeting-side_1163-5276.jpg", imageAlt: "Smiling attentive businessmen attending conference meeting, side" },
{ name: "Diana Lee", handle: "@diana", testimonial: "Expert guidance that truly works.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430632.jpg", imageAlt: "Person expressing appreciation to their workmates" },
{ name: "Evan Wright", handle: "@evan", testimonial: "Unparalleled commitment to quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-team-waiting-someone-street-cafe_74855-1520.jpg", imageAlt: "Cheerful business team waiting someone in street cafe" },
]}
imageSrc="http://img.b2bpic.net/free-photo/desk-office-with-computer_23-2148902277.jpg"
imageAlt="professional office desk minimalist"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/empty-corporate-high-end-office-job-interviews-recruitment-process_482257-103043.jpg",
alt: "Empty corporate high end office for job interviews and recruitment process",
},
{
src: "http://img.b2bpic.net/free-photo/office-table_1098-18255.jpg",
alt: "Office table",
},
{
src: "http://img.b2bpic.net/free-photo/empty-modern-office-with-focus-recruitment-process-hiring-new-personnel_482257-112386.jpg",
alt: "Empty modern office with focus on recruitment process and hiring new personnel",
},
{
src: "http://img.b2bpic.net/free-photo/empty-modern-corporate-high-end-office-space-designed-leader_482257-115085.jpg",
alt: "Empty modern corporate high end office space designed for a leader",
},
{
src: "http://img.b2bpic.net/free-photo/confident-business-leader-working-computer-office-lounge_74855-1560.jpg",
alt: "Confident business leader working on computer in office lounge",
},
{ src: "http://img.b2bpic.net/free-photo/empty-corporate-high-end-office-job-interviews-recruitment-process_482257-103043.jpg", alt: "Empty corporate high end office for job interviews and recruitment process" },
{ src: "http://img.b2bpic.net/free-photo/office-table_1098-18255.jpg", alt: "Office table" },
{ src: "http://img.b2bpic.net/free-photo/empty-modern-office-with-focus-recruitment-process-hiring-new-personnel_482257-112386.jpg", alt: "Empty modern office with focus on recruitment process and hiring new personnel" },
{ src: "http://img.b2bpic.net/free-photo/empty-modern-corporate-high-end-office-space-designed-leader_482257-115085.jpg", alt: "Empty modern corporate high end office space designed for a leader" },
{ src: "http://img.b2bpic.net/free-photo/confident-business-leader-working-computer-office-lounge_74855-1560.jpg", alt: "Confident business leader working on computer in office lounge" },
]}
avatarText="Trusted by 500+ professionals"
marqueeItems={[
{
type: "text",
text: "Strategic Growth",
},
{
type: "text",
text: "Operational Excellence",
},
{
type: "text",
text: "Resource Optimization",
},
{
type: "text",
text: "Business Scaling",
},
{
type: "text",
text: "Innovation First",
},
{ type: "text", text: "Strategic Growth" },
{ type: "text", text: "Operational Excellence" },
{ type: "text", text: "Resource Optimization" },
{ type: "text", text: "Business Scaling" },
{ type: "text", text: "Innovation First" },
]}
/>
</div>
@@ -172,24 +90,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
negativeCard={{
items: [
"Lack of strategic focus",
"Inefficient resource management",
"Missed growth opportunities",
"Unclear market positioning",
"Delayed execution cycles",
],
}}
positiveCard={{
items: [
"Strategic business planning",
"Optimization of resources",
"Sustainable growth pathways",
"Targeted market alignment",
"Accelerated delivery models",
],
}}
negativeCard={{ items: ["Lack of strategic focus", "Inefficient resource management", "Missed growth opportunities", "Unclear market positioning", "Delayed execution cycles"] }}
positiveCard={{ items: ["Strategic business planning", "Optimization of resources", "Sustainable growth pathways", "Targeted market alignment", "Accelerated delivery models"] }}
title="Why Choose Our Services"
description="We address complex operational challenges with precision, ensuring your business stays ahead in a competitive market."
/>
@@ -197,44 +99,15 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Alice Johnson",
handle: "@alice",
testimonial: "DBL's team is exceptional.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg",
},
{
id: "2",
name: "Bob Smith",
handle: "@bob",
testimonial: "Result-driven services, every time.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-business-people-posing-office-hallway_1262-20204.jpg",
},
{
id: "3",
name: "Charlie Davis",
handle: "@charlie",
testimonial: "Professional and trustworthy.",
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-businessmen-shaking-hands-after-successful-agreement-office-while-their-female-colleagues-are-applauding-them-focus-is-young-businessman_637285-251.jpg",
},
{
id: "4",
name: "Diana Lee",
handle: "@diana",
testimonial: "Unparalleled operational expertise.",
imageSrc: "http://img.b2bpic.net/free-photo/pensive-office-employee-waiting-waitress_1262-18547.jpg",
},
{
id: "5",
name: "Evan Wright",
handle: "@evan",
testimonial: "A game changer for our business.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room-smiling-camera-with-arms-crossed_482257-5017.jpg",
},
{ id: "1", name: "Alice Johnson", handle: "@alice", testimonial: "DBL's team is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg" },
{ id: "2", name: "Bob Smith", handle: "@bob", testimonial: "Result-driven services, every time.", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-business-people-posing-office-hallway_1262-20204.jpg" },
{ id: "3", name: "Charlie Davis", handle: "@charlie", testimonial: "Professional and trustworthy.", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-businessmen-shaking-hands-after-successful-agreement-office-while-their-female-colleagues-are-applauding-them-focus-is-young-businessman_637285-251.jpg" },
{ id: "4", name: "Diana Lee", handle: "@diana", testimonial: "Unparalleled operational expertise.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-office-employee-waiting-waitress_1262-18547.jpg" },
{ id: "5", name: "Evan Wright", handle: "@evan", testimonial: "A game changer for our business.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room-smiling-camera-with-arms-crossed_482257-5017.jpg" },
]}
title="Client Success Stories"
description="Read what our partners say about working with DBL Business Services LLC."
@@ -244,9 +117,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
tag="Let's Talk"
title="Ready to Start?"
description="Get in touch with us to discuss how we can help your business thrive."
@@ -257,32 +128,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="DBL Business Services LLC"
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "#about",
},
{
label: "Services",
href: "#services",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
]}
copyrightText="© 2025 DBL Business Services LLC"
/>