Merge version_2 into main #3
@@ -7,33 +7,50 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Testimonials", id: "/#testimonials" },
|
||||
{ name: "Pricing", id: "/#pricing" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
]}
|
||||
brandName="GM Cleaning"
|
||||
/>
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="GM Cleaning"
|
||||
/>
|
||||
</div>
|
||||
<main className="py-20 px-8">
|
||||
<h1 className="text-4xl font-bold mb-8">Our Services</h1>
|
||||
<p className="text-lg mb-8">Explore our comprehensive range of cleaning solutions tailored for homes and businesses in Nairobi.</p>
|
||||
</main>
|
||||
<ContactText
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Interested in our services? Get in touch today."
|
||||
/>
|
||||
<FooterMedia
|
||||
logoText="GM Cleaning"
|
||||
columns={[
|
||||
{ title: "Explore", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Interested in our services? Get in touch today."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
logoText="GM Cleaning"
|
||||
videoSrc="https://videos.pexels.com/video-files/3196236/3196236-sd_506_960_25fps.mp4"
|
||||
columns={[
|
||||
{ title: "Explore", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user