15 Commits

Author SHA1 Message Date
e7572ef2b4 Merge version_3 into main
Merge version_3 into main
2026-03-03 08:19:03 +00:00
bf8bce0faf Update src/app/page.tsx 2026-03-03 08:18:57 +00:00
c16416a2f9 Merge version_3 into main
Merge version_3 into main
2026-03-03 08:15:51 +00:00
850956dc55 Update src/app/page.tsx 2026-03-03 08:15:45 +00:00
f91b680af9 Update src/app/layout.tsx 2026-03-03 08:15:44 +00:00
08e84f4b7a Switch to version 2: modified src/app/page.tsx 2026-03-03 08:14:04 +00:00
b4dd1d1f9b Switch to version 2: modified src/app/layout.tsx 2026-03-03 08:14:01 +00:00
640970f915 Switch to version 1: modified src/app/page.tsx 2026-03-03 08:13:51 +00:00
5d743e395c Switch to version 1: modified src/app/layout.tsx 2026-03-03 08:13:49 +00:00
8fbed743fb Merge version_2 into main
Merge version_2 into main
2026-03-03 08:06:12 +00:00
a038c5e7b7 Update src/app/page.tsx 2026-03-03 08:06:07 +00:00
424a090c02 Update src/app/layout.tsx 2026-03-03 08:06:06 +00:00
79ad221a64 Merge version_1 into main
Merge version_1 into main
2026-03-03 08:05:03 +00:00
18353656f4 Merge version_1 into main
Merge version_1 into main
2026-03-03 08:02:42 +00:00
fdd55e6c44 Merge version_1 into main
Merge version_1 into main
2026-03-03 07:59:37 +00:00
2 changed files with 57 additions and 33 deletions

View File

