Update src/app/page.tsx

This commit is contained in:
2026-05-05 22:39:35 +00:00
parent 4cae121c44
commit 28601d5caf

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Services", name: "Services", id: "features"},
id: "features",
},
{ {
name: "Projects", name: "Projects", id: "products"},
id: "products",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Michigan Construction Group" brandName="Michigan Construction Group"
/> />
@@ -60,92 +50,51 @@ export default function LandingPage() {
<HeroBillboardTestimonial <HeroBillboardTestimonial
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Built for Michigan, Built for Life" title="Built for Michigan, Built for Life"
description="Michigan Construction Group provides superior residential and commercial building services, combining traditional craftsmanship with modern efficiency." description="Michigan Construction Group provides superior residential and commercial building services, combining traditional craftsmanship with modern efficiency."
testimonials={[ testimonials={[
{ {
name: "John Doe", name: "John Doe", handle: "@johndoe", testimonial: "Excellent service and quality build.", rating: 5,
handle: "@johndoe", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920604.jpg"},
testimonial: "Excellent service and quality build.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920604.jpg?_wi=1",
},
{ {
name: "Jane Smith", name: "Jane Smith", handle: "@janesmith", testimonial: "Professional, on-time, and high quality.", rating: 5,
handle: "@janesmith", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg"},
testimonial: "Professional, on-time, and high quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg?_wi=1",
},
{ {
name: "Bob Builder", name: "Bob Builder", handle: "@bob", testimonial: "Great attention to detail and communication.", rating: 5,
handle: "@bob", imageSrc: "http://img.b2bpic.net/free-photo/joyful-couple-just-moved-house-happy-family-new-apartment-unboxing-clothes-girl-guy-excited-about-finding-beautiful-pink-skirt-wife-husband-bright-room-wearing-casual-clothes_197531-1612.jpg"},
testimonial: "Great attention to detail and communication.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-couple-just-moved-house-happy-family-new-apartment-unboxing-clothes-girl-guy-excited-about-finding-beautiful-pink-skirt-wife-husband-bright-room-wearing-casual-clothes_197531-1612.jpg?_wi=1",
},
{ {
name: "Alice Green", name: "Alice Green", handle: "@aliceg", testimonial: "Transformative renovation, truly exceeded our expectations.", rating: 5,
handle: "@aliceg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-architect-with-safety-equipment_23-2148269395.jpg"},
testimonial: "Transformative renovation, truly exceeded our expectations.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-architect-with-safety-equipment_23-2148269395.jpg?_wi=1",
},
{ {
name: "Mike Davis", name: "Mike Davis", handle: "@miked", testimonial: "Stellar communication and reliable crew throughout.", rating: 5,
handle: "@miked", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-paper_23-2148943615.jpg"},
testimonial: "Stellar communication and reliable crew throughout.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-paper_23-2148943615.jpg?_wi=1",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1730.jpg" imageSrc="http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1730.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/side-view-man-with-orange-vest-pointing_23-2148269877.jpg", src: "http://img.b2bpic.net/free-photo/side-view-man-with-orange-vest-pointing_23-2148269877.jpg", alt: "Satisfied client portrait 1"},
alt: "Satisfied client portrait 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/engineer-helmet-standing-by-factory_1157-35557.jpg", src: "http://img.b2bpic.net/free-photo/engineer-helmet-standing-by-factory_1157-35557.jpg", alt: "Satisfied client portrait 2"},
alt: "Satisfied client portrait 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/attentiveness-businesswoman-with-long-blond-hair-safety-helmet-looking-closely-document-standing-construction-site-working-group_259150-57757.jpg", src: "http://img.b2bpic.net/free-photo/attentiveness-businesswoman-with-long-blond-hair-safety-helmet-looking-closely-document-standing-construction-site-working-group_259150-57757.jpg", alt: "Satisfied client portrait 3"},
alt: "Satisfied client portrait 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-42834.jpg", src: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-42834.jpg", alt: "Satisfied client portrait 4"},
alt: "Satisfied client portrait 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg", src: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg", alt: "Satisfied client portrait 5"},
alt: "Satisfied client portrait 5",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Residential Construction"},
text: "Residential Construction",
},
{ {
type: "text", type: "text", text: "Commercial Development"},
text: "Commercial Development",
},
{ {
type: "text", type: "text", text: "Quality Assurance"},
text: "Quality Assurance",
},
{ {
type: "text", type: "text", text: "Michigan Trusted"},
text: "Michigan Trusted",
},
{ {
type: "text", type: "text", text: "Modern Craftsmanship"},
text: "Modern Craftsmanship",
},
]} ]}
/> />
</div> </div>
@@ -157,20 +106,11 @@ export default function LandingPage() {
tag="Our Impact" tag="Our Impact"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "15+", description: "Years of Experience"},
value: "15+",
description: "Years of Experience",
},
{ {
id: "m2", id: "m2", value: "500+", description: "Projects Completed"},
value: "500+",
description: "Projects Completed",
},
{ {
id: "m3", id: "m3", value: "100%", description: "Customer Satisfaction"},
value: "100%",
description: "Customer Satisfaction",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -183,20 +123,11 @@ export default function LandingPage() {
description="Our core values drive every project we undertake, ensuring quality, safety, and transparency from start to finish." description="Our core values drive every project we undertake, ensuring quality, safety, and transparency from start to finish."
accordionItems={[ accordionItems={[
{ {
id: "f1", id: "f1", title: "Expert Craftsmanship", content: "Our team consists of highly skilled professionals who take pride in precision."},
title: "Expert Craftsmanship",
content: "Our team consists of highly skilled professionals who take pride in precision.",
},
{ {
id: "f2", id: "f2", title: "Project Management", content: "We handle every detail of the construction process to keep timelines on track."},
title: "Project Management",
content: "We handle every detail of the construction process to keep timelines on track.",
},
{ {
id: "f3", id: "f3", title: "Sustainable Solutions", content: "Modern building practices focused on energy efficiency and long-term durability."},
title: "Sustainable Solutions",
content: "Modern building practices focused on energy efficiency and long-term durability.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-croatia-monument-uprising-people-banija-kordun_181624-6228.jpg" imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-croatia-monument-uprising-people-banija-kordun_181624-6228.jpg"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
@@ -211,59 +142,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", brand: "Residential", name: "Luxury Home Build", price: "Custom", rating: 5,
brand: "Residential", reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-2943.jpg"},
name: "Luxury Home Build",
price: "Custom",
rating: 5,
reviewCount: "24",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-2943.jpg",
},
{ {
id: "p2", id: "p2", brand: "Renovation", name: "Modern Kitchen Suite", price: "Custom", rating: 5,
brand: "Renovation", reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278646.jpg"},
name: "Modern Kitchen Suite",
price: "Custom",
rating: 5,
reviewCount: "18",
imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278646.jpg",
},
{ {
id: "p3", id: "p3", brand: "Commercial", name: "Office Complex", price: "Quote", rating: 5,
brand: "Commercial", reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/cityscape-downtown-development-exterior-building_53876-23447.jpg"},
name: "Office Complex",
price: "Quote",
rating: 5,
reviewCount: "42",
imageSrc: "http://img.b2bpic.net/free-photo/cityscape-downtown-development-exterior-building_53876-23447.jpg",
},
{ {
id: "p4", id: "p4", brand: "Residential", name: "Backyard Decking", price: "Custom", rating: 4,
brand: "Residential", reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317328.jpg"},
name: "Backyard Decking",
price: "Custom",
rating: 4,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317328.jpg",
},
{ {
id: "p5", id: "p5", brand: "Commercial", name: "Retail Storefront", price: "Custom", rating: 5,
brand: "Commercial", reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-architecture-office-business-building-with-glass-window-shape_74190-6423.jpg"},
name: "Retail Storefront",
price: "Custom",
rating: 5,
reviewCount: "30",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-architecture-office-business-building-with-glass-window-shape_74190-6423.jpg",
},
{ {
id: "p6", id: "p6", brand: "Residential", name: "Custom Masonry Work", price: "Custom", rating: 5,
brand: "Residential", reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/bricklaying-construction-worker-building-brick-wall_1150-14757.jpg"},
name: "Custom Masonry Work",
price: "Custom",
rating: 5,
reviewCount: "20",
imageSrc: "http://img.b2bpic.net/free-photo/bricklaying-construction-worker-building-brick-wall_1150-14757.jpg",
},
]} ]}
title="Our Project Showcase" title="Our Project Showcase"
description="Explore our portfolio of successful residential and commercial projects across Michigan." description="Explore our portfolio of successful residential and commercial projects across Michigan."
@@ -277,46 +172,21 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Exceptional work on our kitchen renovation, highly recommended.", rating: 5,
name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920604.jpg"},
handle: "@sarahj",
testimonial: "Exceptional work on our kitchen renovation, highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920604.jpg?_wi=2",
},
{ {
id: "2", id: "2", name: "Mark Miller", handle: "@mmiller", testimonial: "Very professional and kept within our budget constraints.", rating: 5,
name: "Mark Miller", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg"},
handle: "@mmiller",
testimonial: "Very professional and kept within our budget constraints.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-businesswoman-crossing-arms_1262-4724.jpg?_wi=2",
},
{ {
id: "3", id: "3", name: "Alex and Kim", handle: "@akcouple", testimonial: "Building our home was a breeze with this team.", rating: 5,
name: "Alex and Kim", imageSrc: "http://img.b2bpic.net/free-photo/joyful-couple-just-moved-house-happy-family-new-apartment-unboxing-clothes-girl-guy-excited-about-finding-beautiful-pink-skirt-wife-husband-bright-room-wearing-casual-clothes_197531-1612.jpg"},
handle: "@akcouple",
testimonial: "Building our home was a breeze with this team.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-couple-just-moved-house-happy-family-new-apartment-unboxing-clothes-girl-guy-excited-about-finding-beautiful-pink-skirt-wife-husband-bright-room-wearing-casual-clothes_197531-1612.jpg?_wi=2",
},
{ {
id: "4", id: "4", name: "David Brown", handle: "@dbrown", testimonial: "Top tier construction for our retail space. Excellent quality.", rating: 5,
name: "David Brown", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-architect-with-safety-equipment_23-2148269395.jpg"},
handle: "@dbrown",
testimonial: "Top tier construction for our retail space. Excellent quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-architect-with-safety-equipment_23-2148269395.jpg?_wi=2",
},
{ {
id: "5", id: "5", name: "Emily White", handle: "@ewhite", testimonial: "Their renovation work is simply the best in the state.", rating: 5,
name: "Emily White", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-paper_23-2148943615.jpg"},
handle: "@ewhite", ],
testimonial: "Their renovation work is simply the best in the state.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-paper_23-2148943615.jpg?_wi=2",
},
]}
showRating={true} showRating={true}
title="Hear From Our Clients" title="Hear From Our Clients"
description="Your vision is our mission. Here is what our satisfied clients have to say about our partnership." description="Your vision is our mission. Here is what our satisfied clients have to say about our partnership."
@@ -328,12 +198,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Michigan Steel Co.", "Michigan Steel Co.", "Great Lakes Hardware", "Detroit Concrete Pros", "Grand Rapids Lumber", "Lansing Electrical Group"]}
"Great Lakes Hardware",
"Detroit Concrete Pros",
"Grand Rapids Lumber",
"Lansing Electrical Group",
]}
title="Trusted Partners & Industry Recognition" title="Trusted Partners & Industry Recognition"
description="We are proud to work with the finest suppliers and local vendors across the state." description="We are proud to work with the finest suppliers and local vendors across the state."
/> />
@@ -345,20 +210,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "How long does a renovation take?", content: "Timelines depend on complexity, but we provide detailed schedules before beginning."},
title: "How long does a renovation take?",
content: "Timelines depend on complexity, but we provide detailed schedules before beginning.",
},
{ {
id: "q2", id: "q2", title: "Do you provide estimates?", content: "Yes, we offer transparent and detailed estimates for all our construction services."},
title: "Do you provide estimates?",
content: "Yes, we offer transparent and detailed estimates for all our construction services.",
},
{ {
id: "q3", id: "q3", title: "What areas do you serve?", content: "We are proud to serve the entire state of Michigan with expert construction teams."},
title: "What areas do you serve?",
content: "We are proud to serve the entire state of Michigan with expert construction teams.",
},
]} ]}
title="Common Questions" title="Common Questions"
description="Everything you need to know about starting your project with us." description="Everything you need to know about starting your project with us."
@@ -368,10 +224,10 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter
tag="Contact Us"
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "rotated-rays-static", variant: "rotated-rays-static"}}
}}
title="Start Your Project" title="Start Your Project"
description="Get in touch today to discuss your vision, request an estimate, or inquire about our services." description="Get in touch today to discuss your vision, request an estimate, or inquire about our services."
/> />
@@ -381,54 +237,33 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#hero"},
href: "#hero",
},
{ {
label: "Projects", label: "Projects", href: "#products"},
href: "#products",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Residential", label: "Residential", href: "#"},
href: "#",
},
{ {
label: "Commercial", label: "Commercial", href: "#"},
href: "#",
},
{ {
label: "Consulting", label: "Consulting", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
{ {
label: "Privacy", label: "Privacy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}