Merge version_1 into main #2
230
src/app/page.tsx
230
src/app/page.tsx
@@ -29,93 +29,58 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "portfolio"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Night Shade Developers"
|
||||
button={{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/254797813530",
|
||||
}}
|
||||
text: "WhatsApp", href: "https://wa.me/254797813530"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="We Build Modern Websites for Growing Businesses"
|
||||
description="Night Shade Developers helps businesses in Nairobi and beyond get clean, fast, and professional websites that attract customers and increase trust."
|
||||
buttons={[
|
||||
{
|
||||
text: "Chat on WhatsApp",
|
||||
href: "https://wa.me/254797813530",
|
||||
},
|
||||
text: "Chat on WhatsApp", href: "https://wa.me/254797813530"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-technology-digital-wave-particle-background_1048-12583.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-technology-digital-wave-particle-background_1048-12583.jpg"
|
||||
imageAlt="Night Shade Developers professional service"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-black-businessman-buys-new-car-he-signs-contract-takes-keys-manager_146671-18405.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-attractive-black-businessman-buys-new-car-he-signs-contract-takes-keys-manager_146671-18405.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-business-woman-break_23-2148317329.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-business-woman-break_23-2148317329.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-office-worker-sitting-desk_1098-21342.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-office-worker-sitting-desk_1098-21342.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 50+ businesses"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Responsive Design",
|
||||
},
|
||||
type: "text", text: "Responsive Design"},
|
||||
{
|
||||
type: "text",
|
||||
text: "SEO Optimized",
|
||||
},
|
||||
type: "text", text: "SEO Optimized"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Loading",
|
||||
},
|
||||
type: "text", text: "Fast Loading"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Secure Hosting",
|
||||
},
|
||||
type: "text", text: "Secure Hosting"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern UI/UX",
|
||||
},
|
||||
type: "text", text: "Modern UI/UX"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,44 +92,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
label: "Development",
|
||||
title: "Web Design From Scratch",
|
||||
items: [
|
||||
"Fully custom layouts",
|
||||
"SEO optimization",
|
||||
"Fast loading speeds",
|
||||
],
|
||||
id: "s1", label: "Development", title: "Web Design From Scratch", items: [
|
||||
"Fully custom layouts", "SEO optimization", "Fast loading speeds"],
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
label: "Upgrade",
|
||||
title: "Website Redesign",
|
||||
items: [
|
||||
"Modern UI updates",
|
||||
"Performance improvements",
|
||||
"Content migration",
|
||||
],
|
||||
id: "s2", label: "Upgrade", title: "Website Redesign", items: [
|
||||
"Modern UI updates", "Performance improvements", "Content migration"],
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
label: "Responsiveness",
|
||||
title: "Mobile-Friendly Websites",
|
||||
items: [
|
||||
"Fully responsive design",
|
||||
"Seamless touch navigation",
|
||||
"Optimized mobile layout",
|
||||
],
|
||||
id: "s3", label: "Responsiveness", title: "Mobile-Friendly Websites", items: [
|
||||
"Fully responsive design", "Seamless touch navigation", "Optimized mobile layout"],
|
||||
},
|
||||
{
|
||||
id: "s4",
|
||||
label: "Conversion",
|
||||
title: "Business Landing Pages",
|
||||
items: [
|
||||
"High-conversion forms",
|
||||
"Clear calls-to-action",
|
||||
"Brand-aligned design",
|
||||
],
|
||||
id: "s4", label: "Conversion", title: "Business Landing Pages", items: [
|
||||
"High-conversion forms", "Clear calls-to-action", "Brand-aligned design"],
|
||||
},
|
||||
]}
|
||||
title="Professional Services"
|
||||
@@ -180,41 +121,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Barbershop Website Demo",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-hairstylist-looking-camera_23-2147839834.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Barbershop Website Demo", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-hairstylist-looking-camera_23-2147839834.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Restaurant Website Demo",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-breasrt-creamy-mushroom-sauce_114579-1138.jpg?_wi=1",
|
||||
},
|
||||
id: "p2", name: "Restaurant Website Demo", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breasrt-creamy-mushroom-sauce_114579-1138.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Small Business Shop Demo",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736858.jpg?_wi=1",
|
||||
},
|
||||
id: "p3", name: "Small Business Shop Demo", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736858.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Portfolio Demo 4",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-hairstylist-looking-camera_23-2147839834.jpg?_wi=2",
|
||||
},
|
||||
id: "p4", name: "Portfolio Demo 4", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-hairstylist-looking-camera_23-2147839834.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Portfolio Demo 5",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-breasrt-creamy-mushroom-sauce_114579-1138.jpg?_wi=2",
|
||||
},
|
||||
id: "p5", name: "Portfolio Demo 5", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breasrt-creamy-mushroom-sauce_114579-1138.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Portfolio Demo 6",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736858.jpg?_wi=2",
|
||||
},
|
||||
id: "p6", name: "Portfolio Demo 6", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736858.jpg"},
|
||||
]}
|
||||
title="Portfolio Highlights"
|
||||
description="Check out some of our recent demo projects tailored for local business growth."
|
||||
@@ -223,50 +140,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John Doe",
|
||||
role: "Barbershop Owner",
|
||||
company: "Nairobi Cuts",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
},
|
||||
id: "t1", name: "John Doe", role: "Barbershop Owner", company: "Nairobi Cuts", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jane Wanjiku",
|
||||
role: "Restaurant Manager",
|
||||
company: "Fine Dining",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-black-businessman-buys-new-car-he-signs-contract-takes-keys-manager_146671-18405.jpg",
|
||||
},
|
||||
id: "t2", name: "Jane Wanjiku", role: "Restaurant Manager", company: "Fine Dining", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-black-businessman-buys-new-car-he-signs-contract-takes-keys-manager_146671-18405.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sam K.",
|
||||
role: "Entrepreneur",
|
||||
company: "Small Shop",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-break_23-2148317329.jpg",
|
||||
},
|
||||
id: "t3", name: "Sam K.", role: "Entrepreneur", company: "Small Shop", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-break_23-2148317329.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Paul M.",
|
||||
role: "Manager",
|
||||
company: "Local Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg",
|
||||
},
|
||||
id: "t4", name: "Paul M.", role: "Manager", company: "Local Hub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Alice N.",
|
||||
role: "Retailer",
|
||||
company: "Modern Shop",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-office-worker-sitting-desk_1098-21342.jpg",
|
||||
},
|
||||
id: "t5", name: "Alice N.", role: "Retailer", company: "Modern Shop", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-office-worker-sitting-desk_1098-21342.jpg"},
|
||||
]}
|
||||
title="Success Stories"
|
||||
description="What our clients say about our service."
|
||||
@@ -277,51 +170,36 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
text="Ready to grow your business online? Contact us today at +254 797 813 530 or email nightshadedevelop.ke@gmail.com. We are located in Nairobi, Kenya."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact on WhatsApp",
|
||||
href: "https://wa.me/254797813530",
|
||||
},
|
||||
text: "Contact on WhatsApp", href: "https://wa.me/254797813530"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-technology-digital-wave-particle-background_1048-12583.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-technology-digital-wave-particle-background_1048-12583.jpg"
|
||||
logoText="Night Shade Developers"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "#portfolio"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/254797813530",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/254797813530"},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:nightshadedevelop.ke@gmail.com",
|
||||
},
|
||||
label: "Email", href: "mailto:nightshadedevelop.ke@gmail.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user