From f912f3c0046a026332ca8c90809eb080fd92d2e1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:59:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c9b3aff..651d109 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,16 +85,20 @@ export default function LandingPage() { animationType="slide-up" features={[ { - title: "Custom Staircase Design", description: "Bespoke staircase designs tailored to your home's architecture and style. From traditional to contemporary, we create stairs that complement your space perfectly.", bentoComponent: "reveal-icon", icon: Hammer + title: "Custom Staircase Design", description: "Bespoke staircase designs tailored to your home's architecture and style. From traditional to contemporary, we create stairs that complement your space perfectly.", bentoComponent: "reveal-icon", icon: Hammer, + button: { text: "Learn More", href: "#contact" } }, { - title: "Stair Installation & Replacement", description: "Professional installation and replacement services for residential homes and construction projects. We handle everything from initial measurements to final finishing touches.", bentoComponent: "reveal-icon", icon: Wrench + title: "Stair Installation & Replacement", description: "Professional installation and replacement services for residential homes and construction projects. We handle everything from initial measurements to final finishing touches.", bentoComponent: "reveal-icon", icon: Wrench, + button: { text: "Learn More", href: "#contact" } }, { - title: "Custom Railings & Balusters", description: "Elegant metal and wood railings designed to enhance safety and aesthetic appeal. Choose from modern, traditional, or contemporary styles to match your home.", bentoComponent: "reveal-icon", icon: Shield + title: "Custom Railings & Balusters", description: "Elegant metal and wood railings designed to enhance safety and aesthetic appeal. Choose from modern, traditional, or contemporary styles to match your home.", bentoComponent: "reveal-icon", icon: Shield, + button: { text: "Learn More", href: "#contact" } }, { - title: "Staircase Restoration", description: "Expert restoration and refinishing services to revitalize existing staircases. We bring new life to aging stairs with quality craftsmanship and attention to detail.", bentoComponent: "reveal-icon", icon: Sparkles + title: "Staircase Restoration", description: "Expert restoration and refinishing services to revitalize existing staircases. We bring new life to aging stairs with quality craftsmanship and attention to detail.", bentoComponent: "reveal-icon", icon: Sparkles, + button: { text: "Learn More", href: "#contact" } } ]} /> @@ -157,16 +161,20 @@ export default function LandingPage() { showRating={true} testimonials={[ { - id: "1", name: "Sarah Mitchell", handle: "@sarahmhome", testimonial: "Step One transformed our home with a stunning custom staircase. The attention to detail and craftsmanship exceeded our expectations. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5358.jpg", imageAlt: "Sarah Mitchell" + id: "1", name: "Sarah Mitchell", handle: "@sarahmhome", testimonial: "Step One transformed our home with a stunning custom staircase. The attention to detail and craftsmanship exceeded our expectations. Highly recommend!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5358.jpg", imageAlt: "Sarah Mitchell" }, { - id: "2", name: "James Contractor LLC", handle: "@jamesconstr", testimonial: "We've partnered with Step One for multiple projects. Their reliability, quality, and customer service make them an invaluable part of our team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-man-factory_1303-30630.jpg", imageAlt: "James from Contractor LLC" + id: "2", name: "James Contractor LLC", handle: "@jamesconstr", testimonial: "We've partnered with Step One for multiple projects. Their reliability, quality, and customer service make them an invaluable part of our team.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-man-factory_1303-30630.jpg", imageAlt: "James from Contractor LLC" }, { - id: "3", name: "Michael Rodriguez", handle: "@mrodriguez_home", testimonial: "The replacement staircase in our 1920s home is beautiful and perfectly matches the original craftsmanship. Step One really knows their trade.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg", imageAlt: "Michael Rodriguez" + id: "3", name: "Michael Rodriguez", handle: "@mrodriguez_home", testimonial: "The replacement staircase in our 1920s home is beautiful and perfectly matches the original craftsmanship. Step One really knows their trade.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg", imageAlt: "Michael Rodriguez" }, { - id: "4", name: "Emily Thompson", handle: "@emthompson_design", testimonial: "As an interior designer, I trust Step One to execute my staircase visions flawlessly. They're professional, punctual, and take pride in every detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23575.jpg", imageAlt: "Emily Thompson" + id: "4", name: "Emily Thompson", handle: "@emthompson_design", testimonial: "As an interior designer, I trust Step One to execute my staircase visions flawlessly. They're professional, punctual, and take pride in every detail.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23575.jpg", imageAlt: "Emily Thompson" } ]} /> -- 2.49.1