Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
212
src/app/page.tsx
212
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Shield, Zap, CheckCircle, Sparkles } from "lucide-react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
@@ -30,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Marketplace",
|
||||
id: "marketplace",
|
||||
},
|
||||
name: "Marketplace", id: "marketplace"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="WebMarket"
|
||||
/>
|
||||
@@ -57,19 +48,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
logoText="WebMarket"
|
||||
description="The premier marketplace for buying and selling high-quality websites. Secure, efficient, and ready to scale."
|
||||
buttons={[
|
||||
{
|
||||
text: "Buy a Website",
|
||||
href: "#marketplace",
|
||||
},
|
||||
text: "Buy a Website", href: "#marketplace"},
|
||||
{
|
||||
text: "Sell My Site",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Sell My Site", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-ui-ux-background_52683-68958.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -82,28 +68,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Secure Transactions",
|
||||
description: "Escrow protection for every sale.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-padlock-with-key_1156-635.jpg",
|
||||
buttonIcon: "Shield",
|
||||
title: "Secure Transactions", description: "Escrow protection for every sale.", imageSrc: "http://img.b2bpic.net/free-photo/golden-padlock-with-key_1156-635.jpg", buttonIcon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Data-Driven Insights",
|
||||
description: "Verify traffic and revenue before purchase.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-with-company-profit-progress-screen_482257-77678.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Data-Driven Insights", description: "Verify traffic and revenue before purchase.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-with-company-profit-progress-screen_482257-77678.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "Automated transfer process for all assets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-biorobots-concept_23-2149524380.jpg",
|
||||
buttonIcon: "CheckCircle",
|
||||
title: "Fast Delivery", description: "Automated transfer process for all assets.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-biorobots-concept_23-2149524380.jpg", buttonIcon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Curated Marketplace",
|
||||
description: "Quality control on all listed websites.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-report-desk-laptop-showing-marketing-statistics-office_482257-84805.jpg",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Curated Marketplace", description: "Quality control on all listed websites.", imageSrc: "http://img.b2bpic.net/free-photo/financial-report-desk-laptop-showing-marketing-statistics-office_482257-84805.jpg", buttonIcon: Sparkles,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Our Marketplace"
|
||||
@@ -119,41 +93,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "SaaS Platform",
|
||||
price: "$15,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eid-shopping-trolley-laptops-perspective-side_187299-38652.jpg",
|
||||
},
|
||||
id: "1", name: "SaaS Platform", price: "$15,000", imageSrc: "http://img.b2bpic.net/free-photo/eid-shopping-trolley-laptops-perspective-side_187299-38652.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "E-commerce Store",
|
||||
price: "$8,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-worker-analyzing-diagrams-charts-with-company-marketing-research-looking-laptop-screen-home-office-evening-business-research-results-data-computer_482257-47474.jpg",
|
||||
},
|
||||
id: "2", name: "E-commerce Store", price: "$8,500", imageSrc: "http://img.b2bpic.net/free-photo/corporate-worker-analyzing-diagrams-charts-with-company-marketing-research-looking-laptop-screen-home-office-evening-business-research-results-data-computer_482257-47474.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Minimalist Blog",
|
||||
price: "$2,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-gadget-device-notebook-blank-space-concept_53876-16514.jpg",
|
||||
},
|
||||
id: "3", name: "Minimalist Blog", price: "$2,000", imageSrc: "http://img.b2bpic.net/free-photo/laptop-gadget-device-notebook-blank-space-concept_53876-16514.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Corporate Site",
|
||||
price: "$12,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg",
|
||||
},
|
||||
id: "4", name: "Corporate Site", price: "$12,000", imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Creative Portfolio",
|
||||
price: "$3,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-use-laptop-work-cafe_53876-138123.jpg",
|
||||
},
|
||||
id: "5", name: "Creative Portfolio", price: "$3,500", imageSrc: "http://img.b2bpic.net/free-photo/woman-use-laptop-work-cafe_53876-138123.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Marketplace Engine",
|
||||
price: "$25,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/fashion-shopping-application-template_23-2148663604.jpg",
|
||||
},
|
||||
id: "6", name: "Marketplace Engine", price: "$25,000", imageSrc: "http://img.b2bpic.net/free-vector/fashion-shopping-application-template_23-2148663604.jpg"},
|
||||
]}
|
||||
title="Featured Websites"
|
||||
description="Browse our latest high-performing sites available for purchase."
|
||||
@@ -167,53 +117,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Standard",
|
||||
price: "5%",
|
||||
subtitle: "For smaller sites",
|
||||
features: [
|
||||
"Escrow protection",
|
||||
"Standard listing",
|
||||
],
|
||||
id: "starter", badge: "Standard", price: "5%", subtitle: "For smaller sites", features: [
|
||||
"Escrow protection", "Standard listing"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Professional",
|
||||
price: "3%",
|
||||
subtitle: "For larger sites",
|
||||
features: [
|
||||
"Escrow protection",
|
||||
"Premium promotion",
|
||||
"Support",
|
||||
],
|
||||
id: "pro", badge: "Professional", price: "3%", subtitle: "For larger sites", features: [
|
||||
"Escrow protection", "Premium promotion", "Support"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Custom",
|
||||
price: "2%",
|
||||
subtitle: "For enterprise deals",
|
||||
features: [
|
||||
"VIP support",
|
||||
"White-glove service",
|
||||
"Concierge",
|
||||
],
|
||||
id: "enterprise", badge: "Custom", price: "2%", subtitle: "For enterprise deals", features: [
|
||||
"VIP support", "White-glove service", "Concierge"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -228,45 +152,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Great Platform",
|
||||
quote: "Sold my SaaS in 3 days. Unbelievable speed.",
|
||||
name: "Sarah J.",
|
||||
role: "Entrepreneur",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-european-man-glasses-suit-smiling-excited-looking-camera-with-amazed-happy-face-w_1258-154166.jpg",
|
||||
},
|
||||
id: "t1", title: "Great Platform", quote: "Sold my SaaS in 3 days. Unbelievable speed.", name: "Sarah J.", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-european-man-glasses-suit-smiling-excited-looking-camera-with-amazed-happy-face-w_1258-154166.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Safe Transactions",
|
||||
quote: "The escrow process made me feel completely secure.",
|
||||
name: "Michael R.",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
|
||||
},
|
||||
id: "t2", title: "Safe Transactions", quote: "The escrow process made me feel completely secure.", name: "Michael R.", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Highly Recommend",
|
||||
quote: "Best marketplace for high-quality websites.",
|
||||
name: "Emily K.",
|
||||
role: "Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
|
||||
},
|
||||
id: "t3", title: "Highly Recommend", quote: "Best marketplace for high-quality websites.", name: "Emily K.", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Easy Process",
|
||||
quote: "The transfer process was seamless and automated.",
|
||||
name: "David L.",
|
||||
role: "Developer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-freelancer-using-computer-plan-financial-analysis-with-business-charts-statistics-working-online-network-economy-growth-office-employee-planning-growth-strategy-close-up_482257-40931.jpg",
|
||||
},
|
||||
id: "t4", title: "Easy Process", quote: "The transfer process was seamless and automated.", name: "David L.", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/male-freelancer-using-computer-plan-financial-analysis-with-business-charts-statistics-working-online-network-economy-growth-office-employee-planning-growth-strategy-close-up_482257-40931.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Excellent Quality",
|
||||
quote: "Found a perfect site for my agency growth.",
|
||||
name: "Alex M.",
|
||||
role: "Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232840.jpg",
|
||||
},
|
||||
id: "t5", title: "Excellent Quality", quote: "Found a perfect site for my agency growth.", name: "Alex M.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232840.jpg"},
|
||||
]}
|
||||
title="What Clients Say"
|
||||
description="Trusted by hundreds of entrepreneurs worldwide."
|
||||
@@ -277,16 +171,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Ready to sell?"
|
||||
title="List Your Website Today"
|
||||
description="Get a free valuation and reach thousands of buyers instantly."
|
||||
buttons={[
|
||||
{
|
||||
text: "List My Site",
|
||||
href: "#",
|
||||
},
|
||||
text: "List My Site", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -297,42 +188,27 @@ export default function LandingPage() {
|
||||
logoText="WebMarket"
|
||||
columns={[
|
||||
{
|
||||
title: "Marketplace",
|
||||
items: [
|
||||
title: "Marketplace", items: [
|
||||
{
|
||||
label: "Buy Websites",
|
||||
href: "#",
|
||||
},
|
||||
label: "Buy Websites", href: "#"},
|
||||
{
|
||||
label: "Sell Website",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sell Website", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Fees",
|
||||
href: "#",
|
||||
},
|
||||
label: "Fees", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user