diff --git a/src/app/page.tsx b/src/app/page.tsx index eb5629c..f28ba6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,24 +115,24 @@ export default function LandingPage() {
-
-
-
-

Design-Focused Solutions

-

Architectural Services

-

Premium hardscape architecture and construction services throughout Toronto and the Greater Toronto Area. Each project reflects refined design principles and masterful execution. -

-
- -
- {[ - { - id: "interlock", icon: Cog, - title: "Architectural Interlock Driveways", description: "Custom interlock design with premium materials, proportional patterns, and professional installation" - }, - { - id: "patios", icon: Palette, - title: "Designer Backyard Patios", description: "Architectural patio design transforming outdoor living into refined entertaining spaces" - }, - { - id: "walkways", icon: Footprints, - title: "Architectural Walkways", description: "Thoughtfully designed pathways connecting properties with sophisticated material selection" - }, - { - id: "retaining", icon: Building2, - title: "Structural Retaining Walls", description: "Engineering-focused wall design combining structure and aesthetic refinement" - }, - { - id: "porches", icon: Home, - title: "Natural Stone Entry Porches", description: "Premium stone architectural features creating distinguished curb appeal" - }, - { - id: "lighting", icon: Zap, - title: "Architectural Landscape Lighting", description: "Professional outdoor lighting design enhancing ambiance and architectural details" - } - ].map((service) => ( -
setServicesHoveredCard(service.id)} - onMouseLeave={() => setServicesHoveredCard(null)} - > -
- -

{service.title}

-

{service.description}

-
- {servicesHoveredCard === service.id && ( -
-
-

See examples of this service

-

in our project gallery

-
-
- )} -
- ))} -
- -
-

Architectural Interlock Showcase

-

Hover over the slider to compare our 3D architectural renderings with completed installations:

-
- {beforeAfterPairs.map((pair, index) => ( - - ))} -
-
-
-
+