Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f74f4fe22 |
212
src/app/page.tsx
212
src/app/page.tsx
@@ -32,104 +32,65 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#features"},
|
||||||
id: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Concept & Company"
|
brandName="Concept & Company"
|
||||||
button={{
|
button={{
|
||||||
text: "Book Now",
|
text: "Book Now", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="Empowering Your Business Vision"
|
title="Empowering Your Business Vision"
|
||||||
description="Expert business management consulting based in Brielle, NJ. We specialize in development, planning, and operational excellence to drive your success."
|
description="Expert business management consulting based in Brielle, NJ. We specialize in development, planning, and operational excellence to drive your success."
|
||||||
kpis={[
|
kpis={[
|
||||||
{
|
{
|
||||||
value: "20+",
|
value: "20+", label: "Years Experience"},
|
||||||
label: "Years Experience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "500+",
|
value: "500+", label: "Projects Completed"},
|
||||||
label: "Projects Completed",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "100%",
|
value: "100%", label: "Client Success Rate"},
|
||||||
label: "Client Success Rate",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-seller-car-dealership_23-2149106140.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-seller-car-dealership_23-2149106140.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Businesswoman in Glasses Portrait"},
|
||||||
alt: "Businesswoman in Glasses Portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Closeup of Smiling Beautiful Adult Businesswoman"},
|
||||||
alt: "Closeup of Smiling Beautiful Adult Businesswoman",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", alt: "Close-up of competitive employee"},
|
||||||
alt: "Close-up of competitive employee",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", alt: "Portrait of optimistic businessman in formalwear"},
|
||||||
alt: "Portrait of optimistic businessman in formalwear",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg",
|
src: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", alt: "Serious Beautiful Businesswoman Standing at Window"},
|
||||||
alt: "Serious Beautiful Businesswoman Standing at Window",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 500+ leaders"
|
avatarText="Trusted by 500+ leaders"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Strategic Planning"},
|
||||||
text: "Strategic Planning",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Risk Management"},
|
||||||
text: "Risk Management",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Operations Consulting"},
|
||||||
text: "Operations Consulting",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Business Development"},
|
||||||
text: "Business Development",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Event Logistics"},
|
||||||
text: "Event Logistics",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -141,19 +102,13 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: TrendingUp,
|
icon: TrendingUp,
|
||||||
label: "Business Development",
|
label: "Business Development", value: "Results Driven"},
|
||||||
value: "Results Driven",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: ListChecks,
|
icon: ListChecks,
|
||||||
label: "Strategic Planning",
|
label: "Strategic Planning", value: "Custom Plans"},
|
||||||
value: "Custom Plans",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: ShieldCheck,
|
icon: ShieldCheck,
|
||||||
label: "Risk Mitigation",
|
label: "Risk Mitigation", value: "Loss Prevention"},
|
||||||
value: "Loss Prevention",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -162,29 +117,17 @@ export default function LandingPage() {
|
|||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardTwentyOne
|
<FeatureCardTwentyOne
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Comprehensive Management Services"
|
title="Accelerate Growth Through Strategic Consulting"
|
||||||
description="We offer end-to-end consulting to streamline your operations and foster sustainable growth."
|
description="We offer end-to-end consulting to streamline your operations and foster sustainable growth."
|
||||||
accordionItems={[
|
accordionItems={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Business Development", content: "Scale your market presence with proven strategies for outreach, partnerships, and revenue growth."},
|
||||||
title: "Business Development",
|
|
||||||
content: "Scale your market presence with proven strategies for outreach, partnerships, and revenue growth.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Strategic Business Plans", content: "Craft roadmap documents that attract investors, define milestones, and clarify organizational goals."},
|
||||||
title: "Strategic Business Plans",
|
|
||||||
content: "Craft roadmap documents that attract investors, define milestones, and clarify organizational goals.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Event Management", content: "We handle the logistics and branding for professional events, ensuring maximum impact for your stakeholders."},
|
||||||
title: "Event Management",
|
|
||||||
content: "We handle the logistics and branding for professional events, ensuring maximum impact for your stakeholders.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f4",
|
id: "f4", title: "Management Consulting", content: "Comprehensive organizational restructuring and operational workflow optimization to improve profitability."},
|
||||||
title: "Management Consulting",
|
|
||||||
content: "Comprehensive organizational restructuring and operational workflow optimization to improve profitability.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/serious-business-ladies-watching-discussing-content-laptop-while-sitting-table-with-cups-coffee-meeting-room-wide-shot-teamwork-communication-concept_74855-11964.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/serious-business-ladies-watching-discussing-content-laptop-while-sitting-table-with-cups-coffee-meeting-room-wide-shot-teamwork-communication-concept_74855-11964.jpg"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
@@ -196,14 +139,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Innovate Corp",
|
"Innovate Corp", "Bluechip Partners", "Strategic Alliance", "Growth Founders", "Market Leaders", "Vision Tech", "Brielle Enterprise"]}
|
||||||
"Bluechip Partners",
|
|
||||||
"Strategic Alliance",
|
|
||||||
"Growth Founders",
|
|
||||||
"Market Leaders",
|
|
||||||
"Vision Tech",
|
|
||||||
"Brielle Enterprise",
|
|
||||||
]}
|
|
||||||
title="Trusted Partners & Clients"
|
title="Trusted Partners & Clients"
|
||||||
description="Collaborating with local and national leaders to achieve operational excellence."
|
description="Collaborating with local and national leaders to achieve operational excellence."
|
||||||
/>
|
/>
|
||||||
@@ -214,20 +150,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "How can I schedule a consultation?", content: "You can reach out via our contact form or call us directly at (732) 800-2024 to make an appointment."},
|
||||||
title: "How can I schedule a consultation?",
|
|
||||||
content: "You can reach out via our contact form or call us directly at (732) 800-2024 to make an appointment.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Where are you located?", content: "Our office is conveniently located at 602 Higgins Ave #106, Brielle, NJ 08730."},
|
||||||
title: "Where are you located?",
|
|
||||||
content: "Our office is conveniently located at 602 Higgins Ave #106, Brielle, NJ 08730.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Do you offer remote services?", content: "Yes, we provide flexible consulting options for both on-site and remote business management needs."},
|
||||||
title: "Do you offer remote services?",
|
|
||||||
content: "Yes, we provide flexible consulting options for both on-site and remote business management needs.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Frequently Asked Questions"
|
sideTitle="Frequently Asked Questions"
|
||||||
sideDescription="Need more information? We're here to help."
|
sideDescription="Need more information? We're here to help."
|
||||||
@@ -241,45 +168,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", title: "Game Changer", quote: "Concept & Company provided the structure we desperately needed to scale effectively.", name: "John Doe", role: "CEO, StartupCorp", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg"},
|
||||||
title: "Game Changer",
|
|
||||||
quote: "Concept & Company provided the structure we desperately needed to scale effectively.",
|
|
||||||
name: "John Doe",
|
|
||||||
role: "CEO, StartupCorp",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", title: "Professionalism", quote: "Their business development strategies have doubled our outreach efficacy in six months.", name: "Jane Smith", role: "Founder, GrowthGen", imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg"},
|
||||||
title: "Professionalism",
|
|
||||||
quote: "Their business development strategies have doubled our outreach efficacy in six months.",
|
|
||||||
name: "Jane Smith",
|
|
||||||
role: "Founder, GrowthGen",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", title: "Expert Guidance", quote: "The strategic planning sessions helped us clarity our long-term objectives significantly.", name: "Robert Lee", role: "Director, Tech Ventures", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg"},
|
||||||
title: "Expert Guidance",
|
|
||||||
quote: "The strategic planning sessions helped us clarity our long-term objectives significantly.",
|
|
||||||
name: "Robert Lee",
|
|
||||||
role: "Director, Tech Ventures",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", title: "Highly Recommend", quote: "Exceptional management consulting service that keeps our team focused and profitable.", name: "Emily White", role: "Operations Lead, EventSys", imageSrc: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg"},
|
||||||
title: "Highly Recommend",
|
|
||||||
quote: "Exceptional management consulting service that keeps our team focused and profitable.",
|
|
||||||
name: "Emily White",
|
|
||||||
role: "Operations Lead, EventSys",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", title: "Trustworthy", quote: "Professional advice rooted in real-world experience. A great asset for any business.", name: "Michael Brown", role: "Managing Partner, Firmly", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg"},
|
||||||
title: "Trustworthy",
|
|
||||||
quote: "Professional advice rooted in real-world experience. A great asset for any business.",
|
|
||||||
name: "Michael Brown",
|
|
||||||
role: "Managing Partner, Firmly",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Client Stories"
|
title="Client Stories"
|
||||||
description="Read what our partners say about our consulting services."
|
description="Read what our partners say about our consulting services."
|
||||||
@@ -290,16 +187,13 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
title="Ready to Transform Your Business?"
|
title="Ready to Transform Your Business?"
|
||||||
description="Book a meeting or call us at (732) 800-2024 to start your growth journey today."
|
description="Book a meeting or call us at (732) 800-2024 to start your growth journey today."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Schedule Consultation",
|
text: "Schedule Consultation", href: "tel:7328002024"},
|
||||||
href: "tel:7328002024",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -308,33 +202,21 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigation",
|
title: "Navigation", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "#hero"},
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "(732) 800-2024",
|
label: "(732) 800-2024", href: "tel:7328002024"},
|
||||||
href: "tel:7328002024",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Brielle, NJ 08730",
|
label: "Brielle, NJ 08730", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -345,4 +227,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user