From f7ef9bcdc6915578f2bc01f8f8d0353e89914253 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 23:29:55 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 135 +++++++++++------------------------------ 1 file changed, 34 insertions(+), 101 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5108acd..bd281a4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,39 +27,23 @@ export default function LandingPage() { @@ -67,7 +51,6 @@ export default function LandingPage() { @@ -78,37 +61,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Precision", - description: "We believe every grout line matters, ensuring flawless results.", - bentoComponent: "reveal-icon", - icon: Gauge, - imageSrc: "http://img.b2bpic.net/free-photo/pair-scales-bathroom-floor_23-2147787843.jpg", - imageAlt: "Pair of scales on bathroom floor", - }, + title: "Precision", description: "We believe every grout line matters, ensuring flawless results.", bentoComponent: "reveal-icon", icon: Gauge, + imageAlt: "Pair of scales on bathroom floor"}, { - title: "Transparency", - description: "Clear communication and detailed quotes from day one.", - bentoComponent: "reveal-icon", - icon: FileText, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-wood-stone-white-bathroom_105762-2136.jpg?_wi=3", - imageAlt: "Pair of scales on bathroom floor", - }, + title: "Transparency", description: "Clear communication and detailed quotes from day one.", bentoComponent: "reveal-icon", icon: FileText, + imageAlt: "Pair of scales on bathroom floor"}, { - title: "Craftsmanship", - description: "We treat every project as a work of art, built to last.", - bentoComponent: "reveal-icon", - icon: Paintbrush, - imageSrc: "http://img.b2bpic.net/free-photo/blue-fronts-gas-cooktop-marble-backsplash_169016-69140.jpg?_wi=3", - imageAlt: "Pair of scales on bathroom floor", - }, + title: "Craftsmanship", description: "We treat every project as a work of art, built to last.", bentoComponent: "reveal-icon", icon: Paintbrush, + imageAlt: "Pair of scales on bathroom floor"}, { - title: "Reliability", - description: "Show up on time, finish properly, and stand behind our work.", - bentoComponent: "reveal-icon", - icon: CalendarCheck, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-woman_23-2151020317.jpg?_wi=3", - imageAlt: "Pair of scales on bathroom floor", - }, + title: "Reliability", description: "Show up on time, finish properly, and stand behind our work.", bentoComponent: "reveal-icon", icon: CalendarCheck, + imageAlt: "Pair of scales on bathroom floor"}, ]} title="Our Values" description="The principles that guide every project and define our commitment to excellence." @@ -117,80 +80,50 @@ export default function LandingPage() {