Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-02 15:17:01 +00:00

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Prestige Business Consultants"
/>
@@ -57,66 +47,41 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Elevating Your Business to the Next Level"
description="Strategic consulting solutions tailored for growth, efficiency, and long-term success."
buttons={[
{
text: "Get Started",
href: "#contact",
},
text: "Get Started", href: "#contact"},
{
text: "Call Now",
href: "tel:+19549165699",
},
text: "Call Now", href: "tel:+19549165699"},
]}
imageSrc="http://img.b2bpic.net/free-photo/businessman-suit-pointing-charts-tv-screen-meeting-with-his-colleagues-leadership-meeting-conference-room_482257-31221.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/businessman-suit-pointing-charts-tv-screen-meeting-with-his-colleagues-leadership-meeting-conference-room_482257-31221.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg",
alt: "Client 1",
},
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg",
alt: "Client 2",
},
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg",
alt: "Client 3",
},
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg",
alt: "Client 4",
},
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", alt: "Client 4"},
{
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg",
alt: "Client 5",
},
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", alt: "Client 5"},
]}
avatarText="Trusted by 500+ industry leaders"
marqueeItems={[
{
type: "text",
text: "Strategic Growth",
},
type: "text", text: "Strategic Growth"},
{
type: "text",
text: "Operational Excellence",
},
type: "text", text: "Operational Excellence"},
{
type: "text",
text: "Financial Advisory",
},
type: "text", text: "Financial Advisory"},
{
type: "text",
text: "Leadership Coaching",
},
type: "text", text: "Leadership Coaching"},
{
type: "text",
text: "Market Expansion",
},
type: "text", text: "Market Expansion"},
]}
/>
</div>
@@ -128,36 +93,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Business Strategy",
description: "Long-term planning and roadmap development.",
bentoComponent: "reveal-icon",
icon: TrendingUp,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-pointing-charts-tv-screen-meeting-with-his-colleagues-leadership-meeting-conference-room_482257-31221.jpg?_wi=2",
imageAlt: "modern office business meeting room",
title: "Business Strategy", description: "Long-term planning and roadmap development.", bentoComponent: "reveal-icon", icon: TrendingUp,
},
{
title: "Management Consulting",
description: "Expert leadership and process management.",
bentoComponent: "reveal-icon",
icon: Briefcase,
imageSrc: "http://img.b2bpic.net/free-photo/making-decisions-as-team_1098-2031.jpg?_wi=1",
imageAlt: "consulting professionals meeting business suit",
title: "Management Consulting", description: "Expert leadership and process management.", bentoComponent: "reveal-icon", icon: Briefcase,
},
{
title: "Operational Efficiency",
description: "Optimizing workflows for peak performance.",
bentoComponent: "reveal-icon",
icon: TrendingDown,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg?_wi=1",
imageAlt: "professional client portrait business background",
title: "Operational Efficiency", description: "Optimizing workflows for peak performance.", bentoComponent: "reveal-icon", icon: TrendingDown,
},
{
title: "Growth & Scaling",
description: "Expansion strategies for modern markets.",
bentoComponent: "reveal-icon",
icon: Rocket,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-pointing-charts-tv-screen-meeting-with-his-colleagues-leadership-meeting-conference-room_482257-31221.jpg?_wi=3",
imageAlt: "modern office business meeting room",
title: "Growth & Scaling", description: "Expansion strategies for modern markets.", bentoComponent: "reveal-icon", icon: Rocket,
},
]}
title="Our Services"
@@ -172,19 +117,13 @@ export default function LandingPage() {
description="Prestige Business Consultants is dedicated to helping businesses thrive through expert guidance, strategic planning, and personalized solutions."
metrics={[
{
value: "15+",
title: "Years Experience",
},
value: "15+", title: "Years Experience"},
{
value: "500+",
title: "Clients Served",
},
value: "500+", title: "Clients Served"},
{
value: "98%",
title: "Success Rate",
},
value: "98%", title: "Success Rate"},
]}
imageSrc="http://img.b2bpic.net/free-photo/making-decisions-as-team_1098-2031.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/making-decisions-as-team_1098-2031.jpg"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -197,59 +136,28 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Carl Marteniz",
role: "Owner",
company: "Tech Partners",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg?_wi=2",
},
id: "1", name: "Carl Marteniz", role: "Owner", company: "Tech Partners", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg"},
{
id: "2",
name: "Sarah Jenkins",
role: "CEO",
company: "Growth Co",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg?_wi=3",
},
id: "2", name: "Sarah Jenkins", role: "CEO", company: "Growth Co", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg"},
{
id: "3",
name: "Michael Chen",
role: "CTO",
company: "Innovate Lab",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg?_wi=4",
},
id: "3", name: "Michael Chen", role: "CTO", company: "Innovate Lab", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg"},
{
id: "4",
name: "Jane Smith",
role: "Manager",
company: "Global Solutions",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg?_wi=5",
},
id: "4", name: "Jane Smith", role: "Manager", company: "Global Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg"},
{
id: "5",
name: "David Kim",
role: "Director",
company: "Alpha Corp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg?_wi=6",
},
id: "5", name: "David Kim", role: "Director", company: "Alpha Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg"},
]}
kpiItems={[
{
value: "5.0",
label: "Average Rating",
},
value: "5.0", label: "Average Rating"},
{
value: "100+",
label: "Reviews",
},
value: "100+", label: "Reviews"},
{
value: "2 yrs",
label: "Avg Engagement",
},
value: "2 yrs", label: "Avg Engagement"},
]}
title="Client Reviews"
description="What our clients have to say."
@@ -260,14 +168,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
text="Address: 300 S Pine Island Rd Suite 306, Plantation, FL 33324. Phone: (954) 916-5699. Open Mon-Fri 9AM-6PM."
buttons={[
{
text: "Call Now",
href: "tel:+19549165699",
},
text: "Call Now", href: "tel:+19549165699"},
]}
/>
</div>
@@ -276,18 +181,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Ready to grow your business?"
buttons={[
{
text: "Book a Consultation",
href: "#contact",
},
text: "Book a Consultation", href: "#contact"},
{
text: "Call Now",
href: "tel:+19549165699",
},
text: "Call Now", href: "tel:+19549165699"},
]}
/>
</div>
@@ -296,8 +196,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "canvas-reveal",
}}
variant: "canvas-reveal"}}
text="Submit your inquiry and we will get back to you shortly."
/>
</div>