Update src/app/page.tsx

This commit is contained in:
2026-03-30 17:02:15 +00:00
parent 7ff8bdd9ce
commit d5a0e2045d

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "features",
},
name: "Services", id: "features"},
{
name: "Reviews",
id: "testimonials",
},
name: "Reviews", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="М&М Cleaning LTD"
/>
@@ -57,19 +47,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
background={{
variant: "plain",
}}
variant: "plain"}}
logoText="М&М Cleaning LTD"
description="Professional air conditioning maintenance and supply in Blagoevgrad. Your comfort, our quality. Rated 5.0 stars for exceptional service."
buttons={[
{
text: "Book an Inspection",
href: "#contact",
},
text: "Book an Inspection", href: "#contact"},
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bfog5PI4zrcySmRsLKeomTFdwN/modern-high-end-air-conditioning-install-1774890086609-59cb53a0.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bfog5PI4zrcySmRsLKeomTFdwN/modern-high-end-air-conditioning-install-1774890086609-59cb53a0.png"
imageAlt="Professional HVAC Installation"
mediaAnimation="slide-up"
/>
@@ -82,19 +69,13 @@ export default function LandingPage() {
description="With years of experience, we provide high-quality installation, cleaning, and maintenance for residential and commercial air conditioning systems. Our team is dedicated to professional standards and total client satisfaction."
metrics={[
{
value: "5.0",
title: "Star Rating",
},
value: "5.0", title: "Star Rating"},
{
value: "5+",
title: "Reviews",
},
value: "5+", title: "Reviews"},
{
value: "100%",
title: "Commitment",
},
value: "100%", title: "Commitment"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bfog5PI4zrcySmRsLKeomTFdwN/a-professional-hvac-repair-technician-ex-1774890086213-2686a448.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bfog5PI4zrcySmRsLKeomTFdwN/a-professional-hvac-repair-technician-ex-1774890086213-2686a448.png"
imageAlt="HVAC Technical Service"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
@@ -108,70 +89,43 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "AC Installation",
description: "Professional fitting for new AC units to ensure maximum efficiency.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bfog5PI4zrcySmRsLKeomTFdwN/close-up-of-an-advanced-air-filtration-s-1774890085929-26e77c4e.png?_wi=1",
imageAlt: "Installation",
},
id: "f1", title: "AC Installation", description: "Professional fitting for new AC units to ensure maximum efficiency.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bfog5PI4zrcySmRsLKeomTFdwN/close-up-of-an-advanced-air-filtration-s-1774890085929-26e77c4e.png", imageAlt: "Installation"},
items: [
{
icon: CheckCircle,
text: "Certified Technicians",
},
text: "Certified Technicians"},
{
icon: CheckCircle,
text: "Energy Efficiency Experts",
},
text: "Energy Efficiency Experts"},
],
reverse: false,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bfog5PI4zrcySmRsLKeomTFdwN/modern-high-end-air-conditioning-install-1774890086609-59cb53a0.png?_wi=2",
imageAlt: "Modern high-end air conditioning installation work in a bright, clean residential interior. Professi",
},
{
id: "f2",
title: "System Cleaning",
description: "Deep cleaning services to improve air quality and longevity of your systems.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bfog5PI4zrcySmRsLKeomTFdwN/close-up-of-an-advanced-air-filtration-s-1774890085929-26e77c4e.png?_wi=2",
imageAlt: "Cleaning",
},
id: "f2", title: "System Cleaning", description: "Deep cleaning services to improve air quality and longevity of your systems.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bfog5PI4zrcySmRsLKeomTFdwN/close-up-of-an-advanced-air-filtration-s-1774890085929-26e77c4e.png", imageAlt: "Cleaning"},
items: [
{
icon: CheckCircle,
text: "HEPA-grade cleaning",
},
text: "HEPA-grade cleaning"},
{
icon: CheckCircle,
text: "Full disinfection",
},
text: "Full disinfection"},
],
reverse: true,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bfog5PI4zrcySmRsLKeomTFdwN/a-professional-hvac-repair-technician-ex-1774890086213-2686a448.png?_wi=2",
imageAlt: "A professional HVAC repair technician examining an air conditioning unit with modern diagnostic equi",
},
{
id: "f3",
title: "Maintenance & Repair",
description: "Scheduled maintenance and emergency repairs to keep your air flowing perfectly.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bfog5PI4zrcySmRsLKeomTFdwN/close-up-of-an-advanced-air-filtration-s-1774890085929-26e77c4e.png?_wi=3",
imageAlt: "Repair",
},
id: "f3", title: "Maintenance & Repair", description: "Scheduled maintenance and emergency repairs to keep your air flowing perfectly.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bfog5PI4zrcySmRsLKeomTFdwN/close-up-of-an-advanced-air-filtration-s-1774890085929-26e77c4e.png", imageAlt: "Repair"},
items: [
{
icon: CheckCircle,
text: "24/7 Diagnostics",
},
text: "24/7 Diagnostics"},
{
icon: CheckCircle,
text: "Original spare parts",
},
text: "Original spare parts"},
],
reverse: false,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bfog5PI4zrcySmRsLKeomTFdwN/close-up-of-an-advanced-air-filtration-s-1774890085929-26e77c4e.png?_wi=4",
imageAlt: "Close up of an advanced air filtration system being serviced by a professional hand. Clean environme",
},
]}
title="Our Professional Services"
@@ -185,45 +139,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Professionalism",
quote: "Extremely professional service, handled everything with great care.",
name: "Lina Vasileva",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-analyzing-data-using-computer-while-spending-time-office-beautiful-young-grinning-professional-woman-office-graphs-charts_657921-380.jpg?_wi=1",
},
id: "1", title: "Professionalism", quote: "Extremely professional service, handled everything with great care.", name: "Lina Vasileva", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-analyzing-data-using-computer-while-spending-time-office-beautiful-young-grinning-professional-woman-office-graphs-charts_657921-380.jpg"},
{
id: "2",
title: "Excellent Value",
quote: "Great value for the price and high efficiency work. Highly recommended.",
name: "Cvetelina Vasileva",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-female-realtor-empty-house_23-2148895443.jpg",
},
id: "2", title: "Excellent Value", quote: "Great value for the price and high efficiency work. Highly recommended.", name: "Cvetelina Vasileva", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-female-realtor-empty-house_23-2148895443.jpg"},
{
id: "3",
title: "Quality Work",
quote: "The quality of work is outstanding. Very thorough cleaning process.",
name: "Valeri Georgiev",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-sitting-kitchen-smiling-phone_197531-32477.jpg",
},
id: "3", title: "Quality Work", quote: "The quality of work is outstanding. Very thorough cleaning process.", name: "Valeri Georgiev", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-sitting-kitchen-smiling-phone_197531-32477.jpg"},
{
id: "4",
title: "Outstanding",
quote: "Reliable experts, very happy with the maintenance of my AC system.",
name: "Ivan Petrov",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg",
},
id: "4", title: "Outstanding", quote: "Reliable experts, very happy with the maintenance of my AC system.", name: "Ivan Petrov", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg"},
{
id: "5",
title: "Top-notch",
quote: "Quick, efficient, and very friendly. My AC unit is running like new.",
name: "Maria Stoeva",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-analyzing-data-using-computer-while-spending-time-office-beautiful-young-grinning-professional-woman-office-graphs-charts_657921-380.jpg?_wi=2",
},
id: "5", title: "Top-notch", quote: "Quick, efficient, and very friendly. My AC unit is running like new.", name: "Maria Stoeva", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-analyzing-data-using-computer-while-spending-time-office-beautiful-young-grinning-professional-woman-office-graphs-charts_657921-380.jpg"},
]}
title="What Our Clients Say"
description="We are proud of our 5-star rating earned through professionalism and quality."
@@ -234,8 +158,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contact Us"
title="Get in Touch Today"
description="Visit our shop in Blagoevgrad or call us to book your AC maintenance service. We are ready to assist you!"
@@ -252,13 +175,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="М&М Cleaning LTD"
leftLink={{
text: "ul. Doyran 14, 2700 Blagoevgrad",
href: "#contact",
}}
text: "ul. Doyran 14, 2700 Blagoevgrad", href: "#contact"}}
rightLink={{
text: "087 636 0324",
href: "tel:0876360324",
}}
text: "087 636 0324", href: "tel:0876360324"}}
/>
</div>
</ReactLenis>