diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 4fa0473..7cc50b3 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -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 (
-
-
-
-
- {children}
-
+
+ {children}
-
);
}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2190977..1cc6391 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
Start your free trial now"
+ },
{
- 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}