Merge version_1_1782129618029 into main #2
@@ -5,166 +5,131 @@ import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCa
|
||||
import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboardTiltedCarousel';
|
||||
import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards';
|
||||
import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards';
|
||||
import { CheckCircle, Shield, Users } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardTiltedCarousel
|
||||
tag="Serving Odessa Since Establishment"
|
||||
title="Burnett Construction"
|
||||
description="Professional construction services in the Summit Building. Trusted, timely, and quality results for all your residential and commercial needs."
|
||||
primaryButton={{
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "Call Now", href: "tel:4323350126"}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431468.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-building-construction_23-2147785501.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-construction-work-site_1398-2992.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-construction-site-with-excavator-trucks-near-waterfront-homes_1308-189688.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-construction-site-with-scaffolding-clear-blue-sky_181624-27944.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings-daylight_23-2149661430.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Serving Odessa Since Establishment"
|
||||
title="Burnett Construction"
|
||||
description="Professional construction services in the Summit Building. Trusted, timely, and quality results for all your residential and commercial needs."
|
||||
primaryButton={{
|
||||
text: "Contact Us", href: "#contact"
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Call Now", href: "tel:4323350126"
|
||||
}}
|
||||
items={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431468.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-building-construction_23-2147785501.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-construction-work-site_1398-2992.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-construction-site-with-excavator-trucks-near-waterfront-homes_1308-189688.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-construction-site-with-scaffolding-clear-blue-sky_181624-27944.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings-daylight_23-2149661430.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutFeaturesSplit
|
||||
tag="Our Commitment"
|
||||
title="Building Dreams in Odessa"
|
||||
description="At Burnett Construction, we pride ourselves on friendly service, timely repairs, and professionalism that our clients rely on. We are dedicated to quality."
|
||||
items={[
|
||||
{
|
||||
icon: "CheckCircle", title: "Timely Repairs", description: "We ensure your project is completed within the agreed timeframe."},
|
||||
{
|
||||
icon: "Shield", title: "Quality Assured", description: "Professional standards applied to every detail of our work."},
|
||||
{
|
||||
icon: "Users", title: "Friendly Staff", description: "Our team is dedicated to clear communication and great service."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/construction-crane-modern-residential-complex-near-water-new-housing-by-lake_169016-69026.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Commitment"
|
||||
title="Building Dreams in Odessa"
|
||||
description="At Burnett Construction, we pride ourselves on friendly service, timely repairs, and professionalism that our clients rely on. We are dedicated to quality."
|
||||
items={[
|
||||
{ icon: "CheckCircle", title: "Timely Repairs", description: "We ensure your project is completed within the agreed timeframe." },
|
||||
{ icon: "Shield", title: "Quality Assured", description: "Professional standards applied to every detail of our work." },
|
||||
{ icon: "Users", title: "Friendly Staff", description: "Our team is dedicated to clear communication and great service." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/construction-crane-modern-residential-complex-near-water-new-housing-by-lake_169016-69026.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<FeaturesRevealCards
|
||||
tag="What We Offer"
|
||||
title="Professional Services"
|
||||
description="High-quality construction solutions tailored to meet your unique needs."
|
||||
items={[
|
||||
{
|
||||
title: "Residential Construction", description: "Building quality homes with attention to every detail.", imageSrc: "http://img.b2bpic.net/free-photo/home-icon-front-side_187299-39256.jpg"},
|
||||
{
|
||||
title: "Commercial Development", description: "Expert construction services for businesses in Odessa.", imageSrc: "http://img.b2bpic.net/free-photo/construction-activity-dubai-downtown-dubai-uae-dubai-is-most-populous-city-emirate-united-arab-emirates_231208-7566.jpg"},
|
||||
{
|
||||
title: "Timely Repairs", description: "Fast and efficient repair services for any property needs.", imageSrc: "http://img.b2bpic.net/free-photo/air-conditioner-cleaning-commission_482257-85116.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="What We Offer"
|
||||
title="Professional Services"
|
||||
description="High-quality construction solutions tailored to meet your unique needs."
|
||||
items={[
|
||||
{ title: "Residential Construction", description: "Building quality homes with attention to every detail.", imageSrc: "http://img.b2bpic.net/free-photo/home-icon-front-side_187299-39256.jpg" },
|
||||
{ title: "Commercial Development", description: "Expert construction services for businesses in Odessa.", imageSrc: "http://img.b2bpic.net/free-photo/construction-activity-dubai-downtown-dubai-uae-dubai-is-most-populous-city-emirate-united-arab-emirates_231208-7566.jpg" },
|
||||
{ title: "Timely Repairs", description: "Fast and efficient repair services for any property needs.", imageSrc: "http://img.b2bpic.net/free-photo/air-conditioner-cleaning-commission_482257-85116.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="projects" data-section="projects">
|
||||
<SectionErrorBoundary name="projects">
|
||||
<div id="projects" data-section="projects">
|
||||
<SectionErrorBoundary name="projects">
|
||||
<FeaturesImageBento
|
||||
tag="Our Projects"
|
||||
title="Completed Excellence"
|
||||
description="Explore our portfolio of recent work across Odessa."
|
||||
items={[
|
||||
{
|
||||
title: "Residential Home", description: "Modern home construction.", imageSrc: "http://img.b2bpic.net/free-photo/office-buildings-with-modern-architecture_107420-95730.jpg"},
|
||||
{
|
||||
title: "Commercial Space", description: "Professional office renovation.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-lady-safety-helmet-standing-near-model-building_23-2148039865.jpg"},
|
||||
{
|
||||
title: "Kitchen Remodel", description: "High-end kitchen renovation.", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg"},
|
||||
{
|
||||
title: "Bathroom Refit", description: "Modern bathroom installation.", imageSrc: "http://img.b2bpic.net/free-photo/bathroom-interior-design-zoom-calls-with-plant_23-2149684495.jpg"},
|
||||
{
|
||||
title: "Outdoor Decking", description: "Custom backyard deck.", imageSrc: "http://img.b2bpic.net/free-photo/younger-older-carpenter-measuring-wooden-planks_329181-15704.jpg"},
|
||||
{
|
||||
title: "Exterior Facade", description: "Building facade upgrade.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-croatia-monument-uprising-people-banija-kordun_181624-6228.jpg"},
|
||||
{
|
||||
title: "Flooring Work", description: "Professional flooring installation.", imageSrc: "http://img.b2bpic.net/free-photo/bathroom-sign-dark-door_23-2149936880.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Projects"
|
||||
title="Completed Excellence"
|
||||
description="Explore our portfolio of recent work across Odessa."
|
||||
items={[
|
||||
{ title: "Residential Home", description: "Modern home construction.", imageSrc: "http://img.b2bpic.net/free-photo/office-buildings-with-modern-architecture_107420-95730.jpg" },
|
||||
{ title: "Commercial Space", description: "Professional office renovation.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-lady-safety-helmet-standing-near-model-building_23-2148039865.jpg" },
|
||||
{ title: "Kitchen Remodel", description: "High-end kitchen renovation.", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg" },
|
||||
{ title: "Bathroom Refit", description: "Modern bathroom installation.", imageSrc: "http://img.b2bpic.net/free-photo/bathroom-interior-design-zoom-calls-with-plant_23-2149684495.jpg" },
|
||||
{ title: "Outdoor Decking", description: "Custom backyard deck.", imageSrc: "http://img.b2bpic.net/free-photo/younger-older-carpenter-measuring-wooden-planks_329181-15704.jpg" },
|
||||
{ title: "Exterior Facade", description: "Building facade upgrade.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-croatia-monument-uprising-people-banija-kordun_181624-6228.jpg" },
|
||||
{ title: "Flooring Work", description: "Professional flooring installation.", imageSrc: "http://img.b2bpic.net/free-photo/bathroom-sign-dark-door_23-2149936880.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsFeatureCards
|
||||
tag="Our Stats"
|
||||
title="Results Driven"
|
||||
description="Building trust through proven performance in the construction industry."
|
||||
metrics={[
|
||||
{
|
||||
value: "100+", title: "Projects Completed", features: [
|
||||
"Residential", "Commercial", "Repairs"],
|
||||
},
|
||||
{
|
||||
value: "4.0", title: "Average Rating", features: [
|
||||
"Client satisfaction", "Timely delivery", "Professionalism"],
|
||||
},
|
||||
{
|
||||
value: "20+", title: "Years Experience", features: [
|
||||
"Industry expertise", "Local knowledge", "Quality focus"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Stats"
|
||||
title="Results Driven"
|
||||
description="Building trust through proven performance in the construction industry."
|
||||
metrics={[
|
||||
{ value: "100+", title: "Projects Completed", features: ["Residential", "Commercial", "Repairs"] },
|
||||
{ value: "4.0", title: "Average Rating", features: ["Client satisfaction", "Timely delivery", "Professionalism"] },
|
||||
{ value: "20+", title: "Years Experience", features: ["Industry expertise", "Local knowledge", "Quality focus"] }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<SectionErrorBoundary name="reviews">
|
||||
<div id="reviews" data-section="reviews">
|
||||
<SectionErrorBoundary name="reviews">
|
||||
<TestimonialMarqueeOverlayCards
|
||||
tag="Client Feedback"
|
||||
title="Trusted by Odessa"
|
||||
description="Hear what our local clients have to say about our professionalism."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rhonda Mclean", role: "Local Guide", company: "Burnett Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-man-greeting-colleague_74855-1519.jpg"},
|
||||
{
|
||||
name: "Esperanza Garcia", role: "Local Guide", company: "Burnett Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg"},
|
||||
{
|
||||
name: "Anonymous", role: "Customer", company: "Burnett Client", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-engineers-gesturing-thumb-up_23-2147771750.jpg"},
|
||||
{
|
||||
name: "Property Owner", role: "Tenant", company: "Burnett Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-old-man-with-helmet-showing-approval_23-2148269393.jpg"},
|
||||
{
|
||||
name: "Business Owner", role: "Partner", company: "Burnett Client", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-house-sign-made-measuring-tape_329181-9317.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Client Feedback"
|
||||
title="Trusted by Odessa"
|
||||
description="Hear what our local clients have to say about our professionalism."
|
||||
testimonials={[
|
||||
{ name: "Rhonda Mclean", role: "Local Guide", company: "Burnett Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-man-greeting-colleague_74855-1519.jpg" },
|
||||
{ name: "Esperanza Garcia", role: "Local Guide", company: "Burnett Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg" },
|
||||
{ name: "Anonymous", role: "Customer", company: "Burnett Client", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/female-engineers-gesturing-thumb-up_23-2147771750.jpg" },
|
||||
{ name: "Property Owner", role: "Tenant", company: "Burnett Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-old-man-with-helmet-showing-approval_23-2148269393.jpg" },
|
||||
{ name: "Business Owner", role: "Partner", company: "Burnett Client", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-house-sign-made-measuring-tape_329181-9317.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Contact Us"
|
||||
text="Ready to start your next construction project? Reach out to Burnett Construction today."
|
||||
primaryButton={{
|
||||
text: "Call Now (432) 335-0126", href: "tel:4323350126"}}
|
||||
secondaryButton={{
|
||||
text: "Visit Us", href: "https://maps.google.com"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Contact Us"
|
||||
text="Ready to start your next construction project? Reach out to Burnett Construction today."
|
||||
primaryButton={{
|
||||
text: "Call Now (432) 335-0126", href: "tel:4323350126"
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Visit Us", href: "https://maps.google.com"
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user