Update src/app/page.tsx

This commit is contained in:
2026-04-21 15:19:31 +00:00
parent 9412a4e8aa
commit 48e3f695f0

View File

@@ -31,22 +31,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "About",
id: "about",
},
{
name: "Features",
id: "features",
},
{
name: "Pricing",
id: "pricing",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Features", id: "/features" },
{ name: "Pricing", id: "/pricing" },
{ name: "Contact", id: "/contact" },
]}
brandName="Webild"
/>
@@ -55,19 +44,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "plain",
}}
variant: "plain"}}
logoText="Webild"
description="The ultimate platform to build, manage, and scale your digital presence with ease."
buttons={[
{
text: "Get Started",
href: "#contact",
},
text: "Get Started", href: "/contact"},
{
text: "Learn More",
href: "#about",
},
text: "Learn More", href: "/about"},
]}
imageSrc="http://img.b2bpic.net/free-photo/empty-high-end-workspace-with-advanced-tech-tools-enhancing-productivity_482257-119752.jpg"
mediaAnimation="slide-up"
@@ -82,17 +66,11 @@ export default function LandingPage() {
description="Our platform integrates seamlessly with your workflow, providing the tools you need to succeed in the digital age. We focus on scalability and security, ensuring your business stays ahead of the curve."
bulletPoints={[
{
title: "Scalable Infrastructure",
description: "Deploy global solutions with unmatched performance.",
},
title: "Scalable Infrastructure", description: "Deploy global solutions with unmatched performance."},
{
title: "Advanced Security",
description: "Protect your data with industry-leading encryption.",
},
title: "Advanced Security", description: "Protect your data with industry-leading encryption."},
{
title: "Intuitive Design",
description: "Craft exceptional experiences for your users effortlessly.",
},
title: "Intuitive Design", description: "Craft exceptional experiences for your users effortlessly."},
]}
imageSrc="http://img.b2bpic.net/free-photo/investors-reading-factory-paperwork-laptop-reviewing-financial-statements_482257-123452.jpg"
mediaAnimation="blur-reveal"
@@ -106,39 +84,21 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Data Analytics",
subtitle: "Track your success",
category: "Analytics",
value: "Insights",
buttons: [
id: "f1", title: "Data Analytics", subtitle: "Track your success", category: "Analytics", value: "Insights", buttons: [
{
text: "View",
},
text: "View"},
],
},
{
id: "f2",
title: "Automated Workflows",
subtitle: "Save valuable time",
category: "Efficiency",
value: "Speed",
buttons: [
id: "f2", title: "Automated Workflows", subtitle: "Save valuable time", category: "Efficiency", value: "Speed", buttons: [
{
text: "View",
},
text: "View"},
],
},
{
id: "f3",
title: "Smart Collaboration",
subtitle: "Work better together",
category: "Team",
value: "Unity",
buttons: [
id: "f3", title: "Smart Collaboration", subtitle: "Work better together", category: "Team", value: "Unity", buttons: [
{
text: "View",
},
text: "View"},
],
},
]}
@@ -155,41 +115,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "SaaS Platform",
price: "$49/mo",
imageSrc: "http://img.b2bpic.net/free-photo/male-entrepreneur-conducting-financial-planning-goal-setting_482257-122658.jpg",
},
id: "p1", name: "SaaS Platform", price: "$49/mo", imageSrc: "http://img.b2bpic.net/free-photo/male-entrepreneur-conducting-financial-planning-goal-setting_482257-122658.jpg"},
{
id: "p2",
name: "Analytics Pro",
price: "$99/mo",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg",
},
id: "p2", name: "Analytics Pro", price: "$99/mo", imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg"},
{
id: "p3",
name: "Mobile Suite",
price: "$29/mo",
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169864.jpg",
},
id: "p3", name: "Mobile Suite", price: "$29/mo", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169864.jpg"},
{
id: "p4",
name: "Security Plus",
price: "$79/mo",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-digital-monitors_23-2148910245.jpg",
},
id: "p4", name: "Security Plus", price: "$79/mo", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-digital-monitors_23-2148910245.jpg"},
{
id: "p5",
name: "Cloud Hub",
price: "$129/mo",
imageSrc: "http://img.b2bpic.net/free-vector/mobile-app-concept_52683-5724.jpg",
},
id: "p5", name: "Cloud Hub", price: "$129/mo", imageSrc: "http://img.b2bpic.net/free-vector/mobile-app-concept_52683-5724.jpg"},
{
id: "p6",
name: "Team Manager",
price: "$59/mo",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-analyzing-data-charts-files-computer-plan-financial-project-business-woman-wokring-with-documents-design-marketing-strategy-company-development_482257-33674.jpg",
},
id: "p6", name: "Team Manager", price: "$59/mo", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-analyzing-data-charts-files-computer-plan-financial-project-business-woman-wokring-with-documents-design-marketing-strategy-company-development_482257-33674.jpg"},
]}
title="Explore our solutions"
description="Powerful products designed to transform your business operations."
@@ -203,49 +139,28 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "plan-basic",
name: "Basic",
price: "$29",
buttons: [
id: "plan-basic", name: "Basic", price: "$29", buttons: [
{
text: "Select Plan",
},
text: "Select Plan"},
],
features: [
"1 User",
"Basic Analytics",
"Email Support",
],
"1 User", "Basic Analytics", "Email Support"],
},
{
id: "plan-pro",
name: "Pro",
price: "$89",
buttons: [
id: "plan-pro", name: "Pro", price: "$89", buttons: [
{
text: "Select Plan",
},
text: "Select Plan"},
],
features: [
"5 Users",
"Full Analytics",
"Priority Support",
],
"5 Users", "Full Analytics", "Priority Support"],
},
{
id: "plan-enterprise",
name: "Enterprise",
price: "$299",
buttons: [
id: "plan-enterprise", name: "Enterprise", price: "$299", buttons: [
{
text: "Contact Us",
},
text: "Contact Us"},
],
features: [
"Unlimited Users",
"Custom Integration",
"Dedicated Manager",
],
"Unlimited Users", "Custom Integration", "Dedicated Manager"],
},
]}
title="Transparent pricing"
@@ -261,20 +176,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "500+",
description: "Happy Clients",
},
id: "m1", value: "500+", description: "Happy Clients"},
{
id: "m2",
value: "10M+",
description: "Tasks Completed",
},
id: "m2", value: "10M+", description: "Tasks Completed"},
{
id: "m3",
value: "99.9%",
description: "Uptime Rate",
},
id: "m3", value: "99.9%", description: "Uptime Rate"},
]}
title="Our impact in numbers"
description="Trusted by hundreds of companies worldwide to achieve greatness."
@@ -288,40 +194,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Johnson",
role: "CEO",
testimonial: "Webild transformed our workflow and efficiency significantly.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg",
},
id: "t1", name: "Sarah Johnson", role: "CEO", testimonial: "Webild transformed our workflow and efficiency significantly.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg"},
{
id: "t2",
name: "Michael Chen",
role: "CTO",
testimonial: "Incredible platform with features that actually matter.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
},
id: "t2", name: "Michael Chen", role: "CTO", testimonial: "Incredible platform with features that actually matter.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg"},
{
id: "t3",
name: "Emily Rodriguez",
role: "Director",
testimonial: "Scaling our operations was never this simple or effective.",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg",
},
id: "t3", name: "Emily Rodriguez", role: "Director", testimonial: "Scaling our operations was never this simple or effective.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg"},
{
id: "t4",
name: "David Kim",
role: "Manager",
testimonial: "Truly a game-changer for our team collaboration.",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-with-grey-hair-dark-green-shirt-smiling-cheerfully-holding-hands-together-looking-camera-standing-brown-background_141793-133743.jpg",
},
id: "t4", name: "David Kim", role: "Manager", testimonial: "Truly a game-changer for our team collaboration.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-with-grey-hair-dark-green-shirt-smiling-cheerfully-holding-hands-together-looking-camera-standing-brown-background_141793-133743.jpg"},
{
id: "t5",
name: "Alice Thompson",
role: "Founder",
testimonial: "The best investment for our digital growth strategies.",
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg",
},
id: "t5", name: "Alice Thompson", role: "Founder", testimonial: "The best investment for our digital growth strategies.", imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg"},
]}
title="What our users say"
description="Hear from professionals who have elevated their business with Webild."
@@ -332,8 +213,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "animated-grid",
}}
variant: "animated-grid"}}
tag="Get in touch"
title="Start your journey today"
description="Ready to scale your business? Let's talk about your requirements."
@@ -347,42 +227,21 @@ export default function LandingPage() {
logoText="Webild"
columns={[
{
title: "Platform",
items: [
{
label: "About",
href: "#about",
},
{
label: "Features",
href: "#features",
},
title: "Platform", items: [
{ label: "About", href: "/about" },
{ label: "Features", href: "/features" },
],
},
{
title: "Support",
items: [
{
label: "Help Center",
href: "#",
},
{
label: "Contact",
href: "#contact",
},
title: "Support", items: [
{ label: "Help Center", href: "#" },
{ label: "Contact", href: "/contact" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
title: "Legal", items: [
{ label: "Privacy", href: "#" },
{ label: "Terms", href: "#" },
],
},
]}
@@ -392,4 +251,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}