Merge version_1 into main #2
237
src/app/page.tsx
237
src/app/page.tsx
@@ -27,22 +27,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#why-us",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
{
|
||||
name: "Get Quote",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Why Us", id: "#why-us" },
|
||||
{ name: "Reviews", id: "#reviews" },
|
||||
{ name: "Get Quote", id: "#contact" },
|
||||
]}
|
||||
brandName="Monkey Paw Construction"
|
||||
/>
|
||||
@@ -50,20 +38,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Reliable Construction Done Right the First Time"
|
||||
description="Roofing, remodeling, and home improvement services in Davison, MI. Fair pricing, fast turnaround, and quality you can trust."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:8105550123",
|
||||
},
|
||||
{ text: "Get a Free Quote", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:8105550123" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-earphones_23-2149343656.jpg"
|
||||
/>
|
||||
@@ -75,60 +55,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
company: "Davison",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880938.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike R.",
|
||||
role: "Homeowner",
|
||||
company: "Davison",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "David W.",
|
||||
role: "Homeowner",
|
||||
company: "Davison",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-confused-with-expression-as-asking-question-isolated-green-background_141793-20170.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Linda M.",
|
||||
role: "Homeowner",
|
||||
company: "Davison",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-camera-smiling-cheerful-pointing-up-with-fingers-isolated-green-background_141793-20156.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kevin B.",
|
||||
role: "Homeowner",
|
||||
company: "Davison",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-professionals-broker-evaluating-property-corporate-relocation_482257-107434.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", role: "Homeowner", company: "Davison", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-repairing-computer-chips_23-2150880938.jpg" },
|
||||
{ id: "2", name: "Mike R.", role: "Homeowner", company: "Davison", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg" },
|
||||
{ id: "3", name: "David W.", role: "Homeowner", company: "Davison", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-confused-with-expression-as-asking-question-isolated-green-background_141793-20170.jpg" },
|
||||
{ id: "4", name: "Linda M.", role: "Homeowner", company: "Davison", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-camera-smiling-cheerful-pointing-up-with-fingers-isolated-green-background_141793-20156.jpg" },
|
||||
{ id: "5", name: "Kevin B.", role: "Homeowner", company: "Davison", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-professionals-broker-evaluating-property-corporate-relocation_482257-107434.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.8/5",
|
||||
label: "Customer Rating",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Satisfied Customers",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Quality Commitment",
|
||||
},
|
||||
{ value: "4.8/5", label: "Customer Rating" },
|
||||
{ value: "50+", label: "Satisfied Customers" },
|
||||
{ value: "100%", label: "Quality Commitment" },
|
||||
]}
|
||||
title="Trusted by Homeowners Across Davison"
|
||||
description="Don't just take our word for it. See why we're the go-to crew for local home improvements."
|
||||
@@ -141,41 +77,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Roofing",
|
||||
description: "Durable, high-quality roofing installations and repairs.",
|
||||
tag: "Top Rated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Siding",
|
||||
description: "Professional exterior siding that protects and enhances your home.",
|
||||
tag: "Exterior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-restaurant_1361-222.jpg",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Bathroom Remodeling",
|
||||
description: "Transform your bathroom into a modern sanctuary.",
|
||||
tag: "Remodel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bathrobe-modern-bathtub_1203-1498.jpg",
|
||||
},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Kitchen Upgrades",
|
||||
description: "Custom backsplashes and functional kitchen improvements.",
|
||||
tag: "Interior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976526.jpg",
|
||||
},
|
||||
{
|
||||
id: "s5",
|
||||
title: "General Construction",
|
||||
description: "Structural repairs and general home improvement solutions.",
|
||||
tag: "General",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-screeding-floor-construction-site_651396-2362.jpg",
|
||||
},
|
||||
{ id: "s1", title: "Roofing", description: "Durable, high-quality roofing installations and repairs.", tag: "Top Rated", imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg" },
|
||||
{ id: "s2", title: "Siding", description: "Professional exterior siding that protects and enhances your home.", tag: "Exterior", imageSrc: "http://img.b2bpic.net/free-photo/blue-restaurant_1361-222.jpg" },
|
||||
{ id: "s3", title: "Bathroom Remodeling", description: "Transform your bathroom into a modern sanctuary.", tag: "Remodel", imageSrc: "http://img.b2bpic.net/free-photo/bathrobe-modern-bathtub_1203-1498.jpg" },
|
||||
{ id: "s4", title: "Kitchen Upgrades", description: "Custom backsplashes and functional kitchen improvements.", tag: "Interior", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976526.jpg" },
|
||||
{ id: "s5", title: "General Construction", description: "Structural repairs and general home improvement solutions.", tag: "General", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-screeding-floor-construction-site_651396-2362.jpg" },
|
||||
]}
|
||||
title="Professional Services"
|
||||
description="From foundation to roof, we handle your home with care and precision."
|
||||
@@ -184,44 +90,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "w1",
|
||||
title: "Fair Pricing",
|
||||
description: "Competitive estimates that respect your budget.",
|
||||
tag: "Value",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-596.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "w2",
|
||||
title: "Efficient Crews",
|
||||
description: "Fast turnarounds without sacrificing quality.",
|
||||
tag: "Speed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-protesting-working-rights_23-2151546423.jpg",
|
||||
},
|
||||
{
|
||||
id: "w3",
|
||||
title: "Communication",
|
||||
description: "Clear updates throughout the entire process.",
|
||||
tag: "Reliability",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "w4",
|
||||
title: "Safety First",
|
||||
description: "OSHA-compliant practices for a secure work environment.",
|
||||
tag: "Safe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-596.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "w5",
|
||||
title: "Local Roots",
|
||||
description: "Proudly serving Davison and surrounding neighborhoods.",
|
||||
tag: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg?_wi=2",
|
||||
},
|
||||
{ id: "w1", title: "Fair Pricing", description: "Competitive estimates that respect your budget.", tag: "Value", imageSrc: "http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-596.jpg" },
|
||||
{ id: "w2", title: "Efficient Crews", description: "Fast turnarounds without sacrificing quality.", tag: "Speed", imageSrc: "http://img.b2bpic.net/free-photo/worker-protesting-working-rights_23-2151546423.jpg" },
|
||||
{ id: "w3", title: "Communication", description: "Clear updates throughout the entire process.", tag: "Reliability", imageSrc: "http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg" },
|
||||
{ id: "w4", title: "Safety First", description: "OSHA-compliant practices for a secure work environment.", tag: "Safe", imageSrc: "http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-596.jpg" },
|
||||
{ id: "w5", title: "Local Roots", description: "Proudly serving Davison and surrounding neighborhoods.", tag: "Local", imageSrc: "http://img.b2bpic.net/free-photo/couple-watching-movie-streaming-service_23-2149026157.jpg" },
|
||||
]}
|
||||
title="Why Monkey Paw Construction?"
|
||||
description="We are local, reliable, and committed to doing it right the first time."
|
||||
@@ -234,31 +111,11 @@ export default function LandingPage() {
|
||||
title="Get Your Free Estimate Today"
|
||||
description="Ready to start your home improvement project? Contact us today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "project",
|
||||
placeholder: "Tell us about your project",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "project", placeholder: "Tell us about your project", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124270.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -268,40 +125,12 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/oxide-steel-texture_1194-8408.jpg"
|
||||
logoText="Monkey Paw Construction"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Why Us",
|
||||
href: "#why-us",
|
||||
},
|
||||
{
|
||||
label: "Get Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "7065 Allegan Dr, Davison, MI",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "(810) 555-0123",
|
||||
href: "tel:8105550123",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Services", href: "#services" }, { label: "Why Us", href: "#why-us" }, { label: "Get Quote", href: "#contact" }] },
|
||||
{ title: "Contact", items: [{ label: "7065 Allegan Dr, Davison, MI", href: "#" }, { label: "(810) 555-0123", href: "tel:8105550123" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user