diff --git a/src/app/page.tsx b/src/app/page.tsx index 11f39d3..dcd3bbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; 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 NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; @@ -29,93 +29,31 @@ export default function LandingPage() {
-
@@ -124,8 +62,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Legacy of Craftsmanship" 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.", - "We pride ourselves on attention to detail, reliability, and delivering high-end construction solutions that stand the test of time.", + "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." ]} /> @@ -137,31 +74,16 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "15+", - title: "Years Experience", - items: [ - "Deep expertise", - "Local market knowledge", - ], + id: "m1", value: "15+", title: "Years Experience", items: [ + "Deep expertise", "Local market knowledge"], }, { - id: "m2", - value: "500+", - title: "Successful Projects", - items: [ - "Residential excellence", - "Commercial scope", - ], + id: "m2", value: "500+", title: "Successful Projects", items: [ + "Residential excellence", "Commercial scope"], }, { - id: "m3", - value: "100%", - title: "Client Satisfaction", - items: [ - "Customer focused", - "Quality guaranteed", - ], + id: "m3", value: "100%", title: "Client Satisfaction", items: [ + "Customer focused", "Quality guaranteed"], }, ]} title="Our Proven Track Record" @@ -177,45 +99,14 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Johnson", - role: "CEO", - company: "TechCorp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun_23-2149832986.jpg", - }, + id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun_23-2149832986.jpg"}, { - id: "2", - name: "Michael Chen", - 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: "2", name: "Michael Chen", 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", - name: "Emily Rodriguez", - 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", - }, + id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/couple-sharing-great-working-relationship_329181-17640.jpg"}, ]} title="What Our Clients Say" 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." plans={[ { - id: "tier1", - badge: "Essential", - price: "$5,000+", - subtitle: "Minor Renovation", - features: [ - "Design Consult", - "Permit Support", - "Project Management", - ], + id: "tier1", badge: "Essential", price: "$5,000+", subtitle: "Minor Renovation", features: [ + "Design Consult", "Permit Support", "Project Management"], buttons: [ { - text: "Select", - href: "/contact", - }, + text: "Select", href: "/contact"}, ], }, { - id: "tier2", - badge: "Premium", - price: "$50,000+", - subtitle: "Major Remodeling", - features: [ - "Full Architectural Plans", - "Full Project Management", - "Material Sourcing", - ], + id: "tier2", badge: "Premium", price: "$50,000+", subtitle: "Major Remodeling", features: [ + "Full Architectural Plans", "Full Project Management", "Material Sourcing"], buttons: [ { - text: "Select", - href: "/contact", - }, + text: "Select", href: "/contact"}, ], }, { - id: "tier3", - badge: "Luxury", - price: "$250,000+", - subtitle: "Custom Build", - features: [ - "Custom Design-Build", - "Dedicated Manager", - "High-end Finishes", - ], + id: "tier3", badge: "Luxury", price: "$250,000+", subtitle: "Custom Build", features: [ + "Custom Design-Build", "Dedicated Manager", "High-end Finishes"], buttons: [ { - text: "Select", - href: "/contact", - }, + text: "Select", href: "/contact"}, ], }, ]} @@ -290,33 +154,21 @@ export default function LandingPage() { logoText="ZZZ GTA Construction" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, { - label: "Projects", - href: "/projects", - }, + label: "Projects", href: "/projects"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Contact Us", - href: "/contact", - }, + label: "Contact Us", href: "/contact"}, { - label: "Phone: 647-886-3070", - href: "tel:6478863070", - }, + label: "Phone: 647-886-3070", href: "tel:6478863070"}, ], }, ]}