Merge version_2 into main #4
161
src/app/page.tsx
161
src/app/page.tsx
@@ -2,14 +2,15 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Briefcase, Rocket, TrendingDown, TrendingUp } from "lucide-react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import { Briefcase, Rocket, TrendingDown, TrendingUp, MapPin, Mail, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,16 +30,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Location", id: "location" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Prestige Business Consultants"
|
||||
/>
|
||||
@@ -46,43 +43,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
background={{ 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: "Call Now", href: "tel:+19549165699"},
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ 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"
|
||||
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 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 4"},
|
||||
{
|
||||
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: "Operational Excellence"},
|
||||
{
|
||||
type: "text", text: "Financial Advisory"},
|
||||
{
|
||||
type: "text", text: "Leadership Coaching"},
|
||||
{
|
||||
type: "text", text: "Market Expansion"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -92,18 +61,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
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,
|
||||
},
|
||||
{
|
||||
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,
|
||||
},
|
||||
{ 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 },
|
||||
{ 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 },
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Comprehensive consulting solutions to drive your success."
|
||||
@@ -116,12 +77,9 @@ export default function LandingPage() {
|
||||
title="About Prestige Business Consultants"
|
||||
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: "500+", title: "Clients Served"},
|
||||
{
|
||||
value: "98%", title: "Success Rate"},
|
||||
{ value: "15+", title: "Years Experience" },
|
||||
{ value: "500+", title: "Clients Served" },
|
||||
{ value: "98%", title: "Success Rate" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/making-decisions-as-team_1098-2031.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -135,29 +93,13 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
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=1"},
|
||||
{
|
||||
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=2"},
|
||||
{
|
||||
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=3"},
|
||||
{
|
||||
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=4"},
|
||||
{
|
||||
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=5"},
|
||||
{ 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=1" },
|
||||
{ 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=2" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0", label: "Average Rating"},
|
||||
{
|
||||
value: "100+", label: "Reviews"},
|
||||
{
|
||||
value: "2 yrs", label: "Avg Engagement"},
|
||||
{ value: "5.0", label: "Average Rating" },
|
||||
{ value: "100+", label: "Reviews" },
|
||||
{ value: "2 yrs", label: "Avg Engagement" },
|
||||
]}
|
||||
title="Client Reviews"
|
||||
description="What our clients have to say."
|
||||
@@ -165,49 +107,58 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="location" data-section="location">
|
||||
<ContactText
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
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"},
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
text="Visit us at 300 S Pine Island Rd Suite 306, Plantation, FL 33324"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactText
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to grow your business?"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready to transform your business? Let's get started today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation", href: "#contact"},
|
||||
{
|
||||
text: "Call Now", href: "tel:+19549165699"},
|
||||
{ text: "Schedule Consultation", href: "#contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
<ContactSplitForm
|
||||
title="Get in Touch"
|
||||
description="Fill out the form below and our team will reach out to you within 24 hours."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "How can we help?", rows: 4 }}
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "canvas-reveal"}}
|
||||
text="Submit your inquiry and we will get back to you shortly."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
<FooterBase
|
||||
logoText="Prestige Business Consultants"
|
||||
copyrightText="© 2025 | Prestige Business Consultants"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Services", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "(954) 916-5699", href: "tel:+19549165699" },
|
||||
{ label: "Plantation, FL", href: "#location" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user