Merge version_1 into main #2
199
src/app/page.tsx
199
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Business Pro"
|
||||
/>
|
||||
@@ -55,54 +43,31 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Expert Solutions Tailored to Your Needs"
|
||||
description="Trusted by proven clients. Delivering measurable results. Let's solve this together."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The expertise provided was instrumental to our growth. Professional and highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=1",
|
||||
},
|
||||
name: "Sarah Johnson", handle: "@sarahj", testimonial: "The expertise provided was instrumental to our growth. Professional and highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg"},
|
||||
{
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "Remarkable attention to detail and a strategic approach that truly delivers measurable outcomes.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=1",
|
||||
},
|
||||
name: "Michael Chen", handle: "@mchen", testimonial: "Remarkable attention to detail and a strategic approach that truly delivers measurable outcomes.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg"},
|
||||
{
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@erod",
|
||||
testimonial: "An absolute pleasure to work with. They transformed our operations with their insights.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-businessman-discussing-business-profit-with-partner-phone-while-typing-company-statis_482257-19453.jpg?_wi=1",
|
||||
},
|
||||
name: "Emily Rodriguez", handle: "@erod", testimonial: "An absolute pleasure to work with. They transformed our operations with their insights.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-businessman-discussing-business-profit-with-partner-phone-while-typing-company-statis_482257-19453.jpg"},
|
||||
{
|
||||
name: "David Kim",
|
||||
handle: "@dkim",
|
||||
testimonial: "Exceptional service that exceeded our expectations. The team is professional, fast, and knowledgeable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg?_wi=1",
|
||||
},
|
||||
name: "David Kim", handle: "@dkim", testimonial: "Exceptional service that exceeded our expectations. The team is professional, fast, and knowledgeable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg"},
|
||||
{
|
||||
name: "Alex Rivera",
|
||||
handle: "@arivera",
|
||||
testimonial: "Highly strategic partners who understand the nuances of our industry perfectly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=2",
|
||||
},
|
||||
name: "Alex Rivera", handle: "@arivera", testimonial: "Highly strategic partners who understand the nuances of our industry perfectly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Project",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Your Project", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg"
|
||||
imageAlt="Hero visual representation of expert services"
|
||||
/>
|
||||
</div>
|
||||
@@ -113,9 +78,7 @@ export default function LandingPage() {
|
||||
title="Unrivaled Professional Expertise"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Learn More", href: "#services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,49 +90,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Strategic Consulting",
|
||||
description: "Expert advice to streamline your workflows and business performance.",
|
||||
icon: Zap,
|
||||
title: "Strategic Consulting", description: "Expert advice to streamline your workflows and business performance.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=3",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=4",
|
||||
imageAlt: "professional services consulting abstract",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Operational Efficiency",
|
||||
description: "Optimizing internal processes for maximum output and sustainable business results.",
|
||||
icon: Shield,
|
||||
title: "Operational Efficiency", description: "Optimizing internal processes for maximum output and sustainable business results.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=6",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=3",
|
||||
imageAlt: "professional portrait man smiling",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Strategic Implementation",
|
||||
description: "Hands-on guidance through the execution phase of your most critical projects.",
|
||||
icon: Star,
|
||||
title: "Strategic Implementation", description: "Hands-on guidance through the execution phase of your most critical projects.", icon: Star,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=7",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=8",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2",
|
||||
imageAlt: "professional portrait woman smiling",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Our Specialized Solutions"
|
||||
@@ -179,50 +118,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=4",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
company: "InnovateLab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=3",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-businessman-discussing-business-profit-with-partner-phone-while-typing-company-statis_482257-19453.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-businessman-discussing-business-profit-with-partner-phone-while-typing-company-statis_482257-19453.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Product Manager",
|
||||
company: "StartupXYZ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Product Manager", company: "StartupXYZ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "Operations VP",
|
||||
company: "Global Inc",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=5",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", role: "Operations VP", company: "Global Inc", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg"},
|
||||
]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Don't take our word for it—hear from clients who have achieved measurable success with our services."
|
||||
@@ -234,23 +149,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Alpha Corp",
|
||||
"Beta Tech",
|
||||
"Gamma Group",
|
||||
"Delta Solutions",
|
||||
"Epsilon Partners",
|
||||
"Zeta Systems",
|
||||
"Theta Inc",
|
||||
]}
|
||||
"Alpha Corp", "Beta Tech", "Gamma Group", "Delta Solutions", "Epsilon Partners", "Zeta Systems", "Theta Inc"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/business-background-design_1200-144.jpg",
|
||||
"http://img.b2bpic.net/free-vector/modern-business-card-abstract-concept_23-2147968078.jpg",
|
||||
"http://img.b2bpic.net/free-vector/business-people-meeting-concepts-cover-template_98292-3721.jpg",
|
||||
"http://img.b2bpic.net/free-vector/geometric-shapes-abstract-business-card-template_23-2148453186.jpg",
|
||||
"http://img.b2bpic.net/free-vector/modern-business-card-abstract-concept_23-2147968078.jpg",
|
||||
"http://img.b2bpic.net/free-vector/business-teamwork-set_24877-56257.jpg",
|
||||
"http://img.b2bpic.net/free-vector/coloured-logo-template-design_1222-39.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/business-background-design_1200-144.jpg", "http://img.b2bpic.net/free-vector/modern-business-card-abstract-concept_23-2147968078.jpg", "http://img.b2bpic.net/free-vector/business-people-meeting-concepts-cover-template_98292-3721.jpg", "http://img.b2bpic.net/free-vector/geometric-shapes-abstract-business-card-template_23-2148453186.jpg", "http://img.b2bpic.net/free-vector/modern-business-card-abstract-concept_23-2147968078.jpg", "http://img.b2bpic.net/free-vector/business-teamwork-set_24877-56257.jpg", "http://img.b2bpic.net/free-vector/coloured-logo-template-design_1222-39.jpg"]}
|
||||
title="Serving Leading Organizations"
|
||||
description="We are proud to partner with exceptional businesses across various industries."
|
||||
/>
|
||||
@@ -263,22 +164,14 @@ export default function LandingPage() {
|
||||
description="Fill out the form below and we will get back to you within 24 hours to schedule your consultation."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your project",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your project", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-people-discussing-work_52683-101630.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user