6 Commits

Author SHA1 Message Date
f912f3c004 Update src/app/page.tsx 2026-03-12 16:59:30 +00:00
7913dfc23c Merge version_2 into main
Merge version_2 into main
2026-03-12 16:58:23 +00:00
f9353d7399 Update src/app/page.tsx 2026-03-12 16:58:13 +00:00
00d3c0a265 Merge version_1 into main
Merge version_1 into main
2026-03-12 16:57:07 +00:00
434f375dac Merge version_1 into main
Merge version_1 into main
2026-03-12 16:56:42 +00:00
f36d45d61c Merge version_1 into main
Merge version_1 into main
2026-03-12 16:55:53 +00:00

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "Get a Free Estimate", href: "#contact" },
{ text: "Schedule Free Consultation", href: "#contact" },
{ text: "Call Now", href: "tel:+1-815-555-0147" }
]}
buttonAnimation="blur-reveal"
@@ -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"
}
]}
/>
@@ -241,4 +249,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}