Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e1393a998b | |||
| 9eb548d449 | |||
| 619cfabd23 |
@@ -25,28 +25,22 @@ export default function LandingPage() {
|
|||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav" className="fixed w-full z-50">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home", id: "/"},
|
{ name: "Services", id: "/services" },
|
||||||
{
|
{ name: "About", id: "/about" },
|
||||||
name: "Services", id: "/services"},
|
{ name: "Reviews", id: "/reviews" },
|
||||||
{
|
{ name: "Contact", id: "/contact" },
|
||||||
name: "About", id: "/about"},
|
|
||||||
{
|
|
||||||
name: "Reviews", id: "/reviews"},
|
|
||||||
{
|
|
||||||
name: "Contact", id: "/contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Al Jazeera Qrub"
|
brandName="Al Jazeera Qrub"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero" className="pt-24">
|
||||||
<HeroSplitDoubleCarousel
|
<HeroSplitDoubleCarousel
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars"}}
|
|
||||||
title="Professional Cleaning Services in Kuwait You Can Trust"
|
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."
|
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={[
|
leftCarouselItems={[
|
||||||
@@ -93,22 +87,10 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
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: "1", title: "House Cleaning", author: "Home", description: "Full home sanitation and cleaning.", tags: ["Residential"],
|
{ 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" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-dancing-with-mop-living-room_23-2147916508.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: "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"
|
title="Our Specialized Cleaning Services"
|
||||||
description="Comprehensive cleaning solutions tailored for Kuwaiti residents and businesses, ensuring pristine environments."
|
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">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Services", href: "/services" }, { label: "Reviews", href: "/reviews" }] },
|
||||||
title: "Company", items: [
|
{ title: "Support", items: [{ label: "Contact Us", href: "/contact" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||||
{ label: "About Us", href: "/about" },
|
{ title: "Location", items: [{ label: "Al Saifi Plus Complex, Farwaniyah", href: "#" }, { label: "+965 9674 0889", href: "tel:+96596740889" }] }
|
||||||
{ 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."
|
bottomLeftText="© 2024 Al Jazeera Qrub General Trading Co."
|
||||||
bottomRightText="Licensed Cleaning Services"
|
bottomRightText="Licensed Cleaning Services"
|
||||||
|
|||||||
Reference in New Issue
Block a user