Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
167
src/app/page.tsx
167
src/app/page.tsx
@@ -18,27 +18,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="ServicePro"
|
||||
/>
|
||||
@@ -46,20 +41,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="Professional Business Solutions"
|
||||
description="Excellence in service delivery, connecting you with verified providers across India. Reliability, trust, and professional results."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/executives-giving-ideas-meeting_1098-816.jpg"
|
||||
imageAlt="professional services team office"
|
||||
@@ -83,23 +70,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Verified Providers",
|
||||
description: "Every provider is vetted for quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/challenge-competition-improvement-achievement-target-diagram-word_53876-121244.jpg",
|
||||
imageAlt: "business growth abstract icons",
|
||||
},
|
||||
title: "Verified Providers", description: "Every provider is vetted for quality.", imageSrc: "http://img.b2bpic.net/free-photo/challenge-competition-improvement-achievement-target-diagram-word_53876-121244.jpg", imageAlt: "business growth abstract icons"},
|
||||
{
|
||||
title: "24/7 Support",
|
||||
description: "Always here to help you succeed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parity-empower-women-right-equality_53876-121163.jpg",
|
||||
imageAlt: "reliable support services tech",
|
||||
},
|
||||
title: "24/7 Support", description: "Always here to help you succeed.", imageSrc: "http://img.b2bpic.net/free-photo/parity-empower-women-right-equality_53876-121163.jpg", imageAlt: "reliable support services tech"},
|
||||
{
|
||||
title: "Data Driven Results",
|
||||
description: "Metrics that matter for your growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg",
|
||||
imageAlt: "business efficiency dashboard",
|
||||
},
|
||||
title: "Data Driven Results", description: "Metrics that matter for your growth.", imageSrc: "http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg", imageAlt: "business efficiency dashboard"},
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="Streamlined processes designed for the modern business landscape."
|
||||
@@ -113,26 +88,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
title: "Clients Served",
|
||||
description: "Trusted by thousands nationwide.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/smart-farming-icon-vector-iot-agriculture-symbol_53876-125965.jpg",
|
||||
},
|
||||
id: "m1", value: "10k+", title: "Clients Served", description: "Trusted by thousands nationwide.", imageSrc: "http://img.b2bpic.net/free-vector/smart-farming-icon-vector-iot-agriculture-symbol_53876-125965.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99%",
|
||||
title: "Satisfaction",
|
||||
description: "Commitment to excellence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-ceo-reviewing-graphs-performance-reports-laptop-working-analysis_482257-136383.jpg",
|
||||
},
|
||||
id: "m2", value: "99%", title: "Satisfaction", description: "Commitment to excellence.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-ceo-reviewing-graphs-performance-reports-laptop-working-analysis_482257-136383.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "500+",
|
||||
title: "Partners",
|
||||
description: "Extensive network of experts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analysis-model-flow-chart-icon_53876-167121.jpg",
|
||||
},
|
||||
id: "m3", value: "500+", title: "Partners", description: "Extensive network of experts.", imageSrc: "http://img.b2bpic.net/free-photo/analysis-model-flow-chart-icon_53876-167121.jpg"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Tangible results for your business goals."
|
||||
@@ -146,40 +106,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
role: "CEO",
|
||||
testimonial: "Excellent service and very professional communication.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg",
|
||||
},
|
||||
id: "1", name: "John Doe", role: "CEO", testimonial: "Excellent service and very professional communication.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Smith",
|
||||
role: "Manager",
|
||||
testimonial: "Reliable results every time. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg",
|
||||
},
|
||||
id: "2", name: "Jane Smith", role: "Manager", testimonial: "Reliable results every time. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mark Wilson",
|
||||
role: "Director",
|
||||
testimonial: "Transformed our workflow completely. Great platform.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
},
|
||||
id: "3", name: "Mark Wilson", role: "Director", testimonial: "Transformed our workflow completely. Great platform.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily Brown",
|
||||
role: "Founder",
|
||||
testimonial: "The best decision we made for our business.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
||||
},
|
||||
id: "4", name: "Emily Brown", role: "Founder", testimonial: "The best decision we made for our business.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Clark",
|
||||
role: "Operations",
|
||||
testimonial: "Seamless integration and top-tier support.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
||||
},
|
||||
id: "5", name: "David Clark", role: "Operations", testimonial: "Seamless integration and top-tier support.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg"},
|
||||
]}
|
||||
title="Client Success"
|
||||
description="What our clients say about us."
|
||||
@@ -192,20 +127,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do I get started?",
|
||||
content: "Simply fill out our contact form and our team will reach out to you within 24 hours.",
|
||||
},
|
||||
id: "q1", title: "How do I get started?", content: "Simply fill out our contact form and our team will reach out to you within 24 hours."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is there a trial period?",
|
||||
content: "Yes, we offer a 30-day assessment phase to ensure we're the right fit.",
|
||||
},
|
||||
id: "q2", title: "Is there a trial period?", content: "Yes, we offer a 30-day assessment phase to ensure we're the right fit."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How can I contact support?",
|
||||
content: "Support is available 24/7 through our dedicated help desk portal.",
|
||||
},
|
||||
id: "q3", title: "How can I contact support?", content: "Support is available 24/7 through our dedicated help desk portal."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Find answers to help you get started quickly."
|
||||
@@ -216,15 +142,10 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
text="Ready to scale your business? Let's talk about your goals and how we can help you achieve them."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:info@servicepro.com",
|
||||
},
|
||||
{ text: "Contact Us Now", href: "mailto:info@servicepro.com" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -235,29 +156,15 @@ export default function LandingPage() {
|
||||
logoText="ServicePro"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -266,4 +173,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user