Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-04 02:14:38 +00:00
2 changed files with 34 additions and 66 deletions

View File

@@ -1,42 +1,20 @@
import type { Metadata } from "next";
import { Lato } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const lato = Lato({
variable: "--font-lato", subsets: ["latin"],
weight: ["100", "300", "400", "700", "900"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "WebSeller - Build & Sell Websites Effortlessly", description: "Create stunning, responsive websites for your clients without coding. Scale your web design business with our all-in-one platform. Start free today.", keywords: "website builder, web design platform, sell websites, no-code builder, web hosting, drag and drop website creator", robots: {
index: true,
follow: true,
},
openGraph: {
title: "WebSeller - Build & Sell Websites Effortlessly", description: "Create and sell beautiful websites without coding. Start your free trial today.", siteName: "WebSeller", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/office-worker-setting-project-reminders_482257-119416.jpg", alt: "WebSeller Platform Dashboard"},
],
},
twitter: {
card: "summary_large_image", title: "WebSeller - Build & Sell Websites Effortlessly", description: "Create and sell beautiful websites without coding. Start your free trial today.", images: ["http://img.b2bpic.net/free-photo/office-worker-setting-project-reminders_482257-119416.jpg"],
},
};
title: "WebSeller - Build & Sell Beautiful Websites", description: "Create stunning, responsive websites for your clients without coding. Launch faster, earn more, and scale your web design business."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${lato.variable} antialiased`}>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1404,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -74,14 +74,11 @@ export default function LandingPage() {
tagIcon={Zap}
tagAnimation="slide-up"
features={[
{
id: "1", title: "Intuitive Drag-and-Drop Builder", author: "Design Team", description: "Build professional websites in minutes without touching code. Hundreds of pre-designed templates and components ready to customize.", tags: ["No-Code", "Fast"],
{ id: "1", title: "Intuitive Drag-and-Drop Builder", author: "Design Team", description: "Build professional websites in minutes without touching code. Hundreds of pre-designed templates and components ready to customize.", tags: ["No-Code", "Fast"],
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-mobile-app-banner-template_52683-5840.jpg", imageAlt: "Drag and drop website builder"},
{
id: "2", title: "Advanced Analytics & Insights", author: "Data Team", description: "Track visitor behavior, conversion rates, and performance metrics in real-time. Make data-driven decisions to optimize client websites.", tags: ["Analytics", "Insights"],
{ id: "2", title: "Advanced Analytics & Insights", author: "Data Team", description: "Track visitor behavior, conversion rates, and performance metrics in real-time. Make data-driven decisions to optimize client websites.", tags: ["Analytics", "Insights"],
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Analytics dashboard with charts"},
{
id: "3", title: "24/7 Expert Support", author: "Support Team", description: "Dedicated support team ready to help you and your clients succeed. Live chat, email, and knowledge base available anytime.", tags: ["Support", "Reliability"],
{ id: "3", title: "24/7 Expert Support", author: "Support Team", description: "Dedicated support team ready to help you and your clients succeed. Live chat, email, and knowledge base available anytime.", tags: ["Support", "Reliability"],
imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg", imageAlt: "Customer support representatives"},
]}
animationType="slide-up"
@@ -100,14 +97,11 @@ export default function LandingPage() {
tagIcon={Package}
tagAnimation="slide-up"
products={[
{
id: "1", name: "Starter Website Package", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/woman-moving-using-boxes_1157-35367.jpg?_wi=1", imageAlt: "Starter plan preview", initialQuantity: 1,
{ id: "1", name: "Starter Website Package", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/woman-moving-using-boxes_1157-35367.jpg?_wi=1", imageAlt: "Starter plan preview", initialQuantity: 1,
},
{
id: "2", name: "Professional Website Package", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-while-sitting-airport-terminal_107420-85113.jpg?_wi=1", imageAlt: "Professional plan preview", initialQuantity: 1,
{ id: "2", name: "Professional Website Package", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-while-sitting-airport-terminal_107420-85113.jpg?_wi=1", imageAlt: "Professional plan preview", initialQuantity: 1,
},
{
id: "3", name: "Enterprise Website Solution", price: "$999", imageSrc: "http://img.b2bpic.net/free-photo/investor-addresses-factory-management-investment-pitch-meeting_482257-126957.jpg?_wi=1", imageAlt: "Enterprise plan preview", initialQuantity: 1,
{ id: "3", name: "Enterprise Website Solution", price: "$999", imageSrc: "http://img.b2bpic.net/free-photo/investor-addresses-factory-management-investment-pitch-meeting_482257-126957.jpg?_wi=1", imageAlt: "Enterprise plan preview", initialQuantity: 1,
},
]}
gridVariant="three-columns-all-equal-width"
@@ -127,18 +121,15 @@ export default function LandingPage() {
tagIcon={DollarSign}
tagAnimation="slide-up"
plans={[
{
id: "starter", title: "Starter", price: "$29", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/woman-moving-using-boxes_1157-35367.jpg?_wi=2", imageAlt: "Starter plan", button: { text: "Start Free Trial", href: "#" },
{ id: "starter", title: "Starter", price: "$29", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/woman-moving-using-boxes_1157-35367.jpg?_wi=2", imageAlt: "Starter plan", button: { text: "Start Free Trial", href: "#" },
features: [
"Up to 5 websites", "Custom domain", "Basic analytics", "Email support", "1GB storage"],
},
{
id: "professional", title: "Professional", price: "$79", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-while-sitting-airport-terminal_107420-85113.jpg?_wi=2", imageAlt: "Professional plan", button: { text: "Start Free Trial", href: "#" },
{ id: "professional", title: "Professional", price: "$79", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-while-sitting-airport-terminal_107420-85113.jpg?_wi=2", imageAlt: "Professional plan", button: { text: "Start Free Trial", href: "#" },
features: [
"Unlimited websites", "Advanced analytics", "Priority support", "100GB storage", "API access"],
},
{
id: "enterprise", title: "Enterprise", price: "$299", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/investor-addresses-factory-management-investment-pitch-meeting_482257-126957.jpg?_wi=2", imageAlt: "Enterprise plan", button: { text: "Schedule Demo", href: "#" },
{ id: "enterprise", title: "Enterprise", price: "$299", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/investor-addresses-factory-management-investment-pitch-meeting_482257-126957.jpg?_wi=2", imageAlt: "Enterprise plan", button: { text: "Schedule Demo", href: "#" },
features: [
"Unlimited everything", "Dedicated account manager", "Custom integrations", "White-label options", "24/7 phone support"],
},
@@ -172,18 +163,12 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "Michael Chen"},
{
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=3", imageAlt: "Emily Rodriguez"},
{
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=4", imageAlt: "David Kim"},
{
id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=5", imageAlt: "Jessica Lee"},
{
id: "6", name: "Robert Williams", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=6", imageAlt: "Robert Williams"},
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Sarah Johnson"},
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "Michael Chen"},
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=3", imageAlt: "Emily Rodriguez"},
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=4", imageAlt: "David Kim"},
{ id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=5", imageAlt: "Jessica Lee"},
{ id: "6", name: "Robert Williams", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=6", imageAlt: "Robert Williams"},
]}
cardTitle="Over 10,000+ Web Designers Trust Our Platform to Build Better Websites"
cardTag="Trusted by Professionals"
@@ -202,17 +187,23 @@ export default function LandingPage() {
tagAnimation="slide-up"
faqs={[
{
id: "1", title: "How do I get started selling websites?", content: "Sign up for a free account, choose your plan, and start building your first website using our drag-and-drop builder. You can be live in minutes with our pre-designed templates."},
id: "1", title: "How do I get started selling websites?", content: "Sign up for a free account, choose your plan, and start building your first website using our drag-and-drop builder. You can be live in minutes with our pre-designed templates. <a href='#pricing' style='color: var(--color-primary-cta); text-decoration: underline; font-weight: 600; margin-left: 8px;'>Start your free trial now</a>"
},
{
id: "2", title: "Can I white-label the platform for my clients?", content: "Yes! Our Professional and Enterprise plans include white-label options so you can brand the entire platform as your own and offer it under your company name."},
id: "2", title: "Can I white-label the platform for my clients?", content: "Yes! Our Professional and Enterprise plans include white-label options so you can brand the entire platform as your own and offer it under your company name."
},
{
id: "3", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, and bank transfers for enterprise customers. Billing is automated and you can change your plan or cancel anytime."},
id: "3", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, and bank transfers for enterprise customers. Billing is automated and you can change your plan or cancel anytime."
},
{
id: "4", title: "Is there a free trial available?", content: "Yes! All plans come with a 14-day free trial. No credit card required. You get full access to all features during your trial period."},
id: "4", title: "Is there a free trial available?", content: "Yes! All plans come with a 14-day free trial. No credit card required. You get full access to all features during your trial period."
},
{
id: "5", title: "What kind of support do you offer?", content: "We offer 24/7 email support for all plans, live chat for Professional plans, and dedicated account managers for Enterprise customers."},
id: "5", title: "What kind of support do you offer?", content: "We offer 24/7 email support for all plans, live chat for Professional plans, and dedicated account managers for Enterprise customers."
},
{
id: "6", title: "Can I migrate existing websites?", content: "Absolutely! We offer free migration services for all new customers. Our team will help you transfer your existing sites with zero downtime."},
id: "6", title: "Can I migrate existing websites?", content: "Absolutely! We offer free migration services for all new customers. Our team will help you transfer your existing sites with zero downtime."
},
]}
textboxLayout="default"
useInvertedBackground={true}