Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-10 19:22:32 +00:00

View File

@@ -34,29 +34,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Services", name: "Services", id: "#services"},
id: "#services",
},
{ {
name: "Projects", name: "Projects", id: "#projects"},
id: "#projects",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Graybeale Construction Inc" brandName="Graybeale Construction Inc"
/> />
@@ -66,110 +54,58 @@ export default function LandingPage() {
<HeroBillboardTestimonial <HeroBillboardTestimonial
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Quality Construction Built to Last" title="Quality Construction Built to Last"
description="Graybeale Construction delivers professional general contracting services with proven expertise and attention to detail. From concept to completion, we build projects that exceed expectations." description="Graybeale Construction delivers professional general contracting services with proven expertise and attention to detail. From concept to completion, we build projects that exceed expectations."
testimonials={[ testimonials={[
{ {
name: "Sarah Chen", name: "Sarah Chen", handle: "@homeowner_nj", testimonial: "Graybeale transformed our old home into a modern masterpiece. Their team was professional, transparent, and delivered beyond our dreams.", rating: 5,
handle: "@homeowner_nj", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", imageAlt: "Sarah Chen avatar"},
testimonial: "Graybeale transformed our old home into a modern masterpiece. Their team was professional, transparent, and delivered beyond our dreams.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
imageAlt: "Sarah Chen avatar",
},
{ {
name: "Mark Johnson", name: "Mark Johnson", handle: "@property_mgmt", testimonial: "As a property manager, I need reliable contractors. Graybeale consistently delivers high-quality work on time and within budget.", rating: 5,
handle: "@property_mgmt", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-empowered-business-woman-office_23-2149333043.jpg", imageAlt: "Mark Johnson avatar"},
testimonial: "As a property manager, I need reliable contractors. Graybeale consistently delivers high-quality work on time and within budget.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-empowered-business-woman-office_23-2149333043.jpg",
imageAlt: "Mark Johnson avatar",
},
{ {
name: "Emily Davis", name: "Emily Davis", handle: "@arch_designs", testimonial: "Partnering with Graybeale is always a pleasure. Their attention to detail and commitment to architectural integrity is unmatched.", rating: 5,
handle: "@arch_designs", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg", imageAlt: "Emily Davis avatar"},
testimonial: "Partnering with Graybeale is always a pleasure. Their attention to detail and commitment to architectural integrity is unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg",
imageAlt: "Emily Davis avatar",
},
{ {
name: "David Lee", name: "David Lee", handle: "@developer_corp", testimonial: "Their commercial team handled our large-scale project with exceptional efficiency. Highly recommended for complex builds.", rating: 5,
handle: "@developer_corp", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-with-laptop-office_23-2147787651.jpg", imageAlt: "David Lee avatar"},
testimonial: "Their commercial team handled our large-scale project with exceptional efficiency. Highly recommended for complex builds.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-with-laptop-office_23-2147787651.jpg",
imageAlt: "David Lee avatar",
},
{ {
name: "Jessica White", name: "Jessica White", handle: "@biz_owner", testimonial: "Our new retail space was completed flawlessly. Graybeale's expertise made the entire process smooth and stress-free.", rating: 5,
handle: "@biz_owner", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-man-looking-away_23-2148230181.jpg", imageAlt: "Jessica White avatar"},
testimonial: "Our new retail space was completed flawlessly. Graybeale's expertise made the entire process smooth and stress-free.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-man-looking-away_23-2148230181.jpg",
imageAlt: "Jessica White avatar",
},
]} ]}
buttons={[ buttons={[
{ {
text: "View Our Work", text: "View Our Work", href: "#projects"},
href: "#projects",
},
]} ]}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/sleepy-mixed-race-man-portrait-deep-blue-background_633478-2106.jpg", src: "http://img.b2bpic.net/free-photo/sleepy-mixed-race-man-portrait-deep-blue-background_633478-2106.jpg", alt: "Sarah Chen"},
alt: "Sarah Chen",
},
{ {
src: "http://img.b2bpic.net/free-photo/business-woman-with-laptop-looking-away_23-2148317298.jpg", src: "http://img.b2bpic.net/free-photo/business-woman-with-laptop-looking-away_23-2148317298.jpg", alt: "Mark Johnson"},
alt: "Mark Johnson",
},
{ {
src: "http://img.b2bpic.net/free-photo/businessman-front-building_23-2147985136.jpg", src: "http://img.b2bpic.net/free-photo/businessman-front-building_23-2147985136.jpg", alt: "Emily Davis"},
alt: "Emily Davis",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-painter-white-shirt-striped-t-shirt-sitting-floor-thoughtfully-looking-camera-while-drawing-by-watercolor-with-paint-tools-near-home_574295-3776.jpg", src: "http://img.b2bpic.net/free-photo/young-painter-white-shirt-striped-t-shirt-sitting-floor-thoughtfully-looking-camera-while-drawing-by-watercolor-with-paint-tools-near-home_574295-3776.jpg", alt: "David Lee"},
alt: "David Lee",
},
{ {
src: "http://img.b2bpic.net/free-photo/mature-woman-blue-t-shirt-pretending-hold-show-something-looking-merry_176474-32604.jpg", src: "http://img.b2bpic.net/free-photo/mature-woman-blue-t-shirt-pretending-hold-show-something-looking-merry_176474-32604.jpg", alt: "Jessica White"},
alt: "Jessica White",
},
]} ]}
avatarText="Trusted by leading clients" avatarText="Trusted by leading clients"
imageSrc="http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg"
imageAlt="Construction site with modern building under construction" imageAlt="Construction site with modern building under construction"
mediaAnimation="entrance-slide" mediaAnimation="slide-up"
buttonAnimation="slide-up"
marqueeItems={[ marqueeItems={[
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/crane-building-construction-exterior_74190-7518.jpg", alt: "Crane building under construction exterior"},
src: "http://img.b2bpic.net/free-photo/crane-building-construction-exterior_74190-7518.jpg",
alt: "Crane building under construction exterior",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/tall-office-modern-buildings_23-2148836835.jpg", alt: "Tall office modern buildings"},
src: "http://img.b2bpic.net/free-photo/tall-office-modern-buildings_23-2148836835.jpg",
alt: "Tall office modern buildings",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/street-reflection-glass-steel-building-facade_1153-3596.jpg", alt: "Street reflection on glass steel building facade"},
src: "http://img.b2bpic.net/free-photo/street-reflection-glass-steel-building-facade_1153-3596.jpg",
alt: "Street reflection on glass steel building facade",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/giant-glass-buildings_1127-2023.jpg", alt: "Giant glass buildings"},
src: "http://img.b2bpic.net/free-photo/giant-glass-buildings_1127-2023.jpg",
alt: "Giant glass buildings",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/new-york-city-ny-usa-october-20-2020-vessel-hudson-yards-staircase-designed-by-architect-thomas-heatherwick-midtown-manhattan-west_1321-2499.jpg", alt: "Modern building development"},
src: "http://img.b2bpic.net/free-photo/new-york-city-ny-usa-october-20-2020-vessel-hudson-yards-staircase-designed-by-architect-thomas-heatherwick-midtown-manhattan-west_1321-2499.jpg",
alt: "Modern building development",
},
]} ]}
/> />
</div> </div>
@@ -181,19 +117,13 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: Building, icon: Building,
label: "Years in Business", label: "Years in Business", value: "28+"},
value: "28+",
},
{ {
icon: Building2, icon: Building2,
label: "Projects Completed", label: "Projects Completed", value: "500+"},
value: "500+",
},
{ {
icon: Award, icon: Award,
label: "Satisfied Clients", label: "Satisfied Clients", value: "98%"},
value: "98%",
},
]} ]}
metricsAnimation="entrance-slide" metricsAnimation="entrance-slide"
/> />
@@ -206,45 +136,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
groups={[ groups={[
{ {
id: "leadership", id: "leadership", groupTitle: "Leadership", members: [
groupTitle: "Leadership",
members: [
{ {
id: "1", id: "1", title: "John Graybeale", subtitle: "Founder & CEO", detail: "Over 30 years of experience in general contracting, specializing in large-scale commercial and residential developments. John founded Graybeale Construction with a vision for quality and integrity.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg", imageAlt: "John Graybeale"},
title: "John Graybeale",
subtitle: "Founder & CEO",
detail: "Over 30 years of experience in general contracting, specializing in large-scale commercial and residential developments. John founded Graybeale Construction with a vision for quality and integrity.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg",
imageAlt: "John Graybeale",
},
{ {
id: "2", id: "2", title: "Maria Rodriguez", subtitle: "Chief Operations Officer", detail: "Maria oversees all project operations, ensuring efficiency, safety, and timely completion. Her expertise in logistics and team management is critical to our success.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg", imageAlt: "Maria Rodriguez"},
title: "Maria Rodriguez",
subtitle: "Chief Operations Officer",
detail: "Maria oversees all project operations, ensuring efficiency, safety, and timely completion. Her expertise in logistics and team management is critical to our success.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg",
imageAlt: "Maria Rodriguez",
},
{ {
id: "3", id: "3", title: "David Kim", subtitle: "Head of Project Development", detail: "David leads our project acquisition and client relations, identifying new opportunities and fostering strong partnerships. His strategic vision drives our growth.", imageSrc: "http://img.b2bpic.net/free-photo/happy-people-with-sketch-tablet_23-2148269344.jpg", imageAlt: "David Kim"},
title: "David Kim",
subtitle: "Head of Project Development",
detail: "David leads our project acquisition and client relations, identifying new opportunities and fostering strong partnerships. His strategic vision drives our growth.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-people-with-sketch-tablet_23-2148269344.jpg",
imageAlt: "David Kim",
},
{ {
id: "4", id: "4", title: "Jessica Lee", subtitle: "Lead Architect & Designer", detail: "Jessica brings innovative design solutions and a keen eye for detail to every project, ensuring aesthetic appeal and functional excellence for our clients.", imageSrc: "http://img.b2bpic.net/free-photo/three-architects-with-plans_23-2147702498.jpg", imageAlt: "Jessica Lee"},
title: "Jessica Lee", ]
subtitle: "Lead Architect & Designer", }
detail: "Jessica brings innovative design solutions and a keen eye for detail to every project, ensuring aesthetic appeal and functional excellence for our clients.",
imageSrc: "http://img.b2bpic.net/free-photo/three-architects-with-plans_23-2147702498.jpg",
imageAlt: "Jessica Lee",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg?_wi=2",
imageAlt: "male construction executive portrait",
},
]} ]}
title="Meet Our Dedicated Leadership Team" title="Meet Our Dedicated Leadership Team"
description="Our experienced team is committed to delivering exceptional craftsmanship and unparalleled service on every project." description="Our experienced team is committed to delivering exceptional craftsmanship and unparalleled service on every project."
@@ -259,23 +161,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Residential Renovations", title: "Residential Renovations", description: "Transform your home with our expert renovation services, including kitchen and bathroom remodels, additions, and whole-house makeovers. We bring your vision to life.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283249.jpg", imageAlt: "Modern residential kitchen renovation"},
description: "Transform your home with our expert renovation services, including kitchen and bathroom remodels, additions, and whole-house makeovers. We bring your vision to life.",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283249.jpg",
imageAlt: "Modern residential kitchen renovation",
},
{ {
title: "Commercial Construction", title: "Commercial Construction", description: "Specializing in new commercial builds, office fit-outs, and retail space construction. We deliver functional and aesthetically pleasing environments for your business.", imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg", imageAlt: "Modern commercial building exterior"},
description: "Specializing in new commercial builds, office fit-outs, and retail space construction. We deliver functional and aesthetically pleasing environments for your business.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg",
imageAlt: "Modern commercial building exterior",
},
{ {
title: "Project Management", title: "Project Management", description: "Our experienced project managers ensure seamless execution from concept to completion. We handle all aspects, including budgeting, scheduling, and subcontractor coordination.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-builder-looking-clipboard-high-quality-photo_114579-61056.jpg", imageAlt: "Construction project manager reviewing blueprints"},
description: "Our experienced project managers ensure seamless execution from concept to completion. We handle all aspects, including budgeting, scheduling, and subcontractor coordination.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-builder-looking-clipboard-high-quality-photo_114579-61056.jpg",
imageAlt: "Construction project manager reviewing blueprints",
},
]} ]}
title="Our Comprehensive Construction Services" title="Our Comprehensive Construction Services"
description="From residential remodels to large-scale commercial builds, Graybeale Construction offers a full spectrum of general contracting solutions tailored to your needs." description="From residential remodels to large-scale commercial builds, Graybeale Construction offers a full spectrum of general contracting solutions tailored to your needs."
@@ -290,47 +180,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "1", id: "1", name: "The Grand Plaza Retail", price: "Commercial Retail", imageSrc: "http://img.b2bpic.net/free-photo/atelier-shop-full-sartorial-outfits_482257-90452.jpg", imageAlt: "Interior of a modern retail store"},
name: "The Grand Plaza Retail",
price: "Commercial Retail",
imageSrc: "http://img.b2bpic.net/free-photo/atelier-shop-full-sartorial-outfits_482257-90452.jpg",
imageAlt: "Interior of a modern retail store",
},
{ {
id: "2", id: "2", name: "Skyline Corporate HQ", price: "Office Building", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-business-buildings_1359-1085.jpg", imageAlt: "Modern corporate office space interior"},
name: "Skyline Corporate HQ",
price: "Office Building",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-business-buildings_1359-1085.jpg",
imageAlt: "Modern corporate office space interior",
},
{ {
id: "3", id: "3", name: "Coastal Haven Residence", price: "Luxury Residential", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg", imageAlt: "Exterior of a luxury modern home"},
name: "Coastal Haven Residence",
price: "Luxury Residential",
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg",
imageAlt: "Exterior of a luxury modern home",
},
{ {
id: "4", id: "4", name: "Urban Living Apartments", price: "Multi-Family Residential", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-ski-resort-covered-snow-alps_181624-30150.jpg", imageAlt: "Exterior of a modern apartment complex"},
name: "Urban Living Apartments",
price: "Multi-Family Residential",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-ski-resort-covered-snow-alps_181624-30150.jpg",
imageAlt: "Exterior of a modern apartment complex",
},
{ {
id: "5", id: "5", name: "The Beacon Hotel & Spa", price: "Hospitality", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-business-woman-beige-suit-walking-city-center-posing-near-office-buildings_1258-194036.jpg", imageAlt: "Luxurious hotel lobby interior"},
name: "The Beacon Hotel & Spa",
price: "Hospitality",
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-business-woman-beige-suit-walking-city-center-posing-near-office-buildings_1258-194036.jpg",
imageAlt: "Luxurious hotel lobby interior",
},
{ {
id: "6", id: "6", name: "Precision Manufacturing Facility", price: "Industrial", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-goods-distribution-large-storehouse_342744-1482.jpg", imageAlt: "Clean and modern industrial manufacturing facility"},
name: "Precision Manufacturing Facility",
price: "Industrial",
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-goods-distribution-large-storehouse_342744-1482.jpg",
imageAlt: "Clean and modern industrial manufacturing facility",
},
]} ]}
title="Showcasing Our Past Work" title="Showcasing Our Past Work"
description="Explore a selection of our recently completed projects, demonstrating our commitment to quality, innovative design, and client satisfaction." description="Explore a selection of our recently completed projects, demonstrating our commitment to quality, innovative design, and client satisfaction."
@@ -342,14 +202,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Asset Group", "Asset Group", "Urban Developers", "Property Solutions Inc.", "Architectural Visionaries", "Prime Estates Group", "EcoBuild Innovations", "Hospitality Ventures"]}
"Urban Developers",
"Property Solutions Inc.",
"Architectural Visionaries",
"Prime Estates Group",
"EcoBuild Innovations",
"Hospitality Ventures",
]}
title="Trusted by Industry Leaders" title="Trusted by Industry Leaders"
description="We partner with top-tier clients and collaborate with leading industry experts to deliver exceptional results." description="We partner with top-tier clients and collaborate with leading industry experts to deliver exceptional results."
showCard={false} showCard={false}
@@ -361,45 +214,24 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg", imageAlt: "Modern office building"},
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg",
imageAlt: "Modern office building",
},
{ {
id: "2", id: "2", name: "Michael L.", imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-with-outdoor-patio-pool_23-2152008246.jpg", imageAlt: "Luxury home interior"},
name: "Michael L.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-room-with-outdoor-patio-pool_23-2152008246.jpg",
imageAlt: "Luxury home interior",
},
{ {
id: "3", id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-women-with-shopping-bags-city_1157-26764.jpg", imageAlt: "Retail store front"},
name: "Emily R.",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-women-with-shopping-bags-city_1157-26764.jpg",
imageAlt: "Retail store front",
},
{ {
id: "4", id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/daylight-analog-city-landscape-with-buildings_23-2149661407.jpg", imageAlt: "Modern apartment building"},
name: "David K.",
imageSrc: "http://img.b2bpic.net/free-photo/daylight-analog-city-landscape-with-buildings_23-2149661407.jpg",
imageAlt: "Modern apartment building",
},
{ {
id: "5", id: "5", name: "Jessica A.", imageSrc: "http://img.b2bpic.net/free-photo/clean-organized-pharmaceutical-plant-where-steel-pipelines-valves-are-part-sterile-environment_73899-44052.jpg", imageAlt: "Industrial warehouse interior"},
name: "Jessica A.",
imageSrc: "http://img.b2bpic.net/free-photo/clean-organized-pharmaceutical-plant-where-steel-pipelines-valves-are-part-sterile-environment_73899-44052.jpg",
imageAlt: "Industrial warehouse interior",
},
]} ]}
cardTitle="What Our Clients Say" cardTitle="What Our Clients Say"
cardTag="Success Stories" cardTag="Success Stories"
buttons={[ buttons={[
{ {
text: "Read All Reviews", text: "Read All Reviews", href: "#testimonials"},
href: "#testimonials",
},
]} ]}
cardAnimation="blur-reveal" cardAnimation="blur-reveal"
buttonAnimation="slide-up"
/> />
</div> </div>
@@ -408,30 +240,19 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What types of projects does Graybeale Construction handle?", content: "We specialize in both residential and commercial general contracting, including new construction, renovations, remodels, and large-scale build-outs for various industries."},
title: "What types of projects does Graybeale Construction handle?",
content: "We specialize in both residential and commercial general contracting, including new construction, renovations, remodels, and large-scale build-outs for various industries.",
},
{ {
id: "2", id: "2", title: "How do you ensure project quality and timely completion?", content: "Our experienced project managers follow a rigorous process including detailed planning, regular site inspections, transparent communication, and strict adherence to timelines and budgets. We use only high-quality materials and trusted subcontractors."},
title: "How do you ensure project quality and timely completion?",
content: "Our experienced project managers follow a rigorous process including detailed planning, regular site inspections, transparent communication, and strict adherence to timelines and budgets. We use only high-quality materials and trusted subcontractors.",
},
{ {
id: "3", id: "3", title: "Can I see examples of your previous work?", content: "Absolutely! Our 'Projects' section showcases a diverse portfolio of our completed residential and commercial projects. We can also provide case studies and references upon request."},
title: "Can I see examples of your previous work?",
content: "Absolutely! Our 'Projects' section showcases a diverse portfolio of our completed residential and commercial projects. We can also provide case studies and references upon request.",
},
{ {
id: "4", id: "4", title: "How do I get started with a project proposal?", content: "Simply reach out to us through our 'Contact' form or call us directly. We'll schedule an initial consultation to discuss your vision, requirements, and provide a tailored proposal."},
title: "How do I get started with a project proposal?",
content: "Simply reach out to us through our 'Contact' form or call us directly. We'll schedule an initial consultation to discuss your vision, requirements, and provide a tailored proposal.",
},
]} ]}
sideTitle="Frequently Asked Questions" sideTitle="Frequently Asked Questions"
sideDescription="Find answers to common questions about our services, process, and commitment to quality." sideDescription="Find answers to common questions about our services, process, and commitment to quality."
faqsAnimation="entrance-slide" faqsAnimation="entrance-slide"
textPosition="left" textPosition="left"
buttonAnimation="slide-up"
/> />
</div> </div>
@@ -442,27 +263,16 @@ export default function LandingPage() {
description="Ready to start your next construction project? Get in touch with Graybeale Construction Inc. for a consultation and estimate." description="Ready to start your next construction project? Get in touch with Graybeale Construction Inc. for a consultation and estimate."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Your Phone (Optional)"},
type: "tel",
placeholder: "Your Phone (Optional)",
},
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Tell us about your project...", rows: 5,
placeholder: "Tell us about your project...",
rows: 5,
required: true, required: true,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/man-standing-rooftop-with-phone-hand_23-2148269876.jpg" imageSrc="http://img.b2bpic.net/free-photo/man-standing-rooftop-with-phone-hand_23-2148269876.jpg"
@@ -478,66 +288,39 @@ export default function LandingPage() {
logoText="Graybeale Construction Inc" logoText="Graybeale Construction Inc"
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Residential", label: "Residential", href: "#services"},
href: "#services",
},
{ {
label: "Commercial", label: "Commercial", href: "#services"},
href: "#services",
},
{ {
label: "Project Management", label: "Project Management", href: "#services"},
href: "#services",
},
{ {
label: "Consultation", label: "Consultation", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Our Team", label: "Our Team", href: "#team"},
href: "#team",
},
{ {
label: "Projects", label: "Projects", href: "#projects"},
href: "#projects",
},
{ {
label: "Testimonials", label: "Testimonials", href: "#testimonials"},
href: "#testimonials",
},
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ {
label: "Contact Us", label: "Contact Us", href: "#contact"},
href: "#contact",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
{ {
label: "FAQs", label: "FAQs", href: "#faq"},
href: "#faq",
},
{ {
label: "LinkedIn", label: "LinkedIn", href: "https://linkedin.com/graybeale"},
href: "https://linkedin.com/graybeale",
},
], ],
}, },
]} ]}