1 Commits

Author SHA1 Message Date
797ea2c357 Update src/app/page.tsx 2026-04-18 23:24:13 +00:00

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
{
text: "Our Services", href: "#services"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CY4RulATq0LA1uBKHOTx13OkIZ/uploaded-1776554645665-hlpi2ex3.png"
imageSrc="http://img.b2bpic.net/free-photo/still-life-various-cleaning-products_23-2150829656.jpg"
showBlur={true}
avatars={[
{
@@ -82,6 +82,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Excellence in Maintenance"
description="Apex Cleaning Services LLC brings years of dedicated experience to Abu Dhabi. We are a women-owned business committed to professionalism, punctual staff, and meticulous attention to every corner of your property."
mediaBadge={{ text: "Women-Owned & Insured" }}
bulletPoints={[
{
title: "Expert Team", description: "Highly trained staff with professional attention to detail."},
@@ -90,7 +91,7 @@ export default function LandingPage() {
{
title: "Exceptional Standards", description: "Consistently spotless results for home and business."},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CY4RulATq0LA1uBKHOTx13OkIZ/uploaded-1776554645665-4mdd5cf3.png"
imageSrc="http://img.b2bpic.net/free-photo/adorable-woman-painting-wooden-stand-white-color_651396-2924.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -289,4 +290,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}