Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
163
src/app/page.tsx
163
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="RenovatePro"
|
||||
/>
|
||||
@@ -54,35 +42,15 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Engineering Precision for Home Renovations"
|
||||
description="Capture exact measurements and plan your home transformation with professional-grade digital tools—no construction required."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-tablet-desk-mock-up_23-2148269865.jpg"
|
||||
imageAlt="Digital home measurement software"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional-architecture-holding-clipboard-construction-site_23-2148204025.jpg",
|
||||
alt: "Architect 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-book_23-2147782209.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-glasses-safety-helmet_23-2148269397.jpg",
|
||||
alt: "Engineer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-big-city-girl-enjoying-city-space-text_169016-66355.jpg",
|
||||
alt: "Consultant 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-male-worker-looks-attentively-into-tablet-computer-work-construction-project_273609-8452.jpg",
|
||||
alt: "Project Manager 1",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-professional-architecture-holding-clipboard-construction-site_23-2148204025.jpg", alt: "Architect 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-woman-with-book_23-2147782209.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-glasses-safety-helmet_23-2148269397.jpg", alt: "Engineer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-big-city-girl-enjoying-city-space-text_169016-66355.jpg", alt: "Consultant 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-male-worker-looks-attentively-into-tablet-computer-work-construction-project_273609-8452.jpg", alt: "Project Manager 1" },
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ industry professionals"
|
||||
/>
|
||||
@@ -95,18 +63,9 @@ export default function LandingPage() {
|
||||
title="Visualize Before You Build"
|
||||
description="RenovatePro empowers engineers and home designers to digitize spaces with unparalleled precision. Use our advanced modeling tools to test structural changes in a virtual environment, minimizing risk and maximizing project success."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Digital Accuracy",
|
||||
description: "High-precision measurement integration for every wall and corner.",
|
||||
},
|
||||
{
|
||||
title: "Risk-Free Planning",
|
||||
description: "Test layouts virtually to ensure structural integrity and aesthetic fit.",
|
||||
},
|
||||
{
|
||||
title: "Professional Workflow",
|
||||
description: "Seamlessly export data to CAD tools for efficient drafting and project hand-off.",
|
||||
},
|
||||
{ title: "Digital Accuracy", description: "High-precision measurement integration for every wall and corner." },
|
||||
{ title: "Risk-Free Planning", description: "Test layouts virtually to ensure structural integrity and aesthetic fit." },
|
||||
{ title: "Professional Workflow", description: "Seamlessly export data to CAD tools for efficient drafting and project hand-off." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/work-manager-man-looking-tablet-architecture-office_482257-10517.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -119,21 +78,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Scan,
|
||||
title: "Exact Measurements",
|
||||
description: "Automated precision mapping for all standard and non-standard home dimensions.",
|
||||
},
|
||||
{
|
||||
icon: Compass,
|
||||
title: "Structural Visualization",
|
||||
description: "Real-time 3D feedback on all load-bearing and partition modifications.",
|
||||
},
|
||||
{
|
||||
icon: Cloud,
|
||||
title: "Secure Cloud Storage",
|
||||
description: "Keep all your measurement logs and project history safe in the cloud.",
|
||||
},
|
||||
{ icon: Scan, title: "Exact Measurements", description: "Automated precision mapping for all standard and non-standard home dimensions." },
|
||||
{ icon: Compass, title: "Structural Visualization", description: "Real-time 3D feedback on all load-bearing and partition modifications." },
|
||||
{ icon: Cloud, title: "Secure Cloud Storage", description: "Keep all your measurement logs and project history safe in the cloud." },
|
||||
]}
|
||||
title="Advanced Engineering Features"
|
||||
description="Everything you need to map, analyze, and renovate spaces without physical labor."
|
||||
@@ -144,31 +91,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-architecture-holding-clipboard-construction-site_23-2148204025.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Reed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-book_23-2147782209.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Thorne",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-glasses-safety-helmet_23-2148269397.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena Velez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-big-city-girl-enjoying-city-space-text_169016-66355.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Marcus Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-looks-attentively-into-tablet-computer-work-construction-project_273609-8452.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-architecture-holding-clipboard-construction-site_23-2148204025.jpg" },
|
||||
{ id: "2", name: "Michael Reed", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-book_23-2147782209.jpg" },
|
||||
{ id: "3", name: "David Thorne", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-with-glasses-safety-helmet_23-2148269397.jpg" },
|
||||
{ id: "4", name: "Elena Velez", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-big-city-girl-enjoying-city-space-text_169016-66355.jpg" },
|
||||
{ id: "5", name: "Marcus Chen", imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-looks-attentively-into-tablet-computer-work-construction-project_273609-8452.jpg" },
|
||||
]}
|
||||
cardTitle="Trusted by Experts"
|
||||
cardTag="Reviews"
|
||||
@@ -179,9 +106,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Get Access"
|
||||
title="Start Your Virtual Renovation"
|
||||
description="Join thousands of engineers digitizing their projects today. Enter your email to begin your free trial."
|
||||
@@ -195,45 +120,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="RenovatePro"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "Documentation",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "API",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Platform", items: [{ label: "About", href: "#about" }, { label: "Features", href: "#features" }] },
|
||||
{ title: "Resources", items: [{ label: "Documentation", href: "#" }, { label: "API", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 RenovatePro Engineering. All rights reserved."
|
||||
/>
|
||||
@@ -241,4 +130,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user