Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf558aba80 | |||
| d04317b583 | |||
| 7a88317fa7 | |||
| 23c745d259 | |||
| 91eaa375bf |
239
src/app/page.tsx
239
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
]}
|
||||
brandName="LALIKO"
|
||||
/>
|
||||
@@ -54,46 +46,29 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Empowering Your Future with LALIKO"
|
||||
description="Innovating the next generation of digital solutions with a focus on simplicity, speed, and sustainable growth."
|
||||
tag="Innovative Solutions"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg",
|
||||
imageAlt: "clean software interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", imageAlt: "clean software interface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-modern-architecture-with-strong-shadows-geometric-shapes_41433-193.jpg",
|
||||
imageAlt: "abstract tech background",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-modern-architecture-with-strong-shadows-geometric-shapes_41433-193.jpg", imageAlt: "abstract tech background"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neon-light-trail-metallic-background_53876-101342.jpg",
|
||||
imageAlt: "data visualization green",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neon-light-trail-metallic-background_53876-101342.jpg", imageAlt: "data visualization green"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-clipboard-empty-office-desk_482257-121090.jpg",
|
||||
imageAlt: "modern office desk tech",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-clipboard-empty-office-desk_482257-121090.jpg", imageAlt: "modern office desk tech"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delighted-data-center-team-leader-pleased-by-improved-system-efficiency-metrics_482257-123323.jpg",
|
||||
imageAlt: "team working on project",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delighted-data-center-team-leader-pleased-by-improved-system-efficiency-metrics_482257-123323.jpg", imageAlt: "team working on project"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dull-pastel-abstract-paint-background_53876-102519.jpg",
|
||||
imageAlt: "green gradient wallpaper",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dull-pastel-abstract-paint-background_53876-102519.jpg", imageAlt: "green gradient wallpaper"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,9 +79,7 @@ export default function LandingPage() {
|
||||
title="About LALIKO"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Mission", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,32 +91,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Speed",
|
||||
descriptions: [
|
||||
"High performance architecture.",
|
||||
"Reduced load times.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-logistics-virtual-touch-screen-interface-information-technology-concept-communication-metaphor-protection-sensitive-data-transfer_493343-29950.jpg",
|
||||
},
|
||||
id: "f1", title: "Speed", descriptions: [
|
||||
"Boost your speed with high-performance architecture.", "Cut waiting time with reduced load times."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-logistics-virtual-touch-screen-interface-information-technology-concept-communication-metaphor-protection-sensitive-data-transfer_493343-29950.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Security",
|
||||
descriptions: [
|
||||
"Enterprise-grade protection.",
|
||||
"End-to-end encryption.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-poly-background-with-connecting-lines-dots_1048-6496.jpg",
|
||||
},
|
||||
id: "f2", title: "Security", descriptions: [
|
||||
"Safeguard assets with enterprise-grade protection.", "Secure your privacy with end-to-end encryption."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-poly-background-with-connecting-lines-dots_1048-6496.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Scalability",
|
||||
descriptions: [
|
||||
"Grow as you go.",
|
||||
"Flexible infrastructure.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-data-cybier-security-database-abstract-concept_1194-638913.jpg",
|
||||
},
|
||||
id: "f3", title: "Scalability", descriptions: [
|
||||
"Scale effortlessly and grow as you go.", "Adapt your needs with flexible infrastructure."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-data-cybier-security-database-abstract-concept_1194-638913.jpg"},
|
||||
]}
|
||||
title="Why Choose LALIKO?"
|
||||
description="Comprehensive tools for modern digital transformation."
|
||||
@@ -158,41 +116,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Basic Suite",
|
||||
price: "$49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-podium-white-natural-background-product-display-enough-empty-space-text-con_1258-108677.jpg",
|
||||
},
|
||||
id: "p1", name: "Basic Suite", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/white-podium-white-natural-background-product-display-enough-empty-space-text-con_1258-108677.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pro Suite",
|
||||
price: "$99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-high-rise-triangular-building_181624-2914.jpg",
|
||||
},
|
||||
id: "p2", name: "Pro Suite", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-high-rise-triangular-building_181624-2914.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Enterprise Suite",
|
||||
price: "$199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/marbled-product-background_53876-92995.jpg",
|
||||
},
|
||||
id: "p3", name: "Enterprise Suite", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/marbled-product-background_53876-92995.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Cloud Storage",
|
||||
price: "$29",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-lipstick-stand_23-2149234348.jpg",
|
||||
},
|
||||
id: "p4", name: "Cloud Storage", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-lipstick-stand_23-2149234348.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Security Module",
|
||||
price: "$79",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-recycled-plastic-bottle-with-plant_23-2149449786.jpg",
|
||||
},
|
||||
id: "p5", name: "Security Module", price: "$79", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-recycled-plastic-bottle-with-plant_23-2149449786.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Analytics Tool",
|
||||
price: "$59",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/packaging-concept-creme_23-2147672794.jpg",
|
||||
},
|
||||
id: "p6", name: "Analytics Tool", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/packaging-concept-creme_23-2147672794.jpg"},
|
||||
]}
|
||||
title="Our Offerings"
|
||||
description="Premium solutions designed for scaling your business operations."
|
||||
@@ -206,52 +140,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "plan1",
|
||||
badge: "Starter",
|
||||
price: "$0",
|
||||
subtitle: "Basic features.",
|
||||
buttons: [
|
||||
id: "plan1", badge: "Starter", price: "$0", subtitle: "Core platform access.", buttons: [
|
||||
{
|
||||
text: "Sign Up",
|
||||
href: "#",
|
||||
},
|
||||
text: "Sign Up", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Limited access",
|
||||
"Community support",
|
||||
],
|
||||
"Limited access", "Community support"],
|
||||
},
|
||||
{
|
||||
id: "plan2",
|
||||
badge: "Pro",
|
||||
price: "$49",
|
||||
subtitle: "Advanced features.",
|
||||
buttons: [
|
||||
id: "plan2", badge: "Pro", price: "$49", subtitle: "Enhanced tools for growth.", buttons: [
|
||||
{
|
||||
text: "Sign Up",
|
||||
href: "#",
|
||||
},
|
||||
text: "Sign Up", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Full access",
|
||||
"Priority support",
|
||||
],
|
||||
"Full access", "Priority support"],
|
||||
},
|
||||
{
|
||||
id: "plan3",
|
||||
badge: "Elite",
|
||||
price: "$199",
|
||||
subtitle: "Everything included.",
|
||||
buttons: [
|
||||
id: "plan3", badge: "Elite", price: "$199", subtitle: "Bespoke enterprise solutions.", buttons: [
|
||||
{
|
||||
text: "Sign Up",
|
||||
href: "#",
|
||||
},
|
||||
text: "Sign Up", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited access",
|
||||
"Dedicated manager",
|
||||
],
|
||||
"Unlimited access", "Dedicated manager"],
|
||||
},
|
||||
]}
|
||||
title="Pricing Plans"
|
||||
@@ -265,45 +175,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Great Service",
|
||||
quote: "LALIKO changed how we do business.",
|
||||
name: "Alice Smith",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-smiling_23-2148155774.jpg",
|
||||
},
|
||||
id: "t1", title: "Great Service", quote: "LALIKO changed how we do business.", name: "Alice Smith", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-smiling_23-2148155774.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Fast results",
|
||||
quote: "Exceeded our expectations.",
|
||||
name: "Bob Jones",
|
||||
role: "CTO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleasent-girl-is-posing-camera-white-background_176474-115414.jpg",
|
||||
},
|
||||
id: "t2", title: "Fast results", quote: "Exceeded our expectations.", name: "Bob Jones", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/pleasent-girl-is-posing-camera-white-background_176474-115414.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Highly Recommend",
|
||||
quote: "Professional and efficient.",
|
||||
name: "Charlie Brown",
|
||||
role: "Developer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
},
|
||||
id: "t3", title: "Highly Recommend", quote: "Professional and efficient.", name: "Charlie Brown", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Game Changer",
|
||||
quote: "Innovative platform.",
|
||||
name: "Dana White",
|
||||
role: "Marketing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
|
||||
},
|
||||
id: "t4", title: "Game Changer", quote: "Innovative platform.", name: "Dana White", role: "Marketing", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Perfect fit",
|
||||
quote: "Everything works perfectly.",
|
||||
name: "Eve Adams",
|
||||
role: "Consultant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-while-smiling-t-shirt-looking-merry_176474-113010.jpg",
|
||||
},
|
||||
id: "t5", title: "Perfect fit", quote: "Everything works perfectly.", name: "Eve Adams", role: "Consultant", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-while-smiling-t-shirt-looking-merry_176474-113010.jpg"},
|
||||
]}
|
||||
title="Client Feedback"
|
||||
description="See why our customers love LALIKO."
|
||||
@@ -314,11 +194,10 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Ready to Start?"
|
||||
description="Join LALIKO today and transform your business."
|
||||
title="Schedule a demo"
|
||||
description="Experience the platform firsthand and see how it streamlines your workflow."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-worried-young-business-men-looking-laptop_171337-7311.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -330,37 +209,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -370,4 +237,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user