Merge version_2 into main #2
159
src/app/page.tsx
159
src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
]}
|
||||
brandName="WeBuild"
|
||||
/>
|
||||
@@ -49,15 +43,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Build Your Perfect Schedule"
|
||||
description="WeBuild helps you organize tasks, manage time, and boost your daily productivity effortlessly."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Get Started", href: "#pricing"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZjimGMfqVW9DyIf7sTbPThHUT/a-high-quality-3d-render-of-a-clean-mode-1774703659143-6159d361.png"
|
||||
imageAlt="Task Management Dashboard"
|
||||
@@ -72,26 +63,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Daily Planning",
|
||||
description: "Organize your day with our smart daily task views.",
|
||||
tag: "Daily",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZjimGMfqVW9DyIf7sTbPThHUT/a-close-up-of-a-digital-task-calendar-on-1774703661111-a3f07d59.png",
|
||||
},
|
||||
id: "f1", title: "Daily Planning", description: "Organize your day with our smart daily task views.", tag: "Daily", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZjimGMfqVW9DyIf7sTbPThHUT/a-close-up-of-a-digital-task-calendar-on-1774703661111-a3f07d59.png"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Insightful Stats",
|
||||
description: "Track your progress and see how much you achieve.",
|
||||
tag: "Analytics",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZjimGMfqVW9DyIf7sTbPThHUT/a-modern-analytics-chart-showing-progres-1774703658256-fb59a8eb.png",
|
||||
},
|
||||
id: "f2", title: "Insightful Stats", description: "Track your progress and see how much you achieve.", tag: "Analytics", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZjimGMfqVW9DyIf7sTbPThHUT/a-modern-analytics-chart-showing-progres-1774703658256-fb59a8eb.png"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Smart Reminders",
|
||||
description: "Never miss a task with custom push notifications.",
|
||||
tag: "Alerts",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZjimGMfqVW9DyIf7sTbPThHUT/a-clean-notification-bell-icon-with-a-sm-1774703661008-8e49be5c.png",
|
||||
},
|
||||
id: "f3", title: "Smart Reminders", description: "Never miss a task with custom push notifications.", tag: "Alerts", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZjimGMfqVW9DyIf7sTbPThHUT/a-clean-notification-bell-icon-with-a-sm-1774703661008-8e49be5c.png"},
|
||||
]}
|
||||
title="Smart Organization Tools"
|
||||
description="Everything you need to stay on top of your daily life."
|
||||
@@ -105,37 +81,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Free",
|
||||
price: "$0",
|
||||
subtitle: "Perfect for starters",
|
||||
features: [
|
||||
"Task list",
|
||||
"Daily planning",
|
||||
"Email support",
|
||||
],
|
||||
id: "basic", badge: "Free", price: "$0", subtitle: "Perfect for starters", features: [
|
||||
"Task list", "Daily planning", "Email support"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Started", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Pro",
|
||||
price: "$0.50",
|
||||
subtitle: "Boost your productivity",
|
||||
features: [
|
||||
"Everything in Free",
|
||||
"Advanced stats",
|
||||
"Priority reminders",
|
||||
],
|
||||
id: "monthly", badge: "Monthly", price: "$0.99", subtitle: "Premium access monthly", features: [
|
||||
"Everything in Free", "Advanced stats", "Priority reminders", "Unlimited task history"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Upgrade",
|
||||
href: "#",
|
||||
},
|
||||
text: "Subscribe", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Pro", price: "$0.50", subtitle: "Boost your productivity", features: [
|
||||
"Everything in Free", "Advanced stats", "Priority reminders"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Upgrade", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -152,45 +118,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Ahmed",
|
||||
role: "Student",
|
||||
company: "University",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=1",
|
||||
},
|
||||
id: "t1", name: "Sarah Ahmed", role: "Student", company: "University", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=1"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mohamed Ali",
|
||||
role: "Employee",
|
||||
company: "Tech Corp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
|
||||
},
|
||||
id: "t2", name: "Mohamed Ali", role: "Employee", company: "Tech Corp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Fatima Z.",
|
||||
role: "Freelancer",
|
||||
company: "Creative Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boastful-curly-afro-american-woman-got-good-job-points-herself_273609-40842.jpg",
|
||||
},
|
||||
id: "t3", name: "Fatima Z.", role: "Freelancer", company: "Creative Hub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boastful-curly-afro-american-woman-got-good-job-points-herself_273609-40842.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Omar K.",
|
||||
role: "Manager",
|
||||
company: "Business Inc",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nice-young-man-sitting-cafe-table-watching-menu-make-order-restaurant-customer-business-lunch_639032-2871.jpg",
|
||||
},
|
||||
id: "t4", name: "Omar K.", role: "Manager", company: "Business Inc", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nice-young-man-sitting-cafe-table-watching-menu-make-order-restaurant-customer-business-lunch_639032-2871.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena Rossi",
|
||||
role: "Consultant",
|
||||
company: "Global Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", name: "Elena Rossi", role: "Consultant", company: "Global Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2"},
|
||||
]}
|
||||
title="Loved by Users"
|
||||
description="See why people choose WeBuild to organize their time."
|
||||
@@ -205,19 +146,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Tasks Completed",
|
||||
value: "10K+",
|
||||
},
|
||||
label: "Tasks Completed", value: "10K+"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Hours Saved",
|
||||
value: "50K+",
|
||||
},
|
||||
label: "Hours Saved", value: "50K+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Active Users",
|
||||
value: "5K+",
|
||||
},
|
||||
label: "Active Users", value: "5K+"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -227,29 +162,19 @@ export default function LandingPage() {
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZjimGMfqVW9DyIf7sTbPThHUT/a-soft-abstract-background-with-warm-lig-1774703657913-1dc636c2.png"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -260,4 +185,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user