Merge version_1 into main #1
341
src/app/page.tsx
341
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Surveyors",
|
||||
id: "#surveyors",
|
||||
},
|
||||
name: "Surveyors", id: "#surveyors"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
]}
|
||||
brandName="TopoConnect"
|
||||
/>
|
||||
@@ -55,69 +47,27 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Precision Mapping, Simplified Collaboration"
|
||||
description="Connecting industry leaders with elite topographical surveyors to transform project planning into reality."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/architect-checking-new-project_23-2148242920.jpg",
|
||||
alt: "Professional land surveyor portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-engineer_23-2148826529.jpg",
|
||||
alt: "Confident surveyor field site",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/relaxed-traveler-consulting-map_23-2147628795.jpg",
|
||||
alt: "Surveyor blueprints site visit",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/women-looking-digital-tablet-blueprints-plan-building-layout-construction-colleagues-working-together-design-structure-architectural-development-architects-work_482257-38843.jpg",
|
||||
alt: "Surveyor team meeting office",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-working-as-engineer_23-2151230035.jpg",
|
||||
alt: "Portrait of man working as engineer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/architect-checking-new-project_23-2148242920.jpg", alt: "Professional land surveyor portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-engineer_23-2148826529.jpg", alt: "Confident surveyor field site" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/relaxed-traveler-consulting-map_23-2147628795.jpg", alt: "Surveyor blueprints site visit" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/women-looking-digital-tablet-blueprints-plan-building-layout-construction-colleagues-working-together-design-structure-architectural-development-architects-work_482257-38843.jpg", alt: "Surveyor team meeting office" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-man-working-as-engineer_23-2151230035.jpg", alt: "Portrait of man working as engineer" }
|
||||
]}
|
||||
avatarText="Trusted by over 500+ top projects"
|
||||
buttons={[
|
||||
{
|
||||
text: "Find a Surveyor",
|
||||
href: "#surveyors",
|
||||
},
|
||||
{
|
||||
text: "Register as Surveyor",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Find a Surveyor", href: "#surveyors" },
|
||||
{ text: "Register as Surveyor", href: "#contact" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Certified Professionals",
|
||||
icon: Shield,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Rapid Turnaround",
|
||||
icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Standards",
|
||||
icon: Globe,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Secure Data",
|
||||
icon: Lock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Reliable Results",
|
||||
icon: Check,
|
||||
},
|
||||
{ type: "text-icon", text: "Certified Professionals", icon: Shield },
|
||||
{ type: "text-icon", text: "Rapid Turnaround", icon: Zap },
|
||||
{ type: "text-icon", text: "Global Standards", icon: Globe },
|
||||
{ type: "text-icon", text: "Secure Data", icon: Lock },
|
||||
{ type: "text-icon", text: "Reliable Results", icon: Check },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,79 +79,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Automated Bid Management",
|
||||
description: "Post projects and receive competitive quotes from verified professionals in minutes.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-engineers-discussing-plan_23-2149352223.jpg",
|
||||
imageAlt: "surveying construction site markers",
|
||||
},
|
||||
title: "Automated Bid Management", description: "Post projects and receive competitive quotes from verified professionals in minutes.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-engineers-discussing-plan_23-2149352223.jpg", imageAlt: "surveying construction site markers"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Smart filtering",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Verified credentials",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Integrated chat",
|
||||
},
|
||||
{ icon: CheckCircle, text: "Smart filtering" },
|
||||
{ icon: CheckCircle, text: "Verified credentials" },
|
||||
{ icon: CheckCircle, text: "Integrated chat" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-pixelated-landscape-block-with-extruding-cubes_1048-12335.jpg",
|
||||
imageAlt: "surveying construction site markers",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Precision Data Delivery",
|
||||
description: "Centralized file exchange ensuring all data standards are consistently met.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meeting-young-architects-office_329181-9634.jpg",
|
||||
imageAlt: "digital dashboard project team",
|
||||
},
|
||||
title: "Precision Data Delivery", description: "Centralized file exchange ensuring all data standards are consistently met.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meeting-young-architects-office_329181-9634.jpg", imageAlt: "digital dashboard project team"},
|
||||
items: [
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Secure storage",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Standardized formats",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Real-time tracking",
|
||||
},
|
||||
{ icon: Zap, text: "Secure storage" },
|
||||
{ icon: Zap, text: "Standardized formats" },
|
||||
{ icon: Zap, text: "Real-time tracking" },
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-working-building-construction_23-2149184919.jpg",
|
||||
imageAlt: "surveying construction site markers",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Verified Surveyor Network",
|
||||
description: "Access a vetted database of licensed professionals for every project requirement.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-checking-new-project_23-2148242920.jpg",
|
||||
imageAlt: "measurement data on tablet",
|
||||
},
|
||||
title: "Verified Surveyor Network", description: "Access a vetted database of licensed professionals for every project requirement.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-checking-new-project_23-2148242920.jpg", imageAlt: "measurement data on tablet"},
|
||||
items: [
|
||||
{
|
||||
icon: Award,
|
||||
text: "Licensed specialists",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
text: "Peer reviews",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
text: "Background checks",
|
||||
},
|
||||
{ icon: Award, text: "Licensed specialists" },
|
||||
{ icon: Award, text: "Peer reviews" },
|
||||
{ icon: Award, text: "Background checks" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-engineer_23-2148826529.jpg",
|
||||
imageAlt: "surveying construction site markers",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Built for Modern Survey Projects"
|
||||
@@ -216,21 +121,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1,200+",
|
||||
description: "Projects Completed",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "850+",
|
||||
description: "Verified Surveyors",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.9/5",
|
||||
description: "Average Rating",
|
||||
},
|
||||
{ id: "m1", value: "1,200+", description: "Projects Completed" },
|
||||
{ id: "m2", value: "850+", description: "Verified Surveyors" },
|
||||
{ id: "m3", value: "4.9/5", description: "Average Rating" },
|
||||
]}
|
||||
title="Impact by the Numbers"
|
||||
description="Trusted by civil engineers and developers across the globe."
|
||||
@@ -244,42 +137,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "John Doe, PLS",
|
||||
price: "Expertise: Cadastral Survey",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-helmet_23-2148751968.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Jane Smith, SRV",
|
||||
price: "Expertise: Land Development",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wind-farms-fields_23-2149154411.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Mark Wilson, GEO",
|
||||
price: "Expertise: Topo Analysis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-investment-expert-entrepreneur-planning-office-space-relocation_482257-91189.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Sara King, SRV",
|
||||
price: "Expertise: Construction Layout",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-workspace-desk-background-top-view-with-copy-space_554837-884.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "James Lee, PLS",
|
||||
price: "Expertise: Boundary Law",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-different-architectural-elements_23-2148540095.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Lisa Brown, GIS",
|
||||
price: "Expertise: Mapping Data",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineers-discussing-plan-high-angle_23-2149352224.jpg",
|
||||
},
|
||||
{ id: "p1", name: "John Doe, PLS", price: "Expertise: Cadastral Survey", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-helmet_23-2148751968.jpg" },
|
||||
{ id: "p2", name: "Jane Smith, SRV", price: "Expertise: Land Development", imageSrc: "http://img.b2bpic.net/free-photo/wind-farms-fields_23-2149154411.jpg" },
|
||||
{ id: "p3", name: "Mark Wilson, GEO", price: "Expertise: Topo Analysis", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-investment-expert-entrepreneur-planning-office-space-relocation_482257-91189.jpg" },
|
||||
{ id: "p4", name: "Sara King, SRV", price: "Expertise: Construction Layout", imageSrc: "http://img.b2bpic.net/free-photo/engineer-workspace-desk-background-top-view-with-copy-space_554837-884.jpg" },
|
||||
{ id: "p5", name: "James Lee, PLS", price: "Expertise: Boundary Law", imageSrc: "http://img.b2bpic.net/free-photo/assortment-different-architectural-elements_23-2148540095.jpg" },
|
||||
{ id: "p6", name: "Lisa Brown, GIS", price: "Expertise: Mapping Data", imageSrc: "http://img.b2bpic.net/free-photo/engineers-discussing-plan-high-angle_23-2149352224.jpg" },
|
||||
]}
|
||||
title="Elite Surveying Specialists"
|
||||
description="Choose from our list of top-rated professionals for your specific project needs."
|
||||
@@ -293,46 +156,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex River",
|
||||
role: "Project Manager",
|
||||
company: "BuildRight Corp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Maria Garcia",
|
||||
role: "Lead Engineer",
|
||||
company: "Urban Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sam Watson",
|
||||
role: "Developer",
|
||||
company: "City Development",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Emily Chen",
|
||||
role: "Director",
|
||||
company: "Tech Surveying",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-tablet-urban-environment_23-2147961619.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Robert P.",
|
||||
role: "Owner",
|
||||
company: "HomeBuild Inc",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Alex River", role: "Project Manager", company: "BuildRight Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg" },
|
||||
{ id: "t2", name: "Maria Garcia", role: "Lead Engineer", company: "Urban Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg" },
|
||||
{ id: "t3", name: "Sam Watson", role: "Developer", company: "City Development", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" },
|
||||
{ id: "t4", name: "Emily Chen", role: "Director", company: "Tech Surveying", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-man-with-tablet-urban-environment_23-2147961619.jpg" },
|
||||
{ id: "t5", name: "Robert P.", role: "Owner", company: "HomeBuild Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg" },
|
||||
]}
|
||||
title="Success Stories"
|
||||
description="Hear from companies that streamlined their workflows with us."
|
||||
@@ -343,21 +171,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How are surveyors verified?",
|
||||
content: "We manually review every license and professional certification provided during onboarding.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What project types do you handle?",
|
||||
content: "We cover cadastral, topographical, construction, and specialized engineering surveys.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do payments work?",
|
||||
content: "Payments are escrowed until the survey data is delivered and approved by the project company.",
|
||||
},
|
||||
{ id: "f1", title: "How are surveyors verified?", content: "We manually review every license and professional certification provided during onboarding." },
|
||||
{ id: "f2", title: "What project types do you handle?", content: "We cover cadastral, topographical, construction, and specialized engineering surveys." },
|
||||
{ id: "f3", title: "How do payments work?", content: "Payments are escrowed until the survey data is delivered and approved by the project company." },
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about our marketplace and verification process."
|
||||
@@ -368,17 +184,12 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Ready to Start?"
|
||||
title="Join TopoConnect Today"
|
||||
description="Connect with industry-leading surveyors and get your project off the ground."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@topoconnect.com",
|
||||
},
|
||||
{ text: "Contact Us", href: "mailto:hello@topoconnect.com" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -387,45 +198,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="TopoConnect"
|
||||
columns={[
|
||||
{
|
||||
title: "Marketplace",
|
||||
items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Surveyors",
|
||||
href: "#surveyors",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "mailto:support@topoconnect.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Marketplace", items: [{ label: "Features", href: "#features" }, { label: "Surveyors", href: "#surveyors" }] },
|
||||
{ title: "Resources", items: [{ label: "FAQ", href: "#faq" }, { label: "Support", href: "mailto:support@topoconnect.com" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 TopoConnect Inc. All rights reserved."
|
||||
/>
|
||||
@@ -433,4 +208,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user