Merge version_1 into main #2
328
src/app/page.tsx
328
src/app/page.tsx
@@ -26,238 +26,114 @@ export default function LandingPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Kenyenya Water Supply"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Kenyenya Water Supply"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
title="Reliable Water Supply for Kenyenya"
|
||||
description="Providing clean, safe, and consistent water supply solutions to homes, businesses, and community projects in Kenyenya."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Water Supply",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-manager-overseeing-work-done-by-employees_482257-120485.jpg?_wi=1",
|
||||
imageAlt: "Clean water supply",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-manager-overseeing-work-done-by-employees_482257-120485.jpg?_wi=2",
|
||||
imageAlt: "Water service logistics",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-manager-overseeing-work-done-by-employees_482257-120485.jpg?_wi=3",
|
||||
imageAlt: "Community water project",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-manager-overseeing-work-done-by-employees_482257-120485.jpg?_wi=4",
|
||||
imageAlt: "Water purification",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-manager-overseeing-work-done-by-employees_482257-120485.jpg?_wi=5",
|
||||
imageAlt: "Clean water supply",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-manager-overseeing-work-done-by-employees_482257-120485.jpg?_wi=6",
|
||||
imageAlt: "Water distribution",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Reliable Water Supply for Kenyenya"
|
||||
description="Providing clean, safe, and consistent water supply solutions to homes, businesses, and community projects in Kenyenya."
|
||||
buttons={[{ text: "Get Water Supply", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-manager-overseeing-work-done-by-employees_482257-120485.jpg", imageAlt: "Clean water supply" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-manager-overseeing-work-done-by-employees_482257-120485.jpg", imageAlt: "Water service logistics" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-manager-overseeing-work-done-by-employees_482257-120485.jpg", imageAlt: "Community water project" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-manager-overseeing-work-done-by-employees_482257-120485.jpg", imageAlt: "Water purification" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-manager-overseeing-work-done-by-employees_482257-120485.jpg", imageAlt: "Clean water supply" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-manager-overseeing-work-done-by-employees_482257-120485.jpg", imageAlt: "Water distribution" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Commitment to ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-188.jpg",
|
||||
alt: "Water facility",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Excellence",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ type: "text", content: "Our Commitment to " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-188.jpg", alt: "Water facility" },
|
||||
{ type: "text", content: " Excellence" },
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "Prompt and reliable water delivery services across the region.",
|
||||
icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-standing-metal-platform-industrial-storage-tanks-looking-up-visual-inspection-silos-food-production_342744-450.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-standing-metal-platform-industrial-storage-tanks-looking-up-visual-inspection-silos-food-production_342744-450.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-manager-overseeing-work-done-by-employees_482257-120485.jpg?_wi=7",
|
||||
imageAlt: "pristine water splashing clear glass",
|
||||
},
|
||||
{
|
||||
title: "Quality Tested",
|
||||
description: "Every batch undergoes rigorous quality testing to ensure safety.",
|
||||
icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-laboratory-transparent-glasses-equipment-standing-table_482257-18209.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-laboratory-transparent-glasses-equipment-standing-table_482257-18209.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-188.jpg",
|
||||
imageAlt: "water supply treatment facility interior",
|
||||
},
|
||||
{
|
||||
title: "Installation Support",
|
||||
description: "Full-service installation for homes and commercial setups.",
|
||||
icon: Settings,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-standing-metal-platform-industrial-storage-tanks-looking-up-visual-inspection-silos-food-production_342744-450.jpg?_wi=3",
|
||||
imageAlt: "fresh water delivery service truck",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Excellence in every drop delivered to our customers."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Fast Delivery", description: "Prompt and reliable water delivery services across the region.", icon: Zap,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-standing-metal-platform-industrial-storage-tanks-looking-up-visual-inspection-silos-food-production_342744-450.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/factory-worker-standing-metal-platform-industrial-storage-tanks-looking-up-visual-inspection-silos-food-production_342744-450.jpg" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quality Tested", description: "Every batch undergoes rigorous quality testing to ensure safety.", icon: Shield,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-laboratory-transparent-glasses-equipment-standing-table_482257-18209.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-laboratory-transparent-glasses-equipment-standing-table_482257-18209.jpg" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Installation Support", description: "Full-service installation for homes and commercial setups.", icon: Settings,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Excellence in every drop delivered to our customers."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice Omwenga",
|
||||
role: "Homeowner",
|
||||
company: "Kenyenya Residents",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-female-wellbeing-young-beautiful-woman-standing-kitchen-drinking-glass_1258-199544.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Kiarie",
|
||||
role: "Business Owner",
|
||||
company: "Kenyenya Plaza",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-drinking-coffee_23-2148560463.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Susan Wanjiku",
|
||||
role: "Headmistress",
|
||||
company: "Local Academy",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-cleaning-doing-household-chores_23-2151468719.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Omondi",
|
||||
role: "Store Manager",
|
||||
company: "Market Center",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-volunteers-taking-selfie-together_53876-30769.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mary Njeri",
|
||||
role: "Homeowner",
|
||||
company: "Residential",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-her-friend_23-2149130638.jpg",
|
||||
},
|
||||
]}
|
||||
title="Client Voices"
|
||||
description="What our satisfied customers say about our reliable services."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alice Omwenga", role: "Homeowner", company: "Kenyenya Residents", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-female-wellbeing-young-beautiful-woman-standing-kitchen-drinking-glass_1258-199544.jpg" },
|
||||
{ id: "2", name: "John Kiarie", role: "Business Owner", company: "Kenyenya Plaza", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-drinking-coffee_23-2148560463.jpg" },
|
||||
{ id: "3", name: "Susan Wanjiku", role: "Headmistress", company: "Local Academy", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-cleaning-doing-household-chores_23-2151468719.jpg" },
|
||||
{ id: "4", name: "Robert Omondi", role: "Store Manager", company: "Market Center", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/diverse-volunteers-taking-selfie-together_53876-30769.jpg" },
|
||||
{ id: "5", name: "Mary Njeri", role: "Homeowner", company: "Residential", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-her-friend_23-2149130638.jpg" },
|
||||
]}
|
||||
title="Client Voices"
|
||||
description="What our satisfied customers say about our reliable services."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
text="Ready to get reliable water supply? Contact us today to arrange your delivery."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "tel:+254700000000",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready to get reliable water supply? Contact us today to arrange your delivery."
|
||||
buttons={[{ text: "Contact Us Now", href: "tel:+254700000000" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Kenyenya Water Supply"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Kenyenya Water Supply"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user