diff --git a/src/app/page.tsx b/src/app/page.tsx index 15da676..6bb464d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -111,33 +73,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Topographic Mapping", - tags: [ - "Survey", - "Topography", - ], - imageSrc: "http://img.b2bpic.net/free-photo/magnificient-nature-view-with-camera_140725-8618.jpg", - }, - { - id: "f2", - title: "Construction Stakeout", - tags: [ - "Engineering", - "Construction", - ], - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-traveling-taking-photos_23-2148383454.jpg", - }, - { - id: "f3", - title: "Boundary Verification", - tags: [ - "Legal", - "Property", - ], - imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15652.jpg", - }, + { id: "f1", title: "Topographic Mapping", tags: ["Survey", "Topography"], imageSrc: "http://img.b2bpic.net/free-photo/magnificient-nature-view-with-camera_140725-8618.jpg" }, + { id: "f2", title: "Construction Stakeout", tags: ["Engineering", "Construction"], imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-traveling-taking-photos_23-2148383454.jpg" }, + { id: "f3", title: "Boundary Verification", tags: ["Legal", "Property"], imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15652.jpg" } ]} title="Expert Surveying Services" description="Comprehensive solutions tailored to your unique land development needs." @@ -150,36 +88,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "1,500+", - title: "Successful Surveys", - items: [ - "Completed projects", - "Across the state", - "Diverse terrain", - ], - }, - { - id: "m2", - value: "25+", - title: "Years Experience", - items: [ - "Established 1998", - "Legacy of trust", - "Professional expertise", - ], - }, - { - id: "m3", - value: "99.9%", - title: "Accuracy Rating", - items: [ - "Certified data", - "Precision guaranteed", - "State standard compliant", - ], - }, + { id: "m1", value: "1,500+", title: "Successful Surveys", items: ["Completed projects", "Across the state", "Diverse terrain"] }, + { id: "m2", value: "25+", title: "Years Experience", items: ["Established 1998", "Legacy of trust", "Professional expertise"] }, + { id: "m3", value: "99.9%", title: "Accuracy Rating", items: ["Certified data", "Precision guaranteed", "State standard compliant"] } ]} title="Trusted by the Best" description="Our numbers reflect our dedication to precision and quality service." @@ -190,33 +101,14 @@ export default function LandingPage() {