@@ -16,25 +16,29 @@ const openSans = Open_Sans({
export const metadata: Metadata = {
title: "LinkBase - One Link for Everything | Creator Hub", description: "LinkBase combines links, store, email, analytics, and automation in one platform. Sell products, grow your audience, and make more money from your bio link.", keywords: "bio link, link in bio, linktree alternative, creator platform, sell online, affiliate links", metadataBase: new URL("https://linkbase.com"),
alternates: {
canonical: "https://linkbase.com"},
canonical: "https://linkbase.com"
},
openGraph: {
title: "LinkBase - One Link That Replaces 10 Tools", description: "The all-in-one creator platform for links, store, email, analytics, and automation.", url: "https://linkbase.com", siteName: "LinkBase", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/a-modern-clean-creator-dashboard-interfa-1772524690173-8bfe8cde.png", alt: "LinkBase Dashboard"},
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/a-modern-clean-creator-dashboard-interfa-1772524690173-8bfe8cde.png", alt: "LinkBase Dashboard"
}
],
type: "website"},
type: "website"
},
twitter: {
card: "summary_large_image", title: "LinkBase - Your All-In-One Creator Platform", description: "One link that replaces 10 tools. Bio links, store, email, analytics, and automation.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/a-modern-clean-creator-dashboard-interfa-1772524690173-8bfe8cde.png"],
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/a-modern-clean-creator-dashboard-interfa-1772524690173-8bfe8cde.png"
]
},
robots: {
index: true,
follow: true,
},
follow: true
}
};
export default function RootLayout({
children,
children
}: Readonly<{
children: React.ReactNode;
}>) {
@@ -1417,4 +1421,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -17,7 +17,7 @@ const navItems = [
{ name: "Pricing", id: "pricing" },
{ name: "How It Works", id: "how-it-works" },
{ name: "Blog", id: "blog" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "contact" }
];
export default function HomePage() {
@@ -38,8 +38,8 @@ export default function HomePage() {
<NavbarLayoutFloatingOverlay
brandName="LinkBase"
navItems={navItems}
button={{ text: "Get Started Free", href: "/signup" }}
className="rounded-full backdrop-blur-md"
button={{ text: "Get Started", href: "/signup" }}
/>
</div>
@@ -49,7 +49,7 @@ export default function HomePage() {
description="One link that replaces 10 tools. Your all-in-one creator hub for links, store, email, automation, bookings, and analytics. Turn one bio link into unlimited revenue."
buttons={[
{ text: "Start Free Today", href: "/signup" },
{ text: "Watch Demo", href: "#how-it-works" },
{ text: "Watch Demo", href: "#how-it-works" }
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/a-modern-clean-creator-dashboard-interfa-1772524690173-8bfe8cde.png?_wi=1"
@@ -70,22 +70,26 @@ export default function HomePage() {
id: 1,
tag: "Smart Links", title: "Auto-Content Sync", subtitle: "Your latest content automatically updates", description:
"Connect YouTube, Instagram, TikTok, Spotify, or blogs. Your bio link stays fresh with the latest content. No manual updates needed. Just set it once and forget it.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/illustration-showing-automated-workflow--1772524689954-b2b38655.png?_wi=1"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/illustration-showing-automated-workflow--1772524689954-b2b38655.png?_wi=1"
},
{
id: 2,
tag: "E-Commerce", title: "Built-In Store", subtitle: "Sell digital products, courses, and services directly", description:
"No need for separate platforms. Sell presets, ebooks, courses, physical products, or offer coaching sessions. Accept payments via UPI, cards, and net banking. Get paid instantly.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/e-commerce-store-builder-interface-showi-1772524690086-2ee4dfa5.png?_wi=1"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/e-commerce-store-builder-interface-showi-1772524690086-2ee4dfa5.png?_wi=1"
},
{
id: 3,
tag: "Analytics", title: "Deep Insights", subtitle: "Know exactly what's working", description:
"See which links get the most clicks, which visitors convert to buyers, traffic source breakdown, and revenue per link. Make data-driven decisions to grow faster.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/analytics-dashboard-showing-charts-metri-1772524690045-8eb97785.png?_wi=1"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/analytics-dashboard-showing-charts-metri-1772524690045-8eb97785.png?_wi=1"
},
{
id: 4,
tag: "Audience", title: "Build Your List", subtitle: "Collect emails and WhatsApp numbers", description:
"Grow your audience without external tools. Offer lead magnets, collect subscriber data, segment contacts, and send broadcast emails or WhatsApp messages.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/audience-building-interface-showing-emai-1772524690187-98815d03.png"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/audience-building-interface-showing-emai-1772524690187-98815d03.png"
}
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -95,22 +99,26 @@ export default function HomePage() {
<div id="about" data-section="about">
<AboutMetric
title="Why Creators Choose LinkBase Over Everyone Else"
title="Join 50K+ Creators: Why You Should Choose LinkBase Over Everyone Else"
useInvertedBackground={false}
metricsAnimation="blur-reveal"
metrics={[
{
icon: Users,
label: "Active Creators", value: "50K+"},
label: "Active Creators", value: "50K+"
},
{
icon: TrendingUp,
label: "Average Revenue Increase", value: "3.5x"},
label: "Average Revenue Increase", value: "3.5x"
},
{
icon: ShoppingCart,
label: "Products Sold", value: "2M+"},
label: "Products Sold", value: "2M+"
},
{
icon: Mail,
label: "Emails Sent", value: "100M+"},
label: "Emails Sent", value: "100M+"
}
]}
/>
</div>
@@ -123,16 +131,20 @@ export default function HomePage() {
products={[
{
id: "1", name: "Lightroom Presets", price: "₹299", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-preview-of-a-lightroom-phot-1772524690075-dc770ea2.png?_wi=1"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-preview-of-a-lightroom-phot-1772524690075-dc770ea2.png?_wi=1"
},
{
id: "2", name: "Online Course", price: "₹1,999", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/online-course-thumbnail-showing-video-pl-1772524689994-fe699ca0.png?_wi=1"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/online-course-thumbnail-showing-video-pl-1772524689994-fe699ca0.png?_wi=1"
},
{
id: "3", name: "1:1 Coaching", price: "₹5,000", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/1-1-coaching-or-consultation-service-int-1772524690008-ca2b8e32.png?_wi=1"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/1-1-coaching-or-consultation-service-int-1772524690008-ca2b8e32.png?_wi=1"
},
{
id: "4", name: "Digital Guide", price: "₹199", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/digital-ebook-or-guide-cover-design-show-1772524690032-a98947cd.png"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/digital-ebook-or-guide-cover-design-show-1772524690032-a98947cd.png"
}
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -151,32 +163,38 @@ export default function HomePage() {
id: "1", name: "Priya Shah, Fashion Creator", date: "Date: 15 January 2025", title: "Finally, one tool that actually works!", quote:
"I was juggling Linktree, Gumroad, Mailchimp, and 5 other tools. LinkBase has literally cut my workflow in half. I now spend 5 minutes managing my bio link instead of 2 hours. And selling presets directly? So smooth. Highly recommend!", tag: "Fashion & Lifestyle", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-headshot-of-a-young-indian--1772524690149-d50c0c67.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-headshot-of-a-young-indian--1772524690149-d50c0c67.png"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-headshot-of-a-young-indian--1772524690149-d50c0c67.png"
},
{
id: "2", name: "Rahul Kapoor, Finance Educator", date: "Date: 12 January 2025", title: "Revenue jumped 3.5x in 3 months", quote:
"The analytics are incredible. I can see exactly which traffic source converts best. I've optimized my product pricing based on LinkBase's recommendations, and my revenue has grown 3.5x. This is a game-changer for course creators like me.", tag: "Education", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-headshot-of-a-male-youtube--1772524690131-801af38d.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-headshot-of-a-male-youtube--1772524690131-801af38d.png"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-headshot-of-a-male-youtube--1772524690131-801af38d.png"
},
{
id: "3", name: "Meena Desai, Home Baker", date: "Date: 8 January 2025", title: "My business looks professional now", quote:
"I didn't have a website or proper way to take orders. LinkBase gave me a stunning online presence in 30 minutes. My customers can now see my menu, book orders, and pay online. I went from WhatsApp chaos to a proper business. Best ₹199 I spend every month!", tag: "Small Business", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-headshot-of-a-female-entrep-1772524689875-5630ec7f.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-headshot-of-a-female-entrep-1772524689875-5630ec7f.png"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-headshot-of-a-female-entrep-1772524689875-5630ec7f.png"
},
{
id: "4", name: "Aditya Nair, YouTuber", date: "Date: 5 January 2025", title: "My followers actually click through now", quote:
"The auto-sync feature is brilliant. My YouTube latest video automatically appears at the top of my bio link. No more manual updates. CTR on my links increased by 45% after redesigning with LinkBase's themes. Worth every penny.", tag: "YouTube Creator", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-headshot-of-a-young-male-co-1772524690064-d35174d1.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-headshot-of-a-young-male-co-1772524690064-d35174d1.png"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-headshot-of-a-young-male-co-1772524690064-d35174d1.png"
},
{
id: "5", name: "Zara Khan, Fitness Coach", date: "Date: 2 January 2025", title: "Email list grew by 500%", quote:
"The email collection blocks are genius. I added lead magnets and started collecting leads. My email list grew from 200 to 1,200 in just 2 months. Now I have a direct channel to my audience. Priceless for an online coach.", tag: "Fitness & Coaching", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-headshot-of-a-female-fitnes-1772524690109-5ed755fb.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-headshot-of-a-female-fitnes-1772524690109-5ed755fb.png"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-headshot-of-a-female-fitnes-1772524690109-5ed755fb.png"
},
{
id: "6", name: "Vikram Gupta, Tech Entrepreneur", date: "Date: 30 December 2024", title: "Best decision for my startup", quote:
"We use LinkBase as our main conversion hub. Affiliate links, course links, booking links, and more. All in one beautiful page. Our team loves how easy it is to manage. Switched from Linktree and never looking back.", tag: "Startup", avatarSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-headshot-of-a-male-coach-or-1772524690285-908a4531.png", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-headshot-of-a-male-coach-or-1772524690285-908a4531.png"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/professional-headshot-of-a-male-coach-or-1772524690285-908a4531.png"
}
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -191,9 +209,11 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Instagram", "YouTube", "TikTok", "Twitter", "LinkedIn", "Spotify", "Substack", "Twitch"]}
"Instagram", "YouTube", "TikTok", "Twitter", "LinkedIn", "Spotify", "Substack", "Twitch"
]}
logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/instagram-logo-icon-modern-clean-design--1772524689446-69b3ce6e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/youtube-logo-icon-modern-professional-de-1772524689487-26e219f2.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/tiktok-logo-icon-modern-trendy-design-su-1772524689751-f5a356eb.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/twitter-x-logo-icon-modern-clean-design--1772524689725-ed3a0d05.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/linkedin-logo-icon-professional-design-s-1772524689763-96878fa4.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/notion-logo-icon-modern-minimalist-desig-1772524689794-4b9bf07b.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/figma-logo-icon-modern-design-tool-icon--1772524689841-06e0ee5d.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/stripe-logo-icon-payment-platform-icon-s-1772524689557-53cb883a.png"]}
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/instagram-logo-icon-modern-clean-design--1772524689446-69b3ce6e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/youtube-logo-icon-modern-professional-de-1772524689487-26e219f2.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/tiktok-logo-icon-modern-trendy-design-su-1772524689751-f5a356eb.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/twitter-x-logo-icon-modern-clean-design--1772524689725-ed3a0d05.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/linkedin-logo-icon-professional-design-s-1772524689763-96878fa4.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/notion-logo-icon-modern-minimalist-desig-1772524689794-4b9bf07b.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/figma-logo-icon-modern-design-tool-icon--1772524689841-06e0ee5d.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUyh1ASeUb7s2EmMrRoOeGAvW/stripe-logo-icon-payment-platform-icon-s-1772524689557-53cb883a.png"
]}
speed={40}
showCard={true}
/>
@@ -208,4 +228,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}