Merge version_1 into main #2
136
src/app/page.tsx
136
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "metrics",
|
||||
},
|
||||
name: "Projects", id: "metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="GreenTree Construction"
|
||||
/>
|
||||
@@ -57,32 +47,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Building Your Vision From The Ground Up"
|
||||
description="GreenTree Construction delivers excellence in every square foot. With over 20 years of experience, we transform blueprints into enduring structures that stand the test of time."
|
||||
tag="Trusted Construction Partners"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-helmet-standing-by-factory_1157-35518.jpg",
|
||||
imageAlt: "Professional construction site project manager",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-helmet-standing-by-factory_1157-35518.jpg", imageAlt: "Professional construction site project manager"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-reading-blueprint-near-colleagues_23-2147808039.jpg",
|
||||
imageAlt: "Construction architecture blueprints team",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-scene-showcasing-life-construction-workers-site_23-2151333282.jpg?_wi=1",
|
||||
imageAlt: "Experienced construction builders team",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-team_23-2149366653.jpg?_wi=1",
|
||||
imageAlt: "Residential home renovation construction",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-worker-analyzing-performance-data-laptop-close-up_482257-120401.jpg?_wi=1",
|
||||
imageAlt: "Industrial building engineering design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-reading-blueprint-near-colleagues_23-2147808039.jpg", imageAlt: "Construction architecture blueprints team"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -95,7 +68,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Expertise That Built Our Reputation"
|
||||
description="At GreenTree Construction, we prioritize precision, quality materials, and transparent communication. We handle every detail, ensuring your building experience is smooth, timely, and budget-conscious."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-white-scene-showcasing-life-construction-workers-site_23-2151333282.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-white-scene-showcasing-life-construction-workers-site_23-2151333282.jpg"
|
||||
imageAlt="Professional construction team"
|
||||
/>
|
||||
</div>
|
||||
@@ -108,26 +81,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Residential Construction",
|
||||
description: "From custom homes to large additions, we manage every step with care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-team_23-2149366653.jpg?_wi=2",
|
||||
titleIconSrc: "Home",
|
||||
buttonText: "View Projects",
|
||||
},
|
||||
title: "Residential Construction", description: "From custom homes to large additions, we manage every step with care.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-team_23-2149366653.jpg", titleIconSrc: "Home", buttonText: "View Projects"},
|
||||
{
|
||||
title: "Commercial Projects",
|
||||
description: "High-standard builds for businesses that need space and reliability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-worker-analyzing-performance-data-laptop-close-up_482257-120401.jpg?_wi=2",
|
||||
titleIconSrc: "Building",
|
||||
buttonText: "See Results",
|
||||
},
|
||||
title: "Commercial Projects", description: "High-standard builds for businesses that need space and reliability.", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-worker-analyzing-performance-data-laptop-close-up_482257-120401.jpg", titleIconSrc: "Building", buttonText: "See Results"},
|
||||
{
|
||||
title: "Sustainable Builds",
|
||||
description: "Energy-efficient techniques for future-proof, sustainable structures.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-66.jpg",
|
||||
titleIconSrc: "Leaf",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Sustainable Builds", description: "Energy-efficient techniques for future-proof, sustainable structures.", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-seen-from_116348-66.jpg", titleIconSrc: "Leaf", buttonText: "Learn More"},
|
||||
]}
|
||||
title="Professional Construction Services"
|
||||
description="Our comprehensive suite of construction services is designed to meet the rigorous demands of modern projects."
|
||||
@@ -142,25 +100,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
description: "Successfully Completed Projects",
|
||||
},
|
||||
id: "m1", value: "500+", description: "Successfully Completed Projects"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20+",
|
||||
description: "Years of Experience",
|
||||
},
|
||||
id: "m2", value: "20+", description: "Years of Experience"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
description: "Client Satisfaction Rate",
|
||||
},
|
||||
id: "m3", value: "98%", description: "Client Satisfaction Rate"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "0",
|
||||
description: "Major Incidents",
|
||||
},
|
||||
id: "m4", value: "0", description: "Major Incidents"},
|
||||
]}
|
||||
title="Proven Track Record"
|
||||
description="The numbers speak to our commitment to excellence and reliability on every site."
|
||||
@@ -172,30 +118,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg",
|
||||
},
|
||||
id: "1", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15619.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architects-wearing-helmets-plans_23-2147702496.jpg",
|
||||
},
|
||||
id: "2", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/architects-wearing-helmets-plans_23-2147702496.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-architects-sit-table-discuss-new-project-modern-office-blue-print_482257-31149.jpg",
|
||||
},
|
||||
id: "3", name: "Sarah P.", imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-architects-sit-table-discuss-new-project-modern-office-blue-print_482257-31149.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "John R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-smartphone-holding-cup-while-his-friend-working-kitchen_23-2148195243.jpg",
|
||||
},
|
||||
id: "4", name: "John R.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-smartphone-holding-cup-while-his-friend-working-kitchen_23-2148195243.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mark D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-engineer-work-clothes-yellow-hardhat-thoughtfully-looking-plan-new-apartment-work_574295-1999.jpg",
|
||||
},
|
||||
id: "5", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-engineer-work-clothes-yellow-hardhat-thoughtfully-looking-plan-new-apartment-work_574295-1999.jpg"},
|
||||
]}
|
||||
cardTitle="Client Success Stories"
|
||||
cardTag="Testimonials"
|
||||
@@ -207,8 +138,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Start Your Project Today"
|
||||
description="Ready to build your dream? Contact us to discuss your construction project requirements."
|
||||
@@ -220,29 +150,19 @@ export default function LandingPage() {
|
||||
logoText="GreenTree"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user