From 3eed2431ef0193bdfc0cbf7c0c0f76779cef57d2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:25:19 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d705a4f..da83b32 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const raleway = Raleway({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Taishan Construction - Premium Hardscape & Construction Services Toronto", description: "Premium landscaping and construction services across the GTA. Free 3D design, professional installation, material showroom."}; + title: "Taishan Construction - Premium Hardscape & Construction Services Toronto", description: "Premium landscaping and construction services across the GTA. Free 3D design, professional installation, material showroom." +}; export default function RootLayout({ children, -- 2.49.1 From e0076c6b1385af5305f00899107e4bbb18e75340 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:25:20 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 109 ++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 73 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ee2f40..f28ba6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -208,79 +208,42 @@ export default function LandingPage() {
-
-
-
-

Complete Solutions

-

Our Services

-

Premium construction and landscaping services for Toronto and the Greater Toronto Area. Each project is crafted with precision and built to last.

-
- -
- {[ - { - id: "interlock", icon: Cog, - title: "Interlock Driveways", description: "Professional interlock paving with premium materials and expert installation" - }, - { - id: "patios", icon: Palette, - title: "Backyard Patios", description: "Custom patio designs transforming outdoor living spaces into luxury retreats" - }, - { - id: "walkways", icon: Footprints, - title: "Walkways", description: "Decorative and functional pathways connecting your property with style" - }, - { - id: "retaining", icon: Building2, - title: "Retaining Walls", description: "Structural and aesthetic walls for landscaping and property management" - }, - { - id: "porches", icon: Home, - title: "Natural Stone Porches", description: "Premium stone entry features creating impressive curb appeal" - }, - { - id: "lighting", icon: Zap, - title: "Landscape Lighting", description: "Professional outdoor lighting systems enhancing ambiance and security" - } - ].map((service) => ( -
setServicesHoveredCard(service.id)} - onMouseLeave={() => setServicesHoveredCard(null)} - > -
- -

{service.title}

-

{service.description}

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

See examples of this service

-

in our project gallery

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

Interlock Driveway Showcase

-

Hover over the slider to see our photorealistic 3D renderings compared to actual completed projects:

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