Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 294f611af1 | |||
| 346724a4f2 | |||
| 6e0d616dfd | |||
| 33b7582674 |
188
src/app/page.tsx
188
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="אינסטלטור עמ"
|
brandName="אינסטלטור עמ"
|
||||||
/>
|
/>
|
||||||
@@ -57,77 +47,48 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Premium Plumbing for Homes That Matter"
|
title="Premium Plumbing for Homes That Matter"
|
||||||
description="Expert installations, emergency response, and luxury finishes. Experience plumbing service that matches your standards."
|
description="Expert installations, emergency response, and luxury finishes. Experience plumbing service that matches your standards."
|
||||||
kpis={[
|
kpis={[
|
||||||
{
|
{
|
||||||
value: "15+",
|
value: "15+", label: "Years Experience"},
|
||||||
label: "Years Experience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "100%",
|
value: "100%", label: "Client Satisfaction"},
|
||||||
label: "Client Satisfaction",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "24/7",
|
value: "24/7", label: "Emergency Support"},
|
||||||
label: "Emergency Support",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Schedule Your Consultation",
|
text: "Get Your Free Consultation", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199306.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199306.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112099.jpg",
|
src: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112099.jpg", alt: "Client 1"},
|
||||||
alt: "Client 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-female-applicant-receiving-access-security-card-from-hr-manager-onboarding_482257-136431.jpg",
|
src: "http://img.b2bpic.net/free-photo/smiling-female-applicant-receiving-access-security-card-from-hr-manager-onboarding_482257-136431.jpg", alt: "Client 2"},
|
||||||
alt: "Client 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg", alt: "Client 3"},
|
||||||
alt: "Client 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200083.jpg",
|
src: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200083.jpg", alt: "Client 4"},
|
||||||
alt: "Client 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-mid-adult-mechanic-working-computer-auto-repair-shop_637285-11593.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-mid-adult-mechanic-working-computer-auto-repair-shop_637285-11593.jpg", alt: "Client 5"},
|
||||||
alt: "Client 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 500+ Luxury Homeowners"
|
avatarText="Trusted by 500+ Luxury Homeowners"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Certified Experts"},
|
||||||
text: "Certified Experts",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "24/7 Availability"},
|
||||||
text: "24/7 Availability",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Premium Materials"},
|
||||||
text: "Premium Materials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Guaranteed Results"},
|
||||||
text: "Guaranteed Results",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Licensed Professionals"},
|
||||||
text: "Licensed Professionals",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -137,14 +98,12 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "Elevating the Standard of Home Maintenance"},
|
||||||
content: "Elevating the Standard of Home Maintenance",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/dad-teaching-his-boy-how-shave_23-2149588735.jpg", alt: "About us"},
|
||||||
src: "http://img.b2bpic.net/free-photo/dad-teaching-his-boy-how-shave_23-2149588735.jpg",
|
]}
|
||||||
alt: "About us",
|
buttons={[
|
||||||
},
|
{ text: "View Our Standards", href: "#services" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -156,22 +115,13 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Luxury Installations",
|
title: "Luxury Installations", description: "High-end fixtures and bespoke plumbing installations for refined living spaces.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=1"},
|
||||||
description: "High-end fixtures and bespoke plumbing installations for refined living spaces.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Emergency Repairs",
|
title: "Emergency Repairs", description: "Rapid, professional response for urgent issues, ensuring minimal disruption to your home.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg"},
|
||||||
description: "Rapid, professional response for urgent issues, ensuring minimal disruption to your home.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721573.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
title: "Commercial Maintenance",
|
title: "Commercial Maintenance", description: "Accountable and documented service contracts for commercial and property facilities.", imageSrc: "http://img.b2bpic.net/free-photo/ceiling-glass-wall_1127-2092.jpg"},
|
||||||
description: "Accountable and documented service contracts for commercial and property facilities.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/ceiling-glass-wall_1127-2092.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Professional Services"
|
title="Our Professional Services"
|
||||||
description="Comprehensive solutions tailored to your unique requirements, ensuring lasting quality and aesthetic brilliance."
|
description="Comprehensive solutions tailored to your unique requirements, ensuring lasting quality and aesthetic brilliance."
|
||||||
@@ -186,25 +136,15 @@ export default function LandingPage() {
|
|||||||
author="Sarah M., Residential Client"
|
author="Sarah M., Residential Client"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112099.jpg",
|
src: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112099.jpg", alt: "Sarah M"},
|
||||||
alt: "Sarah M",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-female-applicant-receiving-access-security-card-from-hr-manager-onboarding_482257-136431.jpg",
|
src: "http://img.b2bpic.net/free-photo/smiling-female-applicant-receiving-access-security-card-from-hr-manager-onboarding_482257-136431.jpg", alt: "John D"},
|
||||||
alt: "John D",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg", alt: "Alice B"},
|
||||||
alt: "Alice B",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200083.jpg",
|
src: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200083.jpg", alt: "Robert K"},
|
||||||
alt: "Robert K",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-mid-adult-mechanic-working-computer-auto-repair-shop_637285-11593.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-mid-adult-mechanic-working-computer-auto-repair-shop_637285-11593.jpg", alt: "Emma L"},
|
||||||
alt: "Emma L",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="blur-reveal"
|
avatarsAnimation="blur-reveal"
|
||||||
@@ -217,20 +157,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq1",
|
id: "faq1", title: "Do you offer maintenance contracts?", content: "Yes, we provide customizable maintenance agreements for both high-end residential and commercial facilities."},
|
||||||
title: "Do you offer maintenance contracts?",
|
|
||||||
content: "Yes, we provide customizable maintenance agreements for both high-end residential and commercial facilities.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq2",
|
id: "faq2", title: "What is your emergency response time?", content: "We prioritize urgent requests and strive to arrive within two hours for emergency service clients."},
|
||||||
title: "What is your emergency response time?",
|
|
||||||
content: "We prioritize urgent requests and strive to arrive within two hours for emergency service clients.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq3",
|
id: "faq3", title: "Are your parts premium quality?", content: "We source only top-tier fixtures and materials, ensuring durability and a luxury aesthetic for every installation."},
|
||||||
title: "Are your parts premium quality?",
|
|
||||||
content: "We source only top-tier fixtures and materials, ensuring durability and a luxury aesthetic for every installation.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Everything you need to know about our professional standards and service process."
|
description="Everything you need to know about our professional standards and service process."
|
||||||
@@ -247,22 +178,14 @@ export default function LandingPage() {
|
|||||||
description="Ready for premium service? Fill out the form and our team will contact you promptly to discuss your project."
|
description="Ready for premium service? Fill out the form and our team will contact you promptly to discuss your project."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Full Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Full Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Email Address",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Tell us about your project...", rows: 4,
|
||||||
placeholder: "Tell us about your project...",
|
|
||||||
rows: 4,
|
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/snake-plant-gray-plant-pot-wooden-floor_53876-105821.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/snake-plant-gray-plant-pot-wooden-floor_53876-105821.jpg"
|
||||||
@@ -274,42 +197,27 @@ export default function LandingPage() {
|
|||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Emergency Line",
|
label: "Emergency Line", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", 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