From eeaaf73b92c80417323e61faf315226c1e64690e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 05:12:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 247 +++++++---------------------------------------- 1 file changed, 35 insertions(+), 212 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1232c08..51896b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() { @@ -169,39 +87,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "1", - title: "Precision Design", - author: "Thirdi Design", - description: "High-end conceptual design tailored to your specific goals.", - tags: [ - "Strategy", - "Design", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-modern-skyscrapers-office-buildings_23-2148836766.jpg?_wi=2", - }, - { - id: "2", - title: "Strategic Execution", - author: "Thirdi Build", - description: "Meticulous construction management and project delivery.", - tags: [ - "Construction", - "Quality", - ], - imageSrc: "http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-469.jpg?_wi=2", - }, - { - id: "3", - title: "Client Stewardship", - author: "Thirdi Care", - description: "Continuous service standards prioritizing your feedback.", - tags: [ - "Client Experience", - "Service", - ], - imageSrc: "http://img.b2bpic.net/free-photo/residential-district-valencia-spain_1398-2380.jpg?_wi=2", - }, + { id: "1", title: "Precision Design", author: "Thirdi Design", description: "High-end conceptual design tailored to your specific goals.", tags: ["Strategy", "Design"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-modern-skyscrapers-office-buildings_23-2148836766.jpg" }, + { id: "2", title: "Strategic Execution", author: "Thirdi Build", description: "Meticulous construction management and project delivery.", tags: ["Construction", "Quality"], imageSrc: "http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-469.jpg" }, + { id: "3", title: "Client Stewardship", author: "Thirdi Care", description: "Continuous service standards prioritizing your feedback.", tags: ["Client Experience", "Service"], imageSrc: "http://img.b2bpic.net/free-photo/residential-district-valencia-spain_1398-2380.jpg" }, ]} title="Our Premium Expertise" description="Delivering sophisticated solutions with meticulous attention to detail." @@ -212,47 +100,13 @@ export default function LandingPage() {