6 Commits

Author SHA1 Message Date
5d2431e04c Merge version_3 into main
Merge version_3 into main
2026-03-05 23:53:14 +00:00
32ca4ece56 Update src/app/styles/variables.css 2026-03-05 23:53:09 +00:00
4de0c992e4 Update src/app/page.tsx 2026-03-05 23:53:09 +00:00
a727acc57e Update src/app/layout.tsx 2026-03-05 23:53:08 +00:00
887467bb1e Merge version_2 into main
Merge version_2 into main
2026-03-05 23:48:14 +00:00
1e32591cd3 Update src/app/page.tsx 2026-03-05 23:48:10 +00:00
3 changed files with 80 additions and 78 deletions

View File

@@ -1,39 +1,28 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Poppins } from "next/font/google";
import { Inter } from "next/font/google";
import { Nunito } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
const poppins = Poppins({
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const nunito = Nunito({
variable: "--font-nunito", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Webild - Build Stunning Websites Without Coding", description: "Create beautiful, responsive websites in minutes with Webild's intuitive drag-and-drop builder. No coding required. Start free today!", keywords: "website builder, drag and drop, no code, responsive design, website platform", robots: {
title: "Launchsite - Build Your Website Manually, Your Way", description: "Launchsite is a professional manual website builder designed for full creative control. Build stunning websites without automation or AI—just you and your vision.", keywords: "website builder, manual builder, no automation, full control, responsive design, website platform", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Webild - The Easiest Website Builder", description: "Create professional websites without coding. Perfect for entrepreneurs, small businesses, and creative professionals.", type: "website", siteName: "Webild", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/modern-web-design-interface-showcase-wit-1772752931562-3572ffe4.png", alt: "Webild Website Builder Interface"},
],
},
title: "Launchsite - Manual Website Builder", description: "Build professional websites with complete creative control. No AI automation—just pure manual website building.", type: "website", siteName: "Launchsite"},
twitter: {
card: "summary_large_image", title: "Webild - Build Your Website in Minutes", description: "Create stunning websites without coding. Join 500k+ creators using Webild.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/modern-web-design-interface-showcase-wit-1772752931562-3572ffe4.png"],
},
card: "summary_large_image", title: "Launchsite - Build Your Website Manually", description: "Professional manual website builder for creative control and customization."},
};
export default function RootLayout({
@@ -45,7 +34,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
className={`${poppins.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}

View File

@@ -29,29 +29,29 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Webild"
brandName="Launchsite"
navItems={[
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Get Started", href: "https://webild.io/signup" }}
button={{ text: "Get Started", href: "https://launchsite.io/signup" }}
animateOnLoad={true}
/>
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="WEBILD"
description="Create stunning, responsive websites in minutes with our intuitive drag-and-drop website builder. No coding required."
logoText="LAUNCHSITE"
description="Build professional websites with complete manual control. No AI automation. No pre-built limitations. Just you, your vision, and the tools to create exactly what you imagine."
buttons={[
{ text: "Start Building Free", href: "https://webild.io/signup" },
{ text: "Start Building Free", href: "https://launchsite.io/signup" },
{ text: "View Demo", href: "#features" }
]}
slides={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/modern-web-design-interface-showcase-wit-1772752931562-3572ffe4.png", imageAlt: "Modern web design interface" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/website-creation-tools-interface-with-co-1772752930927-8d42771f.png", imageAlt: "Website builder interface" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/modern-web-design-interface-showcase-wit-1772752931562-3572ffe4.png", imageAlt: "Manual website builder interface" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/website-creation-tools-interface-with-co-1772752930927-8d42771f.png", imageAlt: "Website creation tools" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/digital-workspace-showing-finished-respo-1772752932810-89af39d5.png", imageAlt: "Responsive website showcase" }
]}
autoplayDelay={5000}
@@ -61,17 +61,17 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureBorderGlow
title="Powerful Features Built for You"
description="Everything you need to create professional websites without any technical knowledge"
tag="Why Choose Webild"
tagIcon={Sparkles}
title="Manual Control, Professional Results"
description="Complete creative freedom with powerful tools designed for precise control. Build exactly what you envision—no automation, no shortcuts, just pure website creation."
tag="Launch Your Vision"
tagIcon={Rocket}
features={[
{ icon: Zap, title: "Lightning Fast", description: "Create beautiful websites in minutes, not months. Our intuitive interface gets you online faster than ever before." },
{ icon: Palette, title: "Unlimited Design", description: "Choose from hundreds of professionally designed templates or start from scratch with complete creative freedom." },
{ icon: Users, title: "Real-Time Collaboration", description: "Work with your team simultaneously. See changes in real-time and collaborate seamlessly on your website projects." },
{ icon: Smartphone, title: "Mobile Optimized", description: "Every website automatically adapts perfectly to all devices. Your site looks amazing on phones, tablets, and desktops." },
{ icon: Shield, title: "Secure & Reliable", description: "Enterprise-grade security with automatic backups, SSL certificates, and 99.9% uptime guarantee for peace of mind." },
{ icon: TrendingUp, title: "SEO Ready", description: "Built-in SEO tools help your website rank higher on search engines and reach your target audience effectively." }
{ icon: Zap, title: "Instant Deployment", description: "Launch your website immediately without waiting for automated processes. Your changes go live instantly with manual control every step of the way." },
{ icon: Palette, title: "Total Design Freedom", description: "Every pixel is yours to control. Customize colors, layouts, typography, and spacing with granular precision. No pre-built constraints or automatic adjustments." },
{ icon: Users, title: "Collaborative Building", description: "Work with your team in real-time. See every change instantly as team members build together, maintaining full control over the final design." },
{ icon: Smartphone, title: "Responsive by Design", description: "Manually optimize your website for every device. Test, adjust, and perfect your design across mobile, tablet, and desktop with full creative control." },
{ icon: Shield, title: "Enterprise Security", description: "Your complete control extends to security. Manual oversight of every element, backup strategies, and SSL management for peace of mind." },
{ icon: TrendingUp, title: "Transparent Analytics", description: "See exactly what's happening with your website. Manual interpretation of analytics data puts you in control of every optimization decision." }
]}
animationType="slide-up"
textboxLayout="default"
@@ -81,11 +81,11 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextSplitAbout
title="About Webild"
title="About Launchsite"
description={[
"Webild was founded in 2020 with a simple mission: democratize web design and make it accessible to everyone. We believe that beautiful, functional websites should never be behind expensive paywalls or require coding expertise.", "Today, we're proud to empower over 500,000 creators, entrepreneurs, and small businesses worldwide. Our platform has helped launch successful online ventures across every industry, from e-commerce stores to portfolio sites and corporate websites.", "We're committed to continuous innovation, investing heavily in AI-powered features and intuitive tools that make web creation effortless. Our team of designers, developers, and customer advocates work tirelessly to ensure your success."
"Launchsite was founded with a clear philosophy: websites shouldn't be built by algorithms. We believe in manual craftsmanship—the idea that thoughtful, intentional design beats automated shortcuts every time.", "Our platform empowers creators, designers, and entrepreneurs who refuse to compromise on control. Whether you're building a portfolio, launching an e-commerce store, or creating a corporate website, Launchsite gives you the precision tools to build it exactly as you envision it.", "We're not here to replace your creativity with AI. We're here to amplify it. Every feature in Launchsite is designed around one principle: give builders complete control, and trust them to create something amazing."
]}
buttons={[{ text: "Start Your Journey", href: "https://webild.io/signup" }]}
buttons={[{ text: "Start Your Journey", href: "https://launchsite.io/signup" }]}
showBorder={true}
useInvertedBackground={true}
/>
@@ -93,48 +93,48 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardThree
title="Our Impact"
description="Trusted by millions. Creating a better web, one site at a time."
tag="By The Numbers"
tagIcon={Award}
title="Launchsite by the Numbers"
description="Join thousands of creators building without compromise."
tag="Our Rocket Launch"
tagIcon={Rocket}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "1", icon: Users, title: "Active Users", value: "500K+" },
{ id: "2", icon: Globe, title: "Websites Created", value: "2.5M+" },
{ id: "3", icon: TrendingUp, title: "Revenue Enabled", value: "$5B+" },
{ id: "4", icon: Zap, title: "Page Loads Daily", value: "100B+" }
{ id: "1", icon: Users, title: "Active Builders", value: "50K+" },
{ id: "2", icon: Globe, title: "Sites Launched", value: "250K+" },
{ id: "3", icon: TrendingUp, title: "Countries Served", value: "150+" },
{ id: "4", icon: Zap, title: "Zero AI Features", value: "100%" }
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="What Our Customers Say"
description="Join thousands of satisfied users who have transformed their online presence with Webild"
tag="Testimonials"
title="What Builders Say About Launchsite"
description="Join creators who've reclaimed control of their web presence"
tag="Success Stories"
tagIcon={Heart}
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Sarah Mitchell, Founder of Bloom Boutique", date: "Date: 15 January 2025", title: "Launched my store in 48 hours!", quote: "I had no technical background, but Webild made it incredibly easy. I went from idea to fully functional online store in just two days. The templates are beautiful and the support team is amazing. My sales have tripled!", tag: "E-Commerce", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/professional-headshot-of-a-confident-bus-1772752930557-19b21aea.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/modern-startup-office-environment-showin-1772752931131-a060fcfa.png"
id: "1", name: "Sarah Martinez, Founder of Artisan Studio", date: "Date: 15 January 2025", title: "Finally, a builder that doesn't fight me", quote: "I switched to Launchsite because I was tired of automated builders making decisions for my design. With Launchsite, I have complete control. Every color, every layout decision is mine. My client portfolio looks exactly how I envisioned it.", tag: "Design", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/professional-headshot-of-a-confident-bus-1772752930557-19b21aea.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/modern-startup-office-environment-showin-1772752931131-a060fcfa.png"
},
{
id: "2", name: "Michael Chen, Creative Director at Studio X", date: "Date: 22 December 2024", title: "The best investment for our agency", quote: "We now deliver client websites 10x faster than before. The collaboration features let our team work together seamlessly. Our clients love how quickly we can iterate and test designs. Webild has transformed our workflow.", tag: "Agency", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/professional-headshot-of-a-confident-mal-1772752930540-34e741c8.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/successful-ecommerce-store-launch-celebr-1772752932141-a74f62e1.png"
id: "2", name: "James Chen, Web Designer", date: "Date: 22 December 2024", title: "The manual builder I've been waiting for", quote: "As a designer, I need control. Launchsite gives me exactly that without bloat. No AI guessing my intentions. Every pixel is deliberate. I've built 40+ client sites on Launchsite and never looked back.", tag: "Agency", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/professional-headshot-of-a-confident-mal-1772752930540-34e741c8.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/successful-ecommerce-store-launch-celebr-1772752932141-a74f62e1.png"
},
{
id: "3", name: "Emily Rodriguez, Small Business Owner", date: "Date: 8 January 2025", title: "Professional website without the price tag", quote: "Other website builders quoted me $5,000+. With Webild, I got a professional-looking site for a fraction of that cost. It's sophisticated enough for my needs and simple enough that I can update it myself anytime.", tag: "Small Business", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/professional-headshot-of-a-successful-bu-1772752931380-b5821821.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/creative-agency-team-celebrating-complet-1772752931324-6a32bdc0.png"
id: "3", name: "Emily Thompson, Small Business Owner", date: "Date: 8 January 2025", title: "Professional results with real control", quote: "I built my boutique website with Launchsite in two days. I can update inventory, change descriptions, and adjust layouts myself. No dependency on developers. It's empowering to have this level of control over my online presence.", tag: "E-Commerce", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/professional-headshot-of-a-successful-bu-1772752931380-b5821821.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/creative-agency-team-celebrating-complet-1772752931324-6a32bdc0.png"
},
{
id: "4", name: "David Kim, Freelance Designer", date: "Date: 3 January 2025", title: "Perfect for my freelance portfolio", quote: "I showcase my work on Webild and potential clients are impressed. The site loads fast, looks stunning on all devices, and showcases my portfolio beautifully. It's helped me land bigger projects.", tag: "Portfolio", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/professional-headshot-of-a-young-male-en-1772752930814-0efc7817.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/small-business-owner-showcasing-newly-bu-1772752931098-6f8dd97c.png"
id: "4", name: "Michael Rodriguez, Developer", date: "Date: 3 January 2025", title: "Clean, transparent, no hidden automation", quote: "I love that Launchsite doesn't try to outsmart me. It's transparent about what it does and doesn't do. Perfect for developers who want a builder they can trust to stay out of the way.", tag: "Developer", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/professional-headshot-of-a-young-male-en-1772752930814-0efc7817.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/small-business-owner-showcasing-newly-bu-1772752931098-6f8dd97c.png"
},
{
id: "5", name: "Jessica Lee, Marketing Manager", date: "Date: 28 December 2024", title: "Analytics that drive real decisions", quote: "The built-in analytics help me understand my visitors better. I can track what's working and optimize in real-time. Our conversion rate improved 45% in just three months.", tag: "Marketing", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/professional-headshot-of-an-experienced--1772752932880-a89e86a1.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/digital-marketing-team-analyzing-website-1772752930870-969b44c4.png"
id: "5", name: "Lisa Park, Content Creator", date: "Date: 28 December 2024", title: "Manual control means better storytelling", quote: "My blog is my story. With Launchsite, I control every element of how that story is told. No algorithm deciding layout. No AI suggestions. Just me, my content, and complete creative freedom.", tag: "Content", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/professional-headshot-of-an-experienced--1772752932880-a89e86a1.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/digital-marketing-team-analyzing-website-1772752930870-969b44c4.png"
},
{
id: "6", name: "Robert Thompson, CEO of Thompson Consulting", date: "Date: 18 December 2024", title: "Enterprise quality, startup friendly", quote: "We moved our corporate site to Webild and couldn't be happier. It has enterprise-level features but remains simple to use. The SEO tools are excellent and customer support goes above and beyond.", tag: "Enterprise", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/professional-headshot-of-a-male-business-1772752930142-b03e7fdd.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/professional-services-firm-displaying-ne-1772752932096-ee8a1fd2.png"
id: "6", name: "David Wilson, Marketing Director", date: "Date: 18 December 2024", title: "Precision marketing starts with precise control", quote: "Every campaign is different. Launchsite lets me build custom landing pages for each one without constraint. Manual control means I can optimize exactly the way I need to. Our conversion rates reflect that.", tag: "Marketing", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/professional-headshot-of-a-male-business-1772752930142-b03e7fdd.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXxhPhm8u71UPdLi0cwZVDY8oC/professional-services-firm-displaying-ne-1772752932096-ee8a1fd2.png"
}
]}
/>
@@ -142,13 +142,13 @@ export default function LandingPage() {
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Trusted by Leading Companies"
description="Join companies of all sizes using Webild to power their online presence"
title="Trusted by Professional Builders"
description="Designers, developers, and entrepreneurs who demand complete control choose Launchsite"
tag="Partners"
tagIcon={Check}
textboxLayout="default"
useInvertedBackground={false}
names={["Google", "Microsoft", "Amazon", "Apple", "Meta", "Netflix", "Stripe", "Slack"]}
names={["Adobe", "Figma", "Webflow", "Framer", "Monday.com", "Notion", "Zapier", "GitHub"]}
logos={[
"http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148153516.jpg", "http://img.b2bpic.net/free-vector/geometric-abstract-echos-web-design-agency-logo_1421494-124.jpg", "http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-design_23-2149714663.jpg", "http://img.b2bpic.net/free-vector/gradient-pp-logo-template_23-2151182584.jpg", "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148058466.jpg", "http://img.b2bpic.net/free-vector/set-minimal-news-logo_23-2148465206.jpg", "http://img.b2bpic.net/free-vector/template-abstract-geometric-business-card_23-2148308363.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-hub-logo-design_23-2149857667.jpg"
]}
@@ -162,36 +162,49 @@ export default function LandingPage() {
title="Simple, Transparent Pricing"
description="Choose the perfect plan for your needs. No hidden fees, no surprises."
tag="Pricing"
tagIcon={Zap}
tagIcon={Rocket}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
plans={[
{
id: "starter", title: "Starter", price: "$0", period: "/month", features: ["1 website", "5 GB storage", "Basic templates", "Mobile responsive", "Email support"],
button: { text: "Get Started", href: "https://webild.io/signup?plan=starter" }
button: { text: "Get Started", href: "https://launchsite.io/signup?plan=starter" },
imageSrc: undefined,
videoSrc: undefined,
imageAlt: undefined,
videoAriaLabel: undefined
},
{
id: "pro", title: "Pro", price: "$12", period: "/month", features: ["Unlimited websites", "100 GB storage", "All templates + custom", "Advanced SEO tools", "Priority support", "Custom domain"],
button: { text: "Start Free Trial", href: "https://webild.io/signup?plan=pro" }
id: "pro", title: "Pro", price: "$15", period: "/month", features: ["Unlimited websites", "100 GB storage", "All templates + custom", "Advanced controls", "Priority support", "Custom domain"],
button: { text: "Start Free Trial", href: "https://launchsite.io/signup?plan=pro" },
imageSrc: undefined,
videoSrc: undefined,
imageAlt: undefined,
videoAriaLabel: undefined
},
{
id: "business", title: "Business", price: "$35", period: "/month", features: ["Unlimited everything", "1 TB storage", "Team collaboration", "Advanced analytics", "API access", "24/7 phone support", "Custom integrations"],
button: { text: "Contact Sales", href: "https://webild.io/contact-sales" }
id: "business", title: "Business", price: "$45", period: "/month", features: ["Unlimited everything", "1 TB storage", "Team collaboration", "Full analytics access", "24/7 phone support", "Custom integrations"],
button: { text: "Contact Sales", href: "https://launchsite.io/contact-sales" },
imageSrc: undefined,
videoSrc: undefined,
imageAlt: undefined,
videoAriaLabel: undefined
}
]}
cardClassName="odd:z-0 even:z-10 [&:nth-child(2)]:z-20 [&:nth-child(2)]:scale-105 odd:scale-100"
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Ready to Start?"
tag="Ready to Take Off?"
tagIcon={Rocket}
title="Build Your Website Today"
description="Join the thousands of creators, entrepreneurs, and businesses building beautiful websites with Webild. Get started free—no credit card required."
title="Launch Your Website Today"
description="Join thousands of builders who've chosen manual control over automation. Create your account free—no credit card required. Full creative freedom starts here."
buttons={[
{ text: "Create Free Account", href: "https://webild.io/signup" },
{ text: "Schedule Demo", href: "https://webild.io/demo" }
{ text: "Create Free Account", href: "https://launchsite.io/signup" },
{ text: "Schedule Demo", href: "https://launchsite.io/demo" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -226,7 +239,7 @@ export default function LandingPage() {
]
}
]}
copyrightText="© 2025 Webild. All rights reserved."
copyrightText="© 2025 Launchsite. All rights reserved."
/>
</div>
</ThemeProvider>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ff7f00;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #1b0c25;
--accent: #ff93e4;
--background-accent: #e8a8c3;
--accent: #ff9f1c;
--background-accent: #ff7f00;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);