Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-17 20:53:54 +00:00

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Services",
id: "services",
},
{
name: "Process",
id: "process",
},
{
name: "Gallery",
id: "gallery",
},
{
name: "Contact",
id: "contact",
},
{ name: "Services", id: "services" },
{ name: "Process", id: "process" },
{ name: "Gallery", id: "gallery" },
{ name: "Contact", id: "contact" },
]}
brandName="JeanPaul Couverture"
/>
@@ -58,75 +46,24 @@ export default function LandingPage() {
title="Your Île-de-France roofing expert, rapid intervention guaranteed"
description="Repair, renovation, and maintenance with guaranteed work and free estimates. Trusted by 48★ Google reviews."
testimonials={[
{
name: "Pierre Martin",
handle: "@pierremartin",
testimonial: "Excellent workmanship and fast response. My leak was fixed in 24h.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg?_wi=1",
},
{
name: "Sophie Dubois",
handle: "@sophiedubois",
testimonial: "Very professional team. They respected the heritage of my house.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg?_wi=1",
},
{
name: "Marc Lefebvre",
handle: "@marclefebvre",
testimonial: "The best roofer in Taverny. Highly recommend for any renovation.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg",
},
{
name: "Claire Morel",
handle: "@clairemorel",
testimonial: "Transparent pricing and great follow-up. Thank you!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-showing-winner-gesture-shirt-vest-hat-looking-happy-front-view_176474-30662.jpg",
},
{
name: "Julien Petit",
handle: "@julienpetit",
testimonial: "Responsive and skilled, saved us during the winter storms.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg",
},
{ name: "Pierre Martin", handle: "@pierremartin", testimonial: "Excellent workmanship and fast response. My leak was fixed in 24h.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg" },
{ name: "Sophie Dubois", handle: "@sophiedubois", testimonial: "Very professional team. They respected the heritage of my house.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg" },
{ name: "Marc Lefebvre", handle: "@marclefebvre", testimonial: "The best roofer in Taverny. Highly recommend for any renovation.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg" },
{ name: "Claire Morel", handle: "@clairemorel", testimonial: "Transparent pricing and great follow-up. Thank you!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-showing-winner-gesture-shirt-vest-hat-looking-happy-front-view_176474-30662.jpg" },
{ name: "Julien Petit", handle: "@julienpetit", testimonial: "Responsive and skilled, saved us during the winter storms.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg" },
]}
tag="Expert Roofing Services"
buttons={[
{
text: "Get free quote",
href: "#contact",
},
{
text: "Call now",
href: "tel:0614703098",
},
{ text: "Get free quote", href: "#contact" },
{ text: "Call now", href: "tel:0614703098" },
]}
imageSrc="http://img.b2bpic.net/free-photo/smoldering-ashes-bonfire_23-2148253383.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/smoldering-ashes-bonfire_23-2148253383.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg",
alt: "Client profile 1",
},
{
src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg",
alt: "Client profile 2",
},
{
src: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
alt: "Client profile 3",
},
{
src: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498450.jpg",
alt: "Client profile 4",
},
{
src: "http://img.b2bpic.net/free-photo/man-looking-away-while-going-upstairs-with-coffee_171337-19937.jpg",
alt: "Client profile 5",
},
{ src: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg", alt: "Client profile 1" },
{ src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg", alt: "Client profile 2" },
{ src: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", alt: "Client profile 3" },
{ src: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498450.jpg", alt: "Client profile 4" },
{ src: "http://img.b2bpic.net/free-photo/man-looking-away-while-going-upstairs-with-coffee_171337-19937.jpg", alt: "Client profile 5" },
]}
avatarText="Join 500+ satisfied homeowners"
/>
@@ -139,67 +76,31 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Roof Repair & Leaks",
description: "Rapid intervention for emergency leaks in Taverny and the Val-d'Oise.",
items: [
{
icon: Shield,
text: "24/7 Response",
},
{
icon: CheckCircle,
text: "Guaranteed Repairs",
},
title: "Roof Repair & Leaks", description: "Rapid intervention for emergency leaks in Taverny and the Val-d'Oise.", items: [
{ icon: Shield, text: "24/7 Response" },
{ icon: CheckCircle, text: "Guaranteed Repairs" },
],
reverse: false,
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DrrcmiJxNERS5MX7X51y8lcz5u/uploaded-1779051174130-s1j7fjxp.png?_wi=1",
imageAlt: "Roof repair service",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DrrcmiJxNERS5MX7X51y8lcz5u/uploaded-1779051174130-7474qjfh.png?_wi=1",
imageAlt: "User provided image",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DrrcmiJxNERS5MX7X51y8lcz5u/uploaded-1779051174130-s1j7fjxp.png", imageAlt: "Roof repair service"},
},
{
title: "Full Renovation",
description: "Modern roofing techniques respecting traditional French house aesthetics.",
items: [
{
icon: Award,
text: "Artisanal Skills",
},
{
icon: Zap,
text: "Efficiency",
},
title: "Full Renovation", description: "Modern roofing techniques respecting traditional French house aesthetics.", items: [
{ icon: Award, text: "Artisanal Skills" },
{ icon: Zap, text: "Efficiency" },
],
reverse: true,
media: {
imageSrc: "http://img.b2bpic.net/free-photo/smoldering-ashes-bonfire_23-2148253383.jpg?_wi=2",
imageAlt: "Renovation work",
},
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg?_wi=2",
imageAlt: "User provided image",
imageSrc: "http://img.b2bpic.net/free-photo/smoldering-ashes-bonfire_23-2148253383.jpg", imageAlt: "Renovation work"},
},
{
title: "Maintenance Plans",
description: "Routine upkeep to extend the lifespan of your roof for your business or home.",
items: [
{
icon: Star,
text: "Long-term Durability",
},
{
icon: CheckCircle,
text: "Proactive Care",
},
title: "Maintenance Plans", description: "Routine upkeep to extend the lifespan of your roof for your business or home.", items: [
{ icon: Star, text: "Long-term Durability" },
{ icon: CheckCircle, text: "Proactive Care" },
],
reverse: false,
media: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-earphones_23-2149343656.jpg",
imageAlt: "Maintenance service",
},
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg?_wi=2",
imageAlt: "User provided image",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-earphones_23-2149343656.jpg", imageAlt: "Maintenance service"},
},
]}
title="Comprehensive Roofing Expertise"
@@ -212,7 +113,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Why JeanPaul Couverture?"
description="We blend heritage techniques with modern efficiency to provide the highest standard of service in Île-de-France. Fast diagnostics, certified materials, and a focus on peace of mind."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DrrcmiJxNERS5MX7X51y8lcz5u/uploaded-1779051174130-7474qjfh.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DrrcmiJxNERS5MX7X51y8lcz5u/uploaded-1779051174130-7474qjfh.png"
/>
</div>
@@ -223,46 +124,11 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Owner",
company: "Villa Rose",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-people_23-2148827022.jpg",
},
{
id: "2",
name: "Michael C.",
role: "Manager",
company: "Le Bistro",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-owner-with-document_23-2149434529.jpg",
},
{
id: "3",
name: "Emily R.",
role: "Owner",
company: "Cozy Home",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/optimistic-confident-carefree-chill-african-american-female_176420-31297.jpg",
},
{
id: "4",
name: "David K.",
role: "Owner",
company: "Studio 95",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/trans-couple-holding-each-other-being-affectionate-city-streets_23-2149304563.jpg",
},
{
id: "5",
name: "Anna P.",
role: "Owner",
company: "Grand Manor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064919.jpg",
},
{ id: "1", name: "Sarah J.", role: "Owner", company: "Villa Rose", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-people_23-2148827022.jpg" },
{ id: "2", name: "Michael C.", role: "Manager", company: "Le Bistro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-owner-with-document_23-2149434529.jpg" },
{ id: "3", name: "Emily R.", role: "Owner", company: "Cozy Home", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/optimistic-confident-carefree-chill-african-american-female_176420-31297.jpg" },
{ id: "4", name: "David K.", role: "Owner", company: "Studio 95", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/trans-couple-holding-each-other-being-affectionate-city-streets_23-2149304563.jpg" },
{ id: "5", name: "Anna P.", role: "Owner", company: "Grand Manor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064919.jpg" },
]}
title="Trusted by Homeowners"
description="See why locals trust our expertise."
@@ -276,60 +142,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Roofing",
name: "Historic Renovation",
price: "Featured",
rating: 5,
reviewCount: "10",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DrrcmiJxNERS5MX7X51y8lcz5u/uploaded-1779051174130-s1j7fjxp.png?_wi=2",
},
{
id: "p2",
brand: "Roofing",
name: "Emergency Leak Repair",
price: "Completed",
rating: 5,
reviewCount: "10",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DrrcmiJxNERS5MX7X51y8lcz5u/uploaded-1779051174130-7474qjfh.png?_wi=3",
},
{
id: "p3",
brand: "Roofing",
name: "Tile Replacement",
price: "Standard",
rating: 5,
reviewCount: "10",
imageSrc: "http://img.b2bpic.net/free-photo/sideways-man-working-roof-with-drill_23-2148748771.jpg",
},
{
id: "p4",
brand: "Roofing",
name: "Gutter Maintenance",
price: "Featured",
rating: 5,
reviewCount: "10",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg",
},
{
id: "p5",
brand: "Roofing",
name: "Commercial Roofing",
price: "Completed",
rating: 5,
reviewCount: "10",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg",
},
{
id: "p6",
brand: "Roofing",
name: "Chimney Restoration",
price: "Featured",
rating: 5,
reviewCount: "10",
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3666.jpg",
},
{ id: "p1", brand: "Roofing", name: "Historic Renovation", price: "Featured", rating: 5, reviewCount: "10", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DrrcmiJxNERS5MX7X51y8lcz5u/uploaded-1779051174130-s1j7fjxp.png" },
{ id: "p2", brand: "Roofing", name: "Emergency Leak Repair", price: "Completed", rating: 5, reviewCount: "10", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DrrcmiJxNERS5MX7X51y8lcz5u/uploaded-1779051174130-7474qjfh.png" },
{ id: "p3", brand: "Roofing", name: "Tile Replacement", price: "Standard", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/sideways-man-working-roof-with-drill_23-2148748771.jpg" },
{ id: "p4", brand: "Roofing", name: "Gutter Maintenance", price: "Featured", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg" },
{ id: "p5", brand: "Roofing", name: "Commercial Roofing", price: "Completed", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg" },
{ id: "p6", brand: "Roofing", name: "Chimney Restoration", price: "Featured", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3666.jpg" },
]}
title="Our Recent Projects"
description="Examples of professional roofing projects completed across the Taverny and Val-d'Oise region."
@@ -343,21 +161,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "<24h",
description: "Average response time for urgent calls",
},
{
id: "m2",
value: "100%",
description: "Guaranteed quality of work",
},
{
id: "m3",
value: "20+",
description: "Years of local roofing experience",
},
{ id: "m1", value: "<24h", description: "Average response time for urgent calls" },
{ id: "m2", value: "100%", description: "Guaranteed quality of work" },
{ id: "m3", value: "20+", description: "Years of local roofing experience" },
]}
title="Emergency Response Guaranteed"
description="When damage strikes, our rapid intervention team is ready to minimize impact and restore security."
@@ -369,28 +175,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Free Diagnosis",
content: "We arrive to assess your roof and provide a detailed, honest estimate without obligation.",
},
{
id: "f2",
title: "Proposal Acceptance",
content: "Once you review the estimate, we schedule the intervention at your convenience.",
},
{
id: "f3",
title: "Expert Execution",
content: "Our qualified team performs the work using premium materials and safety standards.",
},
{
id: "f4",
title: "Final Inspection",
content: "We check the work with you and provide certification for peace of mind.",
},
{ id: "f1", title: "Free Diagnosis", content: "We arrive to assess your roof and provide a detailed, honest estimate without obligation." },
{ id: "f2", title: "Proposal Acceptance", content: "Once you review the estimate, we schedule the intervention at your convenience." },
{ id: "f3", title: "Expert Execution", content: "Our qualified team performs the work using premium materials and safety standards." },
{ id: "f4", title: "Final Inspection", content: "We check the work with you and provide certification for peace of mind." },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DrrcmiJxNERS5MX7X51y8lcz5u/uploaded-1779051174130-s1j7fjxp.png?_wi=3"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DrrcmiJxNERS5MX7X51y8lcz5u/uploaded-1779051174130-s1j7fjxp.png"
mediaAnimation="slide-up"
title="How We Work"
description="A clear, transparent process from your first call to the final sign-off."
@@ -401,9 +191,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
tag="Get In Touch"
title="Schedule Your Free Consultation"
description="Contact us today for rapid intervention or a routine maintenance quote."
@@ -416,16 +204,8 @@ export default function LandingPage() {
logoText="JeanPaul Couverture"
copyrightText="© 2025 JeanPaul Couverture | Val-d'Oise"
socialLinks={[
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook",
},
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
]}
/>
</div>