From 47b86594ab2565699b4554949415cc595371ce94 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 10:38:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 88d9b35..e45f728 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Flame, Target, ShieldCheck, Palette, Zap, Droplets, BookOpen, Layers } from "lucide-react"; +import { Flame, Target, ShieldCheck, Zap, Droplets, BookOpen, Layers } from "lucide-react"; export default function LandscapingPage() { return ( @@ -87,12 +87,19 @@ export default function LandscapingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { tag: "Structural", title: "Basalt Hardscapes", subtitle: "Precision Stonework", description: "Deep charcoal granite pathways that define clean, modern edges.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-11771.jpg" }, - { tag: "Botanical", title: "Crimson Flora", subtitle: "Bold Contrast", description: "Selective red-leaf foliage to create striking visual depth.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-colorful-autumn-leaves_1232-2275.jpg" }, - { tag: "Light", title: "Shadow & Depth", subtitle: "Architectural Lighting", description: "Strategic accent lighting to sculpt the landscape after sunset.", imageSrc: "http://img.b2bpic.net/free-photo/outside-view-restaurant-cottage-night-time_140725-8844.jpg" }, - { tag: "Water", title: "Mirror Pools", subtitle: "Glass Reflections", description: "Dark-bottomed features for high-definition reflection art.", imageSrc: "http://img.b2bpic.net/free-photo/blue-swimming-pool-water-texture-with-palm-leaf-sunny-day_53876-145004.jpg" }, - { tag: "Palette", title: "Material Curation", subtitle: "Bespoke Surfaces", description: "Sourcing exclusive mineral aggregates for high-end exterior finish.", imageSrc: "http://img.b2bpic.net/free-photo/stone-texture_53876-64619.jpg" }, - { tag: "Digital", title: "Parametric Design", subtitle: "Future Proofing", description: "Data-driven site planning for perfect environmental ergonomics.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-architecture_1232-2275.jpg" } + { tag: "Diagnosis", title: "Check engine light", subtitle: "Precision scanning", description: "Advanced diagnostic systems to pinpoint issues quickly.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-11771.jpg" }, + { tag: "Diagnosis", title: "Engine oil light diagnosis", subtitle: "Safety analysis", description: "Ensuring your engine oil health and pressure systems are optimal.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-11771.jpg" }, + { tag: "Diagnosis", title: "Auto general diagnosis", subtitle: "Full-system check", description: "Comprehensive evaluation of all mechanical components.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-11771.jpg" }, + { tag: "Diagnosis", title: "Auto noise diagnosis", subtitle: "Acoustic testing", description: "Identifying the root cause of irregular mechanical sounds.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-11771.jpg" }, + { tag: "Diagnosis", title: "Auto no-start diagnosis", subtitle: "Ignition testing", description: "Determining why your vehicle fails to engage or start.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-11771.jpg" }, + { tag: "Diagnosis", title: "Auto vibration diagnosis", subtitle: "Stability analysis", description: "Correcting alignment and structural vibration issues.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-11771.jpg" }, + { tag: "Service", title: "Auto diagnosis or inspection", subtitle: "Standard health check", description: "Routine technical inspections for total vehicle reliability.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-11771.jpg" }, + { tag: "Service", title: "Auto maintenance", subtitle: "Preventative care", description: "Systematic upkeep to maximize the longevity of your machine.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-11771.jpg" }, + { tag: "Service", title: "Oil changes", subtitle: "Engine health", description: "High-performance oil changes for smooth engine operation.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-11771.jpg" }, + { tag: "Repair", title: "Auto repairs", subtitle: "Expert mechanics", description: "Professional solutions for all major mechanical breakdowns.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-11771.jpg" }, + { tag: "Repair", title: "Auto battery or electrical system repair", subtitle: "Power solutions", description: "Fixing shorts, battery failures, and electrical system faults.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-11771.jpg" }, + { tag: "Repair", title: "Auto wheel and tire repair", subtitle: "Road stability", description: "Professional wheel alignment and tire damage restoration.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-11771.jpg" }, + { tag: "Inspection", title: "Transmission leak inspection", subtitle: "Fluid safety", description: "Detecting and sealing leaks to protect your transmission.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-11771.jpg" } ]} /> -- 2.49.1