Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-11 03:25:41 +00:00

View File

@@ -37,9 +37,7 @@ export default function ServicesPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Request Quote",
href: "/contact",
}}
text: "Request Quote", href: "/contact"}}
brandName="BuildCraft"
/>
</div>
@@ -54,40 +52,22 @@ export default function ServicesPage() {
features={[
{
id: 1,
title: "Home Renovation",
description: "Complete home renovation services including kitchen remodels, bathroom updates, and whole-house transformations with modern design standards. We handle everything from initial planning through final inspection.",
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg?_wi=2",
imageAlt: "kitchen renovation modern design interior remodel",
},
title: "Home Renovation", description: "Complete home renovation services including kitchen remodels, bathroom updates, and whole-house transformations with modern design standards. We handle everything from initial planning through final inspection.", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg", imageAlt: "kitchen renovation modern design interior remodel"},
{
id: 2,
title: "Remodeling",
description: "Expert remodeling for any room in your home. We create functional, beautiful spaces that enhance your daily living and increase your property value with contemporary design and quality materials.",
imageSrc: "http://img.b2bpic.net/free-photo/people-renovating-house-concept_53876-20664.jpg?_wi=2",
imageAlt: "bathroom remodeling modern design contemporary bathroom",
},
title: "Remodeling", description: "Expert remodeling for any room in your home. We create functional, beautiful spaces that enhance your daily living and increase your property value with contemporary design and quality materials.", imageSrc: "http://img.b2bpic.net/free-photo/people-renovating-house-concept_53876-20664.jpg", imageAlt: "bathroom remodeling modern design contemporary bathroom"},
{
id: 3,
title: "Roofing",
description: "Professional roofing installation and repair services. Durable, weather-resistant solutions to protect your investment with premium materials and expert installation techniques.",
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-with-hammer-building-roof-house_23-2148748848.jpg?_wi=2",
imageAlt: "professional roofer installing new roof residential",
},
title: "Roofing", description: "Professional roofing installation and repair services. Durable, weather-resistant solutions to protect your investment with premium materials and expert installation techniques.", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-with-hammer-building-roof-house_23-2148748848.jpg", imageAlt: "professional roofer installing new roof residential"},
{
id: 4,
title: "Concrete Work",
description: "Quality concrete services for driveways, patios, foundations, and decorative concrete solutions. From functional to aesthetic, we deliver concrete projects that last.",
imageSrc: "http://img.b2bpic.net/free-photo/cantilever-loading-decks-concrete-frame-closeup-yellow-focus_169016-69863.jpg?_wi=2",
imageAlt: "concrete driveway installation poured concrete work",
},
title: "Concrete Work", description: "Quality concrete services for driveways, patios, foundations, and decorative concrete solutions. From functional to aesthetic, we deliver concrete projects that last.", imageSrc: "http://img.b2bpic.net/free-photo/cantilever-loading-decks-concrete-frame-closeup-yellow-focus_169016-69863.jpg", imageAlt: "concrete driveway installation poured concrete work"},
]}
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{
text: "Schedule Consultation",
href: "/contact",
},
text: "Schedule Consultation", href: "/contact"},
]}
buttonAnimation="slide-up"
/>
@@ -102,32 +82,14 @@ export default function ServicesPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "David Johnson",
handle: "@davidj_boston",
testimonial: "Their roofing work was exceptional. Professional installation, clean work site, and the new roof looks amazing!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-black-jacket_613910-2534.jpg?_wi=2",
imageAlt: "professional business man corporate portrait",
},
id: "1", name: "David Johnson", handle: "@davidj_boston", testimonial: "Their roofing work was exceptional. Professional installation, clean work site, and the new roof looks amazing!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-black-jacket_613910-2534.jpg", imageAlt: "professional business man corporate portrait"},
{
id: "2",
name: "Lisa Thompson",
handle: "@lisa_designs",
testimonial: "My kitchen renovation exceeded expectations. BuildCraft understood my vision and executed it perfectly.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg?_wi=2",
imageAlt: "professional business woman corporate portrait",
},
id: "2", name: "Lisa Thompson", handle: "@lisa_designs", testimonial: "My kitchen renovation exceeded expectations. BuildCraft understood my vision and executed it perfectly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", imageAlt: "professional business woman corporate portrait"},
{
id: "3",
name: "Robert Martinez",
handle: "@robert_home",
testimonial: "The concrete patio work transformed our backyard. Beautiful craftsmanship and very professional team throughout.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/team-people-office_24908-56316.jpg?_wi=2",
imageAlt: "professional man business portrait headshot",
},
id: "3", name: "Robert Martinez", handle: "@robert_home", testimonial: "The concrete patio work transformed our backyard. Beautiful craftsmanship and very professional team throughout.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/team-people-office_24908-56316.jpg", imageAlt: "professional man business portrait headshot"},
]}
showRating={true}
textboxLayout="default"
@@ -142,39 +104,25 @@ export default function ServicesPage() {
description="Ready to transform your space? Contact our team to discuss your specific service needs and receive a personalized quote. We're here to help bring your vision to life."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Full Name",
required: true,
name: "name", type: "text", placeholder: "Your Full Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email Address",
required: true,
name: "email", type: "email", placeholder: "Your Email Address", required: true,
},
{
name: "service",
type: "text",
placeholder: "Service Type (e.g., Roof Installation)",
required: true,
name: "service", type: "text", placeholder: "Service Type (e.g., Roof Installation)", required: true,
},
{
name: "timeline",
type: "text",
placeholder: "When do you need this done?",
required: true,
name: "timeline", type: "text", placeholder: "When do you need this done?", required: true,
},
]}
textarea={{
name: "details",
placeholder: "Tell us more about your project and any specific requirements...",
rows: 5,
name: "details", placeholder: "Tell us more about your project and any specific requirements...", rows: 5,
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/couple-cheerful-business-colleagues-watching-content-computer-monitor-smiling-laughing-while-sitting-workplace-business-communication-concept_74855-11647.jpg?_wi=2"
imageAlt: "modern office workspace professional environment"
imageSrc="http://img.b2bpic.net/free-photo/couple-cheerful-business-colleagues-watching-content-computer-monitor-smiling-laughing-while-sitting-workplace-business-communication-concept_74855-11647.jpg"
imageAlt="modern office workspace professional environment"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Request Service Quote"
@@ -186,66 +134,39 @@ export default function ServicesPage() {
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Home Renovation",
href: "/services",
},
label: "Home Renovation", href: "/services"},
{
label: "Remodeling",
href: "/services",
},
label: "Remodeling", href: "/services"},
{
label: "Roofing",
href: "/services",
},
label: "Roofing", href: "/services"},
{
label: "Concrete Work",
href: "/services",
},
label: "Concrete Work", href: "/services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Projects",
href: "/projects",
},
label: "Projects", href: "/projects"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
{
label: "Testimonials",
href: "/#testimonials",
},
label: "Testimonials", href: "/#testimonials"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Phone: (617) 555-0100",
href: "tel:+16175550100",
},
label: "Phone: (617) 555-0100", href: "tel:+16175550100"},
{
label: "Email: info@buildcraft.com",
href: "mailto:info@buildcraft.com",
},
label: "Email: info@buildcraft.com", href: "mailto:info@buildcraft.com"},
{
label: "Boston, MA 02101",
href: "#",
},
label: "Boston, MA 02101", href: "#"},
{
label: "Hours: Mon-Fri 8AM-6PM",
href: "#",
},
label: "Hours: Mon-Fri 8AM-6PM", href: "#"},
],
},
]}