From 0cb909a95ec5ff1a968271b9069532781fd5fe0f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:53:44 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 102 +++++++---------------------------------- 1 file changed, 16 insertions(+), 86 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e8be2f1..aeee35b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -54,15 +40,8 @@ export default function LandingPage() { @@ -75,36 +54,11 @@ export default function LandingPage() { title="Our Expert Team" description="Meet the professionals behind your home's transformation." team={[ - { - id: "t1", - name: "John Doe", - role: "Lead Architect", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg", - }, - { - id: "t2", - name: "Jane Smith", - role: "Interior Designer", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg", - }, - { - id: "t3", - name: "Robert K.", - role: "Logistics Manager", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-portrait-construction-engineer-talking-phone_23-2148233685.jpg", - }, - { - id: "t4", - name: "Alice W.", - role: "Sales Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-asian-businesswoman-cross-arms-chest-looking-confident-standing-near_1258-198997.jpg?_wi=1", - }, - { - id: "t5", - name: "Mark O.", - role: "Installation Expert", - imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1730.jpg", - }, + { id: "t1", name: "John Doe", role: "Lead Architect", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-architect-man-showing-thumb-up-gesture-looking-camera_23-2148203957.jpg" }, + { id: "t2", name: "Jane Smith", role: "Interior Designer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg" }, + { id: "t3", name: "Robert K.", role: "Logistics Manager", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-portrait-construction-engineer-talking-phone_23-2148233685.jpg" }, + { id: "t4", name: "Alice W.", role: "Sales Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-asian-businesswoman-cross-arms-chest-looking-confident-standing-near_1258-198997.jpg" }, + { id: "t5", name: "Mark O.", role: "Installation Expert", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1730.jpg" }, ]} /> @@ -112,32 +66,8 @@ export default function LandingPage() {
@@ -118,32 +67,8 @@ export default function LandingPage() { @@ -281,32 +140,8 @@ export default function LandingPage() { @@ -57,48 +43,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Paints", - price: "Request Quote", - variant: "Premium Emulsion", - imageSrc: "http://img.b2bpic.net/free-photo/colorful-paint-cans-assortment-high-angle_23-2149601073.jpg", - }, - { - id: "p2", - name: "Tiles", - price: "Request Quote", - variant: "Porcelain/Ceramic", - imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12835.jpg", - }, - { - id: "p3", - name: "Mirrors", - price: "Request Quote", - variant: "Custom/Standard", - imageSrc: "http://img.b2bpic.net/free-photo/view-modern-entryway-with-interior-decor_23-2150790897.jpg", - }, - { - id: "p4", - name: "Accessories", - price: "Request Quote", - variant: "Full Tools", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-painting-items-with-yellow-paint_23-2149580013.jpg", - }, - { - id: "p5", - name: "Thinsets", - price: "Request Quote", - variant: "High Grade", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-choosing-tiles-building-market_1303-26793.jpg", - }, - { - id: "p6", - name: "Primers", - price: "Request Quote", - variant: "All Surfaces", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colorful-paint-cans-arrangement_23-2149601040.jpg", - }, + { id: "p1", name: "Paints", price: "Request Quote", variant: "Premium Emulsion", imageSrc: "http://img.b2bpic.net/free-photo/colorful-paint-cans-assortment-high-angle_23-2149601073.jpg" }, + { id: "p2", name: "Tiles", price: "Request Quote", variant: "Porcelain/Ceramic", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12835.jpg" }, + { id: "p3", name: "Mirrors", price: "Request Quote", variant: "Custom/Standard", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-entryway-with-interior-decor_23-2150790897.jpg" }, + { id: "p4", name: "Accessories", price: "Request Quote", variant: "Full Tools", imageSrc: "http://img.b2bpic.net/free-photo/assortment-painting-items-with-yellow-paint_23-2149580013.jpg" }, + { id: "p5", name: "Thinsets", price: "Request Quote", variant: "High Grade", imageSrc: "http://img.b2bpic.net/free-photo/young-man-choosing-tiles-building-market_1303-26793.jpg" }, + { id: "p6", name: "Primers", price: "Request Quote", variant: "All Surfaces", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-colorful-paint-cans-arrangement_23-2149601040.jpg" }, ]} title="Comprehensive Catalog" description="Your ultimate source for all interior and exterior finishing needs." @@ -114,16 +64,8 @@ export default function LandingPage() { title="Product Metrics" description="We maintain a robust inventory to serve all project sizes." metrics={[ - { - id: "m1", - value: "1000+", - description: "Color Shades", - }, - { - id: "m2", - value: "500+", - description: "Tile Designs", - }, + { id: "m1", value: "1000+", description: "Color Shades" }, + { id: "m2", value: "500+", description: "Tile Designs" }, ]} /> @@ -131,32 +73,8 @@ export default function LandingPage() { @@ -57,24 +43,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Color Consultation", - description: "Expert advice on choosing the perfect palette.", - imageSrc: "http://img.b2bpic.net/free-photo/palette-with-watercolors-watercolor-paints-closeup_169016-62454.jpg", - imageAlt: "Color match", - }, - { - title: "Expert Advice", - description: "Guidance from our professionals regarding installation.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976618.jpg", - imageAlt: "Installation tips", - }, - { - title: "Same Day Delivery", - description: "Quick and reliable delivery throughout Kitale.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-work-tools-wood_329181-3491.jpg", - imageAlt: "Fast transport", - }, + { title: "Color Consultation", description: "Expert advice on choosing the perfect palette.", imageSrc: "http://img.b2bpic.net/free-photo/palette-with-watercolors-watercolor-paints-closeup_169016-62454.jpg", imageAlt: "Color match" }, + { title: "Expert Advice", description: "Guidance from our professionals regarding installation.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976618.jpg", imageAlt: "Installation tips" }, + { title: "Same Day Delivery", description: "Quick and reliable delivery throughout Kitale.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-work-tools-wood_329181-3491.jpg", imageAlt: "Fast transport" }, ]} title="Our Professional Services" description="We offer more than just products; we offer solutions to elevate your project." @@ -87,14 +58,8 @@ export default function LandingPage() { title="Service Standards" description="Commitment to excellence in every consultation and delivery." metrics={[ - { - value: "24h", - title: "Response Time", - }, - { - value: "99%", - title: "Client Satisfaction", - }, + { value: "24h", title: "Response Time" }, + { value: "99%", title: "Client Satisfaction" }, ]} imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-working-with-tools_23-2149343979.jpg" imageAlt="Service expert working" @@ -106,32 +71,8 @@ export default function LandingPage() {