Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
170
src/app/page.tsx
170
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "products",
|
||||
},
|
||||
name: "Shop", id: "products"},
|
||||
{
|
||||
name: "Support",
|
||||
id: "faq",
|
||||
},
|
||||
name: "Support", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="ChillTech"
|
||||
/>
|
||||
@@ -54,19 +46,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
logoText="ChillTech Nairobi"
|
||||
description="Enterprise-grade luxury technology platform. Nairobi's premier source for elite computing, mobile, and audio gear."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
{
|
||||
text: "View Deals",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Deals", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/friendly-senior-retail-business-owner-wearing-formal-suit-standing-clothing-store-against-black-friday-neon-banners-smiling-man-greeting-inviting-customers-buy-clothes-seasonal-sales_482257-72246.jpg"
|
||||
imageAlt="ChillTech storefront hero"
|
||||
@@ -81,26 +68,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Same-Day Nairobi Delivery",
|
||||
description: "Rapid fulfillment across Nairobi and surrounding counties.",
|
||||
tag: "Speed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/save-front-side_187299-44781.jpg",
|
||||
},
|
||||
id: "f1", title: "Same-Day Nairobi Delivery", description: "Rapid fulfillment across Nairobi and surrounding counties.", tag: "Speed", imageSrc: "http://img.b2bpic.net/free-photo/save-front-side_187299-44781.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "1-Year Official Warranty",
|
||||
description: "Guaranteed performance with comprehensive local support.",
|
||||
tag: "Trust",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/summer-sales-badges_1057-799.jpg",
|
||||
},
|
||||
id: "f2", title: "1-Year Official Warranty", description: "Guaranteed performance with comprehensive local support.", tag: "Trust", imageSrc: "http://img.b2bpic.net/free-vector/summer-sales-badges_1057-799.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "M-Pesa Integrated Checkout",
|
||||
description: "Frictionless secure payments tailored for our local community.",
|
||||
tag: "Payment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-coding-high-tech-data-center-using-javascript-language-close-up-meticulous-repairman-updating-software-server-rigs-tablet-terminal-ensuring-optimal-performance-security_482257-68273.jpg",
|
||||
},
|
||||
id: "f3", title: "M-Pesa Integrated Checkout", description: "Frictionless secure payments tailored for our local community.", tag: "Payment", imageSrc: "http://img.b2bpic.net/free-photo/serviceman-coding-high-tech-data-center-using-javascript-language-close-up-meticulous-repairman-updating-software-server-rigs-tablet-terminal-ensuring-optimal-performance-security_482257-68273.jpg"},
|
||||
]}
|
||||
title="Why ChillTech?"
|
||||
description="We bridge the gap between world-class technology and reliable local service."
|
||||
@@ -115,47 +87,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "ROG Strix Gaming Laptop",
|
||||
price: "KES 245,000",
|
||||
variant: "RTX 4060",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-neon-illuminated-gaming-desk-setup-with-keyboard_23-2149529348.jpg",
|
||||
},
|
||||
id: "p1", name: "ROG Strix Gaming Laptop", price: "KES 245,000", variant: "RTX 4060", imageSrc: "http://img.b2bpic.net/free-photo/view-neon-illuminated-gaming-desk-setup-with-keyboard_23-2149529348.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "MacBook Pro 14\"",
|
||||
price: "KES 210,000",
|
||||
variant: "M3 Pro",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-tablet-with-copy-space_23-2148751425.jpg",
|
||||
},
|
||||
id: "p2", name: "MacBook Pro 14\"", price: "KES 210,000", variant: "M3 Pro", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-tablet-with-copy-space_23-2148751425.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "iPhone 15 Pro Max",
|
||||
price: "KES 185,000",
|
||||
variant: "256GB",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-iphone-3d-render-dark-background_187299-47162.jpg",
|
||||
},
|
||||
id: "p3", name: "iPhone 15 Pro Max", price: "KES 185,000", variant: "256GB", imageSrc: "http://img.b2bpic.net/free-photo/golden-iphone-3d-render-dark-background_187299-47162.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Custom Mech Keyboard",
|
||||
price: "KES 15,000",
|
||||
variant: "Linear switches",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-computer-keyboard_53876-42525.jpg",
|
||||
},
|
||||
id: "p4", name: "Custom Mech Keyboard", price: "KES 15,000", variant: "Linear switches", imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-computer-keyboard_53876-42525.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Sony WH-1000XM5",
|
||||
price: "KES 45,000",
|
||||
variant: "Noise Cancelling",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/square-music-speaker-control-knobs-closeup-details_169016-51244.jpg",
|
||||
},
|
||||
id: "p5", name: "Sony WH-1000XM5", price: "KES 45,000", variant: "Noise Cancelling", imageSrc: "http://img.b2bpic.net/free-photo/square-music-speaker-control-knobs-closeup-details_169016-51244.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Sony A7 IV Body",
|
||||
price: "KES 285,000",
|
||||
variant: "Full Frame",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hand-taking-camera-from-table-microphone-camera-lens-headphones-near-it-working-from-home_1268-17367.jpg",
|
||||
},
|
||||
id: "p6", name: "Sony A7 IV Body", price: "KES 285,000", variant: "Full Frame", imageSrc: "http://img.b2bpic.net/free-photo/female-hand-taking-camera-from-table-microphone-camera-lens-headphones-near-it-working-from-home_1268-17367.jpg"},
|
||||
]}
|
||||
title="Featured Gear"
|
||||
description="Elite-tier technology curated for high-performance discovery."
|
||||
@@ -170,20 +112,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
description: "Products Available",
|
||||
},
|
||||
id: "m1", value: "500+", description: "Products Available"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "12,000",
|
||||
description: "Satisfied Shoppers",
|
||||
},
|
||||
id: "m2", value: "12,000", description: "Satisfied Shoppers"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
description: "On-Time Delivery",
|
||||
},
|
||||
id: "m3", value: "98%", description: "On-Time Delivery"},
|
||||
]}
|
||||
title="Nairobi's Tech Growth"
|
||||
description="Scale and performance driven by local enterprise standards."
|
||||
@@ -197,40 +130,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Full-Stack Dev",
|
||||
testimonial: "Best tech shop in Nairobi. Fast delivery and genuine gear.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-male-person-attends-webinar-lesson-online-video-call_482257-121740.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Full-Stack Dev", testimonial: "Best tech shop in Nairobi. Fast delivery and genuine gear.", imageSrc: "http://img.b2bpic.net/free-photo/confident-male-person-attends-webinar-lesson-online-video-call_482257-121740.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael O.",
|
||||
role: "Creative Lead",
|
||||
testimonial: "Excellent service. My new workstation is a beast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael O.", role: "Creative Lead", testimonial: "Excellent service. My new workstation is a beast.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Jane K.",
|
||||
role: "Student",
|
||||
testimonial: "Perfect laptop for my degree. M-Pesa checkout was seamless.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-holding-laptop_23-2148718053.jpg",
|
||||
},
|
||||
id: "t3", name: "Jane K.", role: "Student", testimonial: "Perfect laptop for my degree. M-Pesa checkout was seamless.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-holding-laptop_23-2148718053.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David W.",
|
||||
role: "Architect",
|
||||
testimonial: "Professional and high-quality equipment. Highly recommend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-bearded-businessman_1098-15546.jpg",
|
||||
},
|
||||
id: "t4", name: "David W.", role: "Architect", testimonial: "Professional and high-quality equipment. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-bearded-businessman_1098-15546.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emily P.",
|
||||
role: "Digital Creator",
|
||||
testimonial: "The best place to buy camera gear in Kenya.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg",
|
||||
},
|
||||
id: "t5", name: "Emily P.", role: "Digital Creator", testimonial: "The best place to buy camera gear in Kenya.", imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg"},
|
||||
]}
|
||||
title="Community Voices"
|
||||
description="Hear why tech professionals trust ChillTech."
|
||||
@@ -243,20 +151,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you deliver same day?",
|
||||
content: "Yes, we offer same-day delivery for all orders within Nairobi.",
|
||||
},
|
||||
id: "q1", title: "Do you deliver same day?", content: "Yes, we offer same-day delivery for all orders within Nairobi."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is your gear genuine?",
|
||||
content: "We only stock 100% genuine products with manufacturer warranties.",
|
||||
},
|
||||
id: "q2", title: "Is your gear genuine?", content: "We only stock 100% genuine products with manufacturer warranties."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you accept M-Pesa?",
|
||||
content: "Yes, we have integrated STK push for effortless M-Pesa checkout.",
|
||||
},
|
||||
id: "q3", title: "Do you accept M-Pesa?", content: "Yes, we have integrated STK push for effortless M-Pesa checkout."},
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Answers to commonly asked questions about orders and delivery."
|
||||
@@ -268,16 +167,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Ready for an Upgrade?"
|
||||
title="Let's Get Started"
|
||||
description="Our enterprise team is ready to help you find your next piece of gear."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "https://wa.me/254700000000",
|
||||
},
|
||||
text: "Contact Support", href: "https://wa.me/254700000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -286,13 +182,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="ChillTech"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user