Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
344
src/app/page.tsx
344
src/app/page.tsx
@@ -33,110 +33,71 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Products",
|
name: "Products", id: "products"},
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "faq"},
|
||||||
id: "faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=29lplr"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=29lplr"
|
||||||
logoAlt="Electromenag SARL Logo"
|
logoAlt="Electromenag SARL Logo"
|
||||||
brandName="Electromenag SARL"
|
brandName="Electromenag SARL"
|
||||||
button={{
|
button={{
|
||||||
text: "Get a Quote",
|
text: "Get a Quote", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
title="Premium Appliances Expert Service Your Home, Perfected"
|
title="Premium Appliances Expert Service Your Home, Perfected"
|
||||||
description="Electromenag SARL delivers rapid, attentive service with proven expertise. From consultation to installation, we listen, advise, and deliver excellence every time."
|
description="Electromenag SARL delivers rapid, attentive service with proven expertise. From consultation to installation, we listen, advise, and deliver excellence every time."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Request Your Expert Consultation",
|
text: "Request Your Expert Consultation", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-woman-white-robe-after-bath-holds-cup-with-coffee-tea-against-kitchen-wall-close-up-face-toothy-smile_231208-372.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-woman-white-robe-after-bath-holds-cup-with-coffee-tea-against-kitchen-wall-close-up-face-toothy-smile_231208-372.jpg"
|
||||||
imageAlt="Modern kitchen with premium appliances"
|
imageAlt="Modern kitchen with premium appliances"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
fixedMediaHeight={true}
|
fixedMediaHeight={true}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "asset://hero-avatar-1",
|
src: "asset://hero-avatar-1", alt: "Happy executive woman"},
|
||||||
alt: "Happy executive woman",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "asset://hero-avatar-2",
|
src: "asset://hero-avatar-2", alt: "Confident male professional"},
|
||||||
alt: "Confident male professional",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "asset://hero-avatar-3",
|
src: "asset://hero-avatar-3", alt: "Satisfied female client"},
|
||||||
alt: "Satisfied female client",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "asset://hero-avatar-4",
|
src: "asset://hero-avatar-4", alt: "Elegant mature man"},
|
||||||
alt: "Elegant mature man",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "asset://hero-avatar-5",
|
src: "asset://hero-avatar-5", alt: "Happy young woman client"},
|
||||||
alt: "Happy young woman client",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 2,500+ premium homes."
|
avatarText="Trusted by 2,500+ premium homes."
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Certified Technicians", icon: CheckCircle,
|
||||||
text: "Certified Technicians",
|
|
||||||
icon: CheckCircle,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Genuine Parts", icon: Settings,
|
||||||
text: "Genuine Parts",
|
|
||||||
icon: Settings,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Rapid Response", icon: Clock,
|
||||||
text: "Rapid Response",
|
|
||||||
icon: Clock,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Comprehensive Warranty", icon: Award,
|
||||||
text: "Comprehensive Warranty",
|
|
||||||
icon: Award,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Luxury Appliance Experts", icon: Sparkles,
|
||||||
text: "Luxury Appliance Experts",
|
|
||||||
icon: Sparkles,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -147,7 +108,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Your Trusted Partner for Home Appliance Excellence"
|
title="Your Trusted Partner for Home Appliance Excellence"
|
||||||
description="At Electromenag SARL, we understand that your home's appliances are essential to your daily life. With years of dedicated service in French-speaking regions, our certified technicians provide unparalleled expertise in maintenance, repair, and sales of premium brands. We pride ourselves on reliability, transparency, and a customer-centric approach that ensures peace of mind and lasting quality."
|
description="At Electromenag SARL, we understand that your home's appliances are essential to your daily life. With years of dedicated service in French-speaking regions, our certified technicians provide unparalleled expertise in maintenance, repair, and sales of premium brands. We pride ourselves on reliability, transparency, and a customer-centric approach that ensures peace of mind and lasting quality."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg"
|
||||||
imageAlt="Appliance technician consulting with homeowner"
|
imageAlt="Appliance technician consulting with homeowner"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -159,55 +120,31 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Expert Diagnosis & Repair",
|
title: "Expert Diagnosis & Repair", description: "Our certified technicians quickly identify and resolve issues, using advanced tools and genuine parts for lasting repairs.", icon: Wrench,
|
||||||
description: "Our certified technicians quickly identify and resolve issues, using advanced tools and genuine parts for lasting repairs.",
|
|
||||||
icon: Wrench,
|
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-routes_23-2149155158.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-routes_23-2149155158.jpg", imageAlt: "Technician diagnosing a refrigerator"},
|
||||||
imageAlt: "Technician diagnosing a refrigerator",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176714.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176714.jpg", imageAlt: "Close-up of technician working on an appliance"},
|
||||||
imageAlt: "Close-up of technician working on an appliance",
|
]
|
||||||
},
|
|
||||||
],
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=29lplr",
|
|
||||||
imageAlt: "technician diagnosing modern refrigerator",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Genuine Parts & Quality Assurance",
|
title: "Genuine Parts & Quality Assurance", description: "We only use manufacturer-approved parts, ensuring optimal performance and extending the lifespan of your valuable appliances.", icon: Settings,
|
||||||
description: "We only use manufacturer-approved parts, ensuring optimal performance and extending the lifespan of your valuable appliances.",
|
|
||||||
icon: Settings,
|
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-electric-mixer-table_140725-7494.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/black-electric-mixer-table_140725-7494.jpg", imageAlt: "Stack of new appliance parts"},
|
||||||
imageAlt: "Stack of new appliance parts",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cleaning-fridge_23-2148465088.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-cleaning-fridge_23-2148465088.jpg", imageAlt: "Technician installing a new appliance part"},
|
||||||
imageAlt: "Technician installing a new appliance part",
|
]
|
||||||
},
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-white-robe-after-bath-holds-cup-with-coffee-tea-against-kitchen-wall-close-up-face-toothy-smile_231208-372.jpg?_wi=2",
|
|
||||||
imageAlt: "technician diagnosing modern refrigerator",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Comprehensive Warranty",
|
title: "Comprehensive Warranty", description: "All our repairs and new installations come with a robust warranty, giving you confidence and peace of mind.", icon: Award,
|
||||||
description: "All our repairs and new installations come with a robust warranty, giving you confidence and peace of mind.",
|
|
||||||
icon: Award,
|
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-graduation-diploma_23-2148928779.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-graduation-diploma_23-2148928779.jpg", imageAlt: "Warranty document"},
|
||||||
imageAlt: "Warranty document",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-candidate-giving-his-cv-member-human-resource-team-while-having-job-interview-office_637285-6908.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/male-candidate-giving-his-cv-member-human-resource-team-while-having-job-interview-office_637285-6908.jpg", imageAlt: "Handshake sealing a deal"},
|
||||||
imageAlt: "Handshake sealing a deal",
|
]
|
||||||
},
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg?_wi=2",
|
|
||||||
imageAlt: "technician diagnosing modern refrigerator",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Premium Services"
|
title="Our Premium Services"
|
||||||
@@ -223,53 +160,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p-refrigerator",
|
id: "p-refrigerator", name: "Smart French Door Refrigerator", price: "€3,200", variant: "Stainless Steel", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-checking-fridge-snack_23-2149894791.jpg", imageAlt: "Luxury stainless steel smart refrigerator"},
|
||||||
name: "Smart French Door Refrigerator",
|
|
||||||
price: "€3,200",
|
|
||||||
variant: "Stainless Steel",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-checking-fridge-snack_23-2149894791.jpg",
|
|
||||||
imageAlt: "Luxury stainless steel smart refrigerator",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p-oven",
|
id: "p-oven", name: "Built-In Convection Oven", price: "€1,850", variant: "Black Stainless", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-with-light-brown-hair-white-shirt-cooking-homemade-chocolate-cookies-light-kitchen_291650-1342.jpg", imageAlt: "Built-in smart oven"},
|
||||||
name: "Built-In Convection Oven",
|
|
||||||
price: "€1,850",
|
|
||||||
variant: "Black Stainless",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-with-light-brown-hair-white-shirt-cooking-homemade-chocolate-cookies-light-kitchen_291650-1342.jpg",
|
|
||||||
imageAlt: "Built-in smart oven",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p-dishwasher",
|
id: "p-dishwasher", name: "Integrated Quiet Dishwasher", price: "€1,100", variant: "Panel Ready", imageSrc: "http://img.b2bpic.net/free-photo/clean-crockery-stacked-stainless-steel-shelf-generated-by-ai_188544-27978.jpg", imageAlt: "Integrated luxury dishwasher"},
|
||||||
name: "Integrated Quiet Dishwasher",
|
|
||||||
price: "€1,100",
|
|
||||||
variant: "Panel Ready",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/clean-crockery-stacked-stainless-steel-shelf-generated-by-ai_188544-27978.jpg",
|
|
||||||
imageAlt: "Integrated luxury dishwasher",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p-washer",
|
id: "p-washer", name: "High-Efficiency Front-Load Washer", price: "€1,400", variant: "White", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-holding-tablet_23-2148246508.jpg", imageAlt: "Luxury front-load washing machine"},
|
||||||
name: "High-Efficiency Front-Load Washer",
|
|
||||||
price: "€1,400",
|
|
||||||
variant: "White",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-holding-tablet_23-2148246508.jpg",
|
|
||||||
imageAlt: "Luxury front-load washing machine",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p-dryer",
|
id: "p-dryer", name: "Heat Pump Smart Dryer", price: "€1,350", variant: "White", imageSrc: "http://img.b2bpic.net/free-photo/typewriter-classic-editor-publish-concept_53876-14309.jpg", imageAlt: "Luxury heat pump dryer"},
|
||||||
name: "Heat Pump Smart Dryer",
|
|
||||||
price: "€1,350",
|
|
||||||
variant: "White",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/typewriter-classic-editor-publish-concept_53876-14309.jpg",
|
|
||||||
imageAlt: "Luxury heat pump dryer",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p-cooktop",
|
id: "p-cooktop", name: "Induction FlexZone Cooktop", price: "€1,600", variant: "Black Glass", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-learns-cook-holding-deco-with-homemade-cookies_291650-1343.jpg", imageAlt: "Luxury induction cooktop"},
|
||||||
name: "Induction FlexZone Cooktop",
|
|
||||||
price: "€1,600",
|
|
||||||
variant: "Black Glass",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-learns-cook-holding-deco-with-homemade-cookies_291650-1343.jpg",
|
|
||||||
imageAlt: "Luxury induction cooktop",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Discover Our Premium Appliances"
|
title="Discover Our Premium Appliances"
|
||||||
description="Explore a curated selection of high-end home appliances, combining innovative technology with exquisite design for your modern home."
|
description="Explore a curated selection of high-end home appliances, combining innovative technology with exquisite design for your modern home."
|
||||||
@@ -283,23 +184,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", icon: Star,
|
||||||
icon: Star,
|
title: "Customer Satisfaction", value: "4.9/5 Stars"},
|
||||||
title: "Customer Satisfaction",
|
|
||||||
value: "4.9/5 Stars",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", icon: Clock,
|
||||||
icon: Clock,
|
title: "Rapid Response Time", value: "24h Service"},
|
||||||
title: "Rapid Response Time",
|
|
||||||
value: "24h Service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", icon: Users,
|
||||||
icon: Users,
|
title: "Satisfied Clients", value: "2500+"},
|
||||||
title: "Satisfied Clients",
|
|
||||||
value: "2500+",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Commitment to Excellence"
|
title="Our Commitment to Excellence"
|
||||||
description="Numbers speak louder than words. Our dedication to service and customer satisfaction drives everything we do."
|
description="Numbers speak louder than words. Our dedication to service and customer satisfaction drives everything we do."
|
||||||
@@ -313,45 +205,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Geneviève Dubois", handle: "@GDuboisEstates", testimonial: "Electromenag SARL truly understands premium service. Their team was incredibly responsive and fixed my refrigerator with unmatched precision. A truly five-star experience from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-curly-haired-lady-showing-thumb-up-park_1262-20821.jpg", imageAlt: "Geneviève Dubois"},
|
||||||
name: "Geneviève Dubois",
|
|
||||||
handle: "@GDuboisEstates",
|
|
||||||
testimonial: "Electromenag SARL truly understands premium service. Their team was incredibly responsive and fixed my refrigerator with unmatched precision. A truly five-star experience from start to finish.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-curly-haired-lady-showing-thumb-up-park_1262-20821.jpg",
|
|
||||||
imageAlt: "Geneviève Dubois",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Marc Fournier", handle: "@FournierProp", testimonial: "As a property manager, I need reliability. Electromenag SARL consistently delivers rapid, high-quality repairs for all my rental units. They are my go-to partners.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064824.jpg", imageAlt: "Marc Fournier"},
|
||||||
name: "Marc Fournier",
|
|
||||||
handle: "@FournierProp",
|
|
||||||
testimonial: "As a property manager, I need reliability. Electromenag SARL consistently delivers rapid, high-quality repairs for all my rental units. They are my go-to partners.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064824.jpg",
|
|
||||||
imageAlt: "Marc Fournier",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Isabelle Lemaire", handle: "@LemaireLuxury", testimonial: "The installation of my new high-end oven was seamless. The technicians were professional, attentive, and left my kitchen spotless. Electromenag SARL exceeds expectations.", imageSrc: "http://img.b2bpic.net/free-photo/women-relaxing-sofa-looking-clipboard_23-2148352830.jpg", imageAlt: "Isabelle Lemaire"},
|
||||||
name: "Isabelle Lemaire",
|
|
||||||
handle: "@LemaireLuxury",
|
|
||||||
testimonial: "The installation of my new high-end oven was seamless. The technicians were professional, attentive, and left my kitchen spotless. Electromenag SARL exceeds expectations.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/women-relaxing-sofa-looking-clipboard_23-2148352830.jpg",
|
|
||||||
imageAlt: "Isabelle Lemaire",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Pierre & Sophie Moreau", handle: "@MoreauResidence", testimonial: "Our washing machine broke down unexpectedly, and Electromenag SARL provided swift service. They were courteous, skilled, and incredibly efficient. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/happy-married-couple-holding-hands-front-porch_53876-98120.jpg", imageAlt: "Pierre and Sophie Moreau"},
|
||||||
name: "Pierre & Sophie Moreau",
|
|
||||||
handle: "@MoreauResidence",
|
|
||||||
testimonial: "Our washing machine broke down unexpectedly, and Electromenag SARL provided swift service. They were courteous, skilled, and incredibly efficient. Highly recommended!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-married-couple-holding-hands-front-porch_53876-98120.jpg",
|
|
||||||
imageAlt: "Pierre and Sophie Moreau",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Chloé Lefevre", handle: "@ChloeLefevre", testimonial: "Their preventative maintenance service for my entire kitchen appliance suite has been invaluable. Proactive care that saves time and money. Exceptional attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-girl-talking-video-call-looks-laptop-having-online-meeting-sitting_1258-190963.jpg", imageAlt: "Chloé Lefevre"},
|
||||||
name: "Chloé Lefevre",
|
|
||||||
handle: "@ChloeLefevre",
|
|
||||||
testimonial: "Their preventative maintenance service for my entire kitchen appliance suite has been invaluable. Proactive care that saves time and money. Exceptional attention to detail.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-girl-talking-video-call-looks-laptop-having-online-meeting-sitting_1258-190963.jpg",
|
|
||||||
imageAlt: "Chloé Lefevre",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Valued Clients Say"
|
title="What Our Valued Clients Say"
|
||||||
description="Hear directly from affluent homeowners and property managers who trust Electromenag SARL for their appliance needs."
|
description="Hear directly from affluent homeowners and property managers who trust Electromenag SARL for their appliance needs."
|
||||||
@@ -364,30 +226,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "What types of appliances do you service?", content: "We service a wide range of premium home appliances, including refrigerators, ovens, dishwashers, washing machines, dryers, and cooktops from leading luxury brands."},
|
||||||
title: "What types of appliances do you service?",
|
|
||||||
content: "We service a wide range of premium home appliances, including refrigerators, ovens, dishwashers, washing machines, dryers, and cooktops from leading luxury brands.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "How quickly can you respond to a service request?", content: "We pride ourselves on rapid response times. For urgent requests, we aim to dispatch a technician within 24-48 hours, ensuring minimal disruption to your home."},
|
||||||
title: "How quickly can you respond to a service request?",
|
|
||||||
content: "We pride ourselves on rapid response times. For urgent requests, we aim to dispatch a technician within 24-48 hours, ensuring minimal disruption to your home.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Do you offer warranties on your repairs?", content: "Yes, all our repairs are backed by a comprehensive warranty on both parts and labor, ensuring your peace of mind and satisfaction with our work."},
|
||||||
title: "Do you offer warranties on your repairs?",
|
|
||||||
content: "Yes, all our repairs are backed by a comprehensive warranty on both parts and labor, ensuring your peace of mind and satisfaction with our work.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f4",
|
id: "f4", title: "What areas do you serve?", content: "Electromenag SARL proudly serves affluent homeowners and property managers across French-speaking regions. Please contact us to confirm service availability in your specific location."},
|
||||||
title: "What areas do you serve?",
|
|
||||||
content: "Electromenag SARL proudly serves affluent homeowners and property managers across French-speaking regions. Please contact us to confirm service availability in your specific location.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f5",
|
id: "f5", title: "Can I purchase new appliances directly from you?", content: "Absolutely. We offer a curated selection of premium, high-end appliances for sale, providing expert consultation, delivery, and professional installation."},
|
||||||
title: "Can I purchase new appliances directly from you?",
|
|
||||||
content: "Absolutely. We offer a curated selection of premium, high-end appliances for sale, providing expert consultation, delivery, and professional installation.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Find quick answers to common questions about our services, process, and commitment to quality."
|
description="Find quick answers to common questions about our services, process, and commitment to quality."
|
||||||
@@ -402,38 +249,20 @@ export default function LandingPage() {
|
|||||||
description="Ready to experience premium appliance service and sales? Fill out the form below, and our dedicated team will contact you shortly to arrange a personalized consultation."
|
description="Ready to experience premium appliance service and sales? Fill out the form below, and our dedicated team will contact you shortly to arrange a personalized consultation."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "fullName",
|
name: "fullName", type: "text", placeholder: "Your Full Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Full Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Your Email Address", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Your Email Address",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "phone",
|
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
|
||||||
type: "tel",
|
|
||||||
placeholder: "Phone Number (Optional)",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
multiSelect={{
|
multiSelect={{
|
||||||
name: "serviceType",
|
name: "serviceType", label: "Select Service Type", options: [
|
||||||
label: "Select Service Type",
|
"Appliance Repair", "New Appliance Purchase", "Preventative Maintenance", "Property Management Partnership", "Other Inquiry"],
|
||||||
options: [
|
|
||||||
"Appliance Repair",
|
|
||||||
"New Appliance Purchase",
|
|
||||||
"Preventative Maintenance",
|
|
||||||
"Property Management Partnership",
|
|
||||||
"Other Inquiry",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Tell us more about your needs...", rows: 4,
|
||||||
placeholder: "Tell us more about your needs...",
|
|
||||||
rows: 4,
|
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/relaxed-senior-woman-listening-music-headphones-breakfast-kitchen-elderly-dancing-fun-lifestyle-with-modern-technology_482257-4413.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/relaxed-senior-woman-listening-music-headphones-breakfast-kitchen-elderly-dancing-fun-lifestyle-with-modern-technology_482257-4413.jpg"
|
||||||
imageAlt="Appliance technician assisting customer via phone"
|
imageAlt="Appliance technician assisting customer via phone"
|
||||||
@@ -449,58 +278,35 @@ export default function LandingPage() {
|
|||||||
logoText="Electromenag SARL"
|
logoText="Electromenag SARL"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Appliance Repair",
|
label: "Appliance Repair", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "New Sales & Installation",
|
label: "New Sales & Installation", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Maintenance",
|
label: "Maintenance", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Consultation",
|
label: "Consultation", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Testimonials",
|
label: "Testimonials", href: "#testimonials"},
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user