2 Commits

Author SHA1 Message Date
cd9baf7dcf Update src/app/page.tsx 2026-05-22 13:55:30 +00:00
dadf80ff58 Merge version_1 into main
Merge version_1 into main
2026-05-22 13:48:17 +00:00

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroCentered from '@/components/sections/hero/HeroCentered'; import HeroLogo from '@/components/sections/hero/HeroLogo';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
@@ -29,93 +29,31 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "About", name: "About", id: "/about"},
id: "/about",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Projects", name: "Projects", id: "/projects"},
id: "/projects",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="ZZZ GTA Construction" brandName="ZZZ GTA Construction"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCentered <HeroLogo
background={{ logoText="ZZZ GTA Construction"
variant: "gradient-bars", description="Professional Residential & Commercial Construction Services Across the GTA. We are committed to building your vision with absolute precision and quality."
}}
title="Building Quality. Creating Trust."
description="Professional Residential & Commercial Construction Services Across the GTA."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/expressive-woman-posing-indoor_344912-1827.jpg",
alt: "Client",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-long-haired-laughing-asian-man-with-blonde-woman-pleased-chinese-office-worker-blue-shirt-joking-with-female-colleague-workplace_197531-3733.jpg",
alt: "Client",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-woman-suit-smiling-camera_23-2148317358.jpg",
alt: "Client",
},
{
src: "http://img.b2bpic.net/free-photo/full-shot-smiley-couple-with-drinks_23-2149391034.jpg",
alt: "Client",
},
{
src: "http://img.b2bpic.net/free-photo/three-architects-front-modern-building_23-2147702504.jpg",
alt: "Client",
},
]}
avatarText="Trusted by 500+ satisfied clients across Toronto."
buttons={[ buttons={[
{ {
text: "Get Free Quote", text: "Get Free Quote", href: "/contact"},
href: "/contact",
},
{ {
text: "Contact Us", text: "View Our Work", href: "/projects"},
href: "/contact",
},
]}
buttonAnimation="slide-up"
marqueeItems={[
{
type: "text",
text: "Luxury Renovations",
},
{
type: "text",
text: "Commercial Construction",
},
{
type: "text",
text: "Custom Home Builds",
},
{
type: "text",
text: "Architectural Design",
},
{
type: "text",
text: "Precision Engineering",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/three-architects-front-modern-building_23-2147702504.jpg"
/> />
</div> </div>
@@ -124,8 +62,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="A Legacy of Craftsmanship" title="A Legacy of Craftsmanship"
description={[ description={[
"With over 15 years of experience serving the Greater Toronto Area, ZZZ GTA Construction has established itself as a premier name in general contracting.", "With over 15 years of experience serving the Greater Toronto Area, ZZZ GTA Construction has established itself as a premier name in general contracting.", "Our company focuses on transparency, clear communication, and high-quality results from start to finish.", "We offer a wide range of services including custom builds, commercial plazas, and interior renovations for modern homes."
"We pride ourselves on attention to detail, reliability, and delivering high-end construction solutions that stand the test of time.",
]} ]}
/> />
</div> </div>
@@ -137,31 +74,16 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "15+", title: "Years Experience", items: [
value: "15+", "Deep expertise", "Local market knowledge"],
title: "Years Experience",
items: [
"Deep expertise",
"Local market knowledge",
],
}, },
{ {
id: "m2", id: "m2", value: "500+", title: "Successful Projects", items: [
value: "500+", "Residential excellence", "Commercial scope"],
title: "Successful Projects",
items: [
"Residential excellence",
"Commercial scope",
],
}, },
{ {
id: "m3", id: "m3", value: "100%", title: "Client Satisfaction", items: [
value: "100%", "Customer focused", "Quality guaranteed"],
title: "Client Satisfaction",
items: [
"Customer focused",
"Quality guaranteed",
],
}, },
]} ]}
title="Our Proven Track Record" title="Our Proven Track Record"
@@ -177,45 +99,14 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5,
name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun_23-2149832986.jpg"},
role: "CEO",
company: "TechCorp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun_23-2149832986.jpg",
},
{ {
id: "2", id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5,
name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-man-with-orange-life-jacket_23-2147562089.jpg"},
role: "CTO",
company: "InnovateLab",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-man-with-orange-life-jacket_23-2147562089.jpg",
},
{ {
id: "3", id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5,
name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/couple-sharing-great-working-relationship_329181-17640.jpg"},
role: "Marketing Director",
company: "GrowthCo",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-sharing-great-working-relationship_329181-17640.jpg",
},
{
id: "4",
name: "David Kim",
role: "Product Manager",
company: "StartupXYZ",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-female-customers-enjoying-shopping-online_1262-18525.jpg",
},
{
id: "5",
name: "Alex Smith",
role: "Architect",
company: "DesignHub",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/three-architects-front-modern-building_23-2147702504.jpg",
},
]} ]}
title="What Our Clients Say" title="What Our Clients Say"
description="Trust is built through every project we complete." description="Trust is built through every project we complete."
@@ -231,54 +122,27 @@ export default function LandingPage() {
description="Select the perfect service level for your dream project." description="Select the perfect service level for your dream project."
plans={[ plans={[
{ {
id: "tier1", id: "tier1", badge: "Essential", price: "$5,000+", subtitle: "Minor Renovation", features: [
badge: "Essential", "Design Consult", "Permit Support", "Project Management"],
price: "$5,000+",
subtitle: "Minor Renovation",
features: [
"Design Consult",
"Permit Support",
"Project Management",
],
buttons: [ buttons: [
{ {
text: "Select", text: "Select", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
id: "tier2", id: "tier2", badge: "Premium", price: "$50,000+", subtitle: "Major Remodeling", features: [
badge: "Premium", "Full Architectural Plans", "Full Project Management", "Material Sourcing"],
price: "$50,000+",
subtitle: "Major Remodeling",
features: [
"Full Architectural Plans",
"Full Project Management",
"Material Sourcing",
],
buttons: [ buttons: [
{ {
text: "Select", text: "Select", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
id: "tier3", id: "tier3", badge: "Luxury", price: "$250,000+", subtitle: "Custom Build", features: [
badge: "Luxury", "Custom Design-Build", "Dedicated Manager", "High-end Finishes"],
price: "$250,000+",
subtitle: "Custom Build",
features: [
"Custom Design-Build",
"Dedicated Manager",
"High-end Finishes",
],
buttons: [ buttons: [
{ {
text: "Select", text: "Select", href: "/contact"},
href: "/contact",
},
], ],
}, },
]} ]}
@@ -290,33 +154,21 @@ export default function LandingPage() {
logoText="ZZZ GTA Construction" logoText="ZZZ GTA Construction"
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Services", label: "Services", href: "/services"},
href: "/services",
},
{ {
label: "Projects", label: "Projects", href: "/projects"},
href: "/projects",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "Contact Us", label: "Contact Us", href: "/contact"},
href: "/contact",
},
{ {
label: "Phone: 647-886-3070", label: "Phone: 647-886-3070", href: "tel:6478863070"},
href: "tel:6478863070",
},
], ],
}, },
]} ]}