Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ea939de504 | |||
| e1393a998b | |||
| 9eb548d449 | |||
| 619cfabd23 |
@@ -25,28 +25,22 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<div id="nav" data-section="nav" className="fixed w-full z-50">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Al Jazeera Qrub"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<div id="hero" data-section="hero" className="pt-24">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Professional Cleaning Services in Kuwait You Can Trust"
|
||||
description="Top-rated cleaning services in Al Farwaniyah and across Kuwait. We deliver sparkling results for homes, offices, and commercial spaces with a 5-star standard."
|
||||
leftCarouselItems={[
|
||||
@@ -93,22 +87,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "House Cleaning", author: "Home", description: "Full home sanitation and cleaning.", tags: ["Residential"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-dancing-with-mop-living-room_23-2147916508.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Office Cleaning", author: "Business", description: "Professional desk and common area care.", tags: ["Commercial"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-cleaning-cart_23-2149345546.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Deep Cleaning", author: "Detailed", description: "Deep sanitation for every hidden corner.", tags: ["Specialized"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-cleans-kitchen-her-home_231208-11260.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Apartment Cleaning", author: "Residential", description: "Efficient cleaning for apartment units.", tags: ["Residential"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-spending-time-indoors_23-2149358499.jpg"
|
||||
}
|
||||
{ id: "1", title: "House Cleaning", author: "Home", description: "Full home sanitation and cleaning.", tags: ["Residential"], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-dancing-with-mop-living-room_23-2147916508.jpg" },
|
||||
{ id: "2", title: "Office Cleaning", author: "Business", description: "Professional desk and common area care.", tags: ["Commercial"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-cleaning-cart_23-2149345546.jpg" },
|
||||
{ id: "3", title: "Deep Cleaning", author: "Detailed", description: "Deep sanitation for every hidden corner.", tags: ["Specialized"], imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-cleans-kitchen-her-home_231208-11260.jpg" },
|
||||
{ id: "4", title: "Apartment Cleaning", author: "Residential", description: "Efficient cleaning for apartment units.", tags: ["Residential"], imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-spending-time-indoors_23-2149358499.jpg" }
|
||||
]}
|
||||
title="Our Specialized Cleaning Services"
|
||||
description="Comprehensive cleaning solutions tailored for Kuwaiti residents and businesses, ensuring pristine environments."
|
||||
@@ -164,26 +146,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Reviews", href: "/reviews" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Location", items: [
|
||||
{ label: "Al Saifi Plus Complex, Farwaniyah", href: "#" },
|
||||
{ label: "+965 9674 0889", href: "tel:+96596740889" }
|
||||
]
|
||||
}
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Services", href: "/services" }, { label: "Reviews", href: "/reviews" }] },
|
||||
{ title: "Support", items: [{ label: "Contact Us", href: "/contact" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
{ title: "Location", items: [{ label: "Al Saifi Plus Complex, Farwaniyah", href: "#" }, { label: "+965 9674 0889", href: "tel:+96596740889" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Al Jazeera Qrub General Trading Co."
|
||||
bottomRightText="Licensed Cleaning Services"
|
||||
|
||||
Reference in New Issue
Block a user