From e0d4bbd4fa70f9ada3d6ae96e36dfc03ebf8b07e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:37:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 57 ++++++++++++++++++++++++++++-------------------- 1 file changed, 33 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b24509..db00727 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,9 +33,9 @@ export default function LandingPage() { { name: "Services", id: "features" }, { name: "Projects", id: "projects" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" }, + { name: "Contact", id: "contact-form" }, ]} - button={{ text: "Get Free Quote", href: "contact" }} + button={{ text: "Get Free Quote", href: "contact-form" }} brandName="BuildPro" /> @@ -45,16 +45,19 @@ export default function LandingPage() { logoText="BUILDPRO" description="Transform your home with expert remodeling services. From kitchen renovations to complete home transformations." buttons={[ - { text: "Schedule Consultation", href: "#contact-form" }, - { text: "View Our Work", href: "#projects" }, + { text: "Schedule Consultation", href: "contact-form" }, + { text: "View Our Work", href: "projects" }, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/attic-kitchen-wooden-ceiling-modern-blue-fronts_169016-68929.jpg", imageAlt: "Modern kitchen remodel"}, + imageSrc: "http://img.b2bpic.net/free-photo/attic-kitchen-wooden-ceiling-modern-blue-fronts_169016-68929.jpg", imageAlt: "Modern kitchen remodel" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Luxury bathroom renovation"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Luxury bathroom renovation" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/office-workers-collaborating-together_23-2147668764.jpg", imageAlt: "Contemporary living room transformation"}, + imageSrc: "http://img.b2bpic.net/free-photo/office-workers-collaborating-together_23-2147668764.jpg", imageAlt: "Contemporary living room transformation" + }, ]} autoplayDelay={4000} showDimOverlay={true} @@ -111,7 +114,7 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Step 1", title: "Consultation", subtitle: "Share Your Vision", description: "Meet with our expert designers to discuss your project goals, budget, and timeline. We listen to your needs and provide professional recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-businessmen-working-company-financial-report-white-desk_23-2147857303.jpg", imageAlt: "Design consultation meeting", buttons: [{ text: "Schedule Now", href: "#contact-form" }], + tag: "Step 1", title: "Consultation", subtitle: "Share Your Vision", description: "Meet with our expert designers to discuss your project goals, budget, and timeline. We listen to your needs and provide professional recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-businessmen-working-company-financial-report-white-desk_23-2147857303.jpg", imageAlt: "Design consultation meeting", buttons: [{ text: "Schedule Now", href: "contact-form" }], }, { id: 2, @@ -119,11 +122,11 @@ export default function LandingPage() { }, { id: 3, - tag: "Step 3", title: "Construction", subtitle: "Expert Execution", description: "Our skilled craftsmen bring your design to life with precision, quality materials, and minimal disruption to your home.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-house_329181-9437.jpg", imageAlt: "Construction team at work", buttons: [{ text: "View Portfolio", href: "#projects" }], + tag: "Step 3", title: "Construction", subtitle: "Expert Execution", description: "Our skilled craftsmen bring your design to life with precision, quality materials, and minimal disruption to your home.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-house_329181-9437.jpg", imageAlt: "Construction team at work", buttons: [{ text: "View Portfolio", href: "projects" }], }, { id: 4, - tag: "Step 4", title: "Completion", subtitle: "Final Walkthrough", description: "We conduct a thorough final inspection and walkthrough to ensure everything exceeds your expectations. Your satisfaction is our guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/view-small-bathroom-interior-with-modern-style-furniture-decor_23-2150864582.jpg", imageAlt: "Completed remodeling project", buttons: [{ text: "See Results", href: "#testimonials" }], + tag: "Step 4", title: "Completion", subtitle: "Final Walkthrough", description: "We conduct a thorough final inspection and walkthrough to ensure everything exceeds your expectations. Your satisfaction is our guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/view-small-bathroom-interior-with-modern-style-furniture-decor_23-2150864582.jpg", imageAlt: "Completed remodeling project", buttons: [{ text: "See Results", href: "testimonials" }], }, ]} /> @@ -154,7 +157,7 @@ export default function LandingPage() {
@@ -201,18 +210,18 @@ export default function LandingPage() { columns={[ { title: "Services", items: [ - { label: "Kitchen Remodeling", href: "#features" }, - { label: "Bathroom Renovation", href: "#features" }, - { label: "Home Remodeling", href: "#features" }, + { label: "Kitchen Remodeling", href: "features" }, + { label: "Bathroom Renovation", href: "features" }, + { label: "Home Remodeling", href: "features" }, { label: "Design Services", href: "#" }, ], }, { title: "Company", items: [ - { label: "About Us", href: "#metrics" }, - { label: "Our Projects", href: "#projects" }, - { label: "Testimonials", href: "#testimonials" }, - { label: "Contact Us", href: "#contact-form" }, + { label: "About Us", href: "metrics" }, + { label: "Our Projects", href: "projects" }, + { label: "Testimonials", href: "testimonials" }, + { label: "Contact Us", href: "contact-form" }, ], }, {