diff --git a/src/app/page.tsx b/src/app/page.tsx index 13b980e..6e1f73d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,26 +45,24 @@ export default function LandingPage() {
@@ -75,35 +73,24 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Stone & Hardscaping", description: "Custom patios, walkways, and retaining walls built to last.", media: { imageSrc: "http://img.b2bpic.net/free-photo/town-square-shenzhen_1359-1110.jpg" }, + title: "Custom Orthotics", description: "Precision-crafted inserts for optimal support.", media: { imageSrc: "http://img.b2bpic.net/free-photo/orthotic-inserts_1359-1110.jpg" }, items: [ - { icon: Shield, text: "Stone craftsmanship" }, - { icon: Layers, text: "Durable designs" }, - { icon: Shield, text: "Quality guarantee" }, + { icon: Shield, text: "Biomechanically aligned" }, + { icon: Layers, text: "Custom fit" }, ], reverse: false }, { - title: "Advanced Irrigation", description: "Efficient watering systems for health and conservation.", media: { imageSrc: "http://img.b2bpic.net/free-photo/modern-close-up-ferromagnetic-metal_23-2148253626.jpg" }, + title: "Advanced Foot Scanning", description: "Get an exact map of your foot pressure and shape.", media: { imageSrc: "http://img.b2bpic.net/free-photo/foot-scan-technology_23-2148253626.jpg" }, items: [ - { icon: Droplets, text: "Water savings" }, - { icon: Settings, text: "Automated precision" }, - { icon: Leaf, text: "Plant hydration" }, + { icon: Settings, text: "Instant analysis" }, + { icon: Leaf, text: "Data-driven comfort" }, ], reverse: true }, - { - title: "Garden Lighting", description: "Ambient lighting that brings your garden to life at night.", media: { imageSrc: "http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728869.jpg" }, - items: [ - { icon: Sun, text: "Atmospheric lights" }, - { icon: Zap, text: "Low energy usage" }, - { icon: Sparkles, text: "Safety and beauty" }, - ], - reverse: false - }, ]} - title="Our Specialized Landscaping Services" - description="We offer comprehensive landscape solutions tailored to your unique outdoor needs." + title="Our Core Solutions" + description="Tailored care for lasting foot health." /> @@ -113,23 +100,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { id: "m1", value: "500+", title: "Projects Completed", description: "Successful transformations", imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg" }, - { id: "m2", value: "20+", title: "Years Experience", description: "Serving Brookhaven local community", imageSrc: "http://img.b2bpic.net/free-photo/seedlings-with-garden-tools_658428-187.jpg" }, - { id: "m3", value: "98%", title: "Client Satisfaction", description: "Consistently trusted partner", imageSrc: "http://img.b2bpic.net/free-photo/business-marketing-concept-with-wooden-blocks-wooden-table-side-view_176474-9340.jpg" }, + { id: "m1", value: "10k+", title: "Happy Feet", description: "Customers served", imageSrc: "http://img.b2bpic.net/free-photo/smiling-customer_23-2147844313.jpg" }, + { id: "m2", value: "15+", title: "Years Experience", description: "Dedicated to comfort", imageSrc: "http://img.b2bpic.net/free-photo/store-front_658428-187.jpg" }, ]} - title="Proven Excellence" - description="Our work speaks through these results." - /> - - -
-
@@ -139,34 +114,16 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Sarah Miller", role: "CEO", company: "HomeOwner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5937.jpg" }, - { id: "2", name: "John Doe", role: "Architect", company: "DesignStudio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-care-their-plants-greenhouse_23-2149037274.jpg" }, - { id: "3", name: "Emily Smith", role: "Designer", company: "ArtCore", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/serious-elegant-lady-white-dress-sitting-bench-touching-her-leg-after-walk-with-daughter-outdoor-portrait-romantic-young-mom-little-girl-hat-posing-together-with-park_197531-3988.jpg" }, - { id: "4", name: "Mark Jones", role: "Founder", company: "TechStart", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-celebrating-giving-highfive-each-other-while-being-meeting-with-real-estate-agent_637285-6877.jpg" }, - { id: "5", name: "Laura King", role: "Director", company: "LocalBiz", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-owner-her-nursery-standing-holding-hands-two-pots-with-red-white-flowers-greenhouse_158595-7117.jpg" }, + { id: "1", name: "Sarah Miller", role: "Teacher", company: "Brookhaven Local", rating: 5 }, + { id: "2", name: "John Doe", role: "Runner", company: "Athlete", rating: 5 }, ]} kpiItems={[ - { value: "5.0", label: "Avg Rating" }, - { value: "100%", label: "On Time" }, - { value: "Unlimited", label: "Creativity" }, + { value: "99%", label: "Comfort Success" }, + { value: "4.9", label: "Avg Rating" }, + { value: "Custom", label: "Solution Based" }, ]} - title="Client Voices" - description="Read about experiences from our local clients." - /> - - -
-
@@ -174,11 +131,11 @@ export default function LandingPage() { @@ -187,9 +144,8 @@ export default function LandingPage() { @@ -197,4 +153,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file