Merge version_1 into main #1
320
src/app/page.tsx
320
src/app/page.tsx
@@ -13,236 +13,112 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
]}
|
||||
brandName="SiteMarket"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
]}
|
||||
brandName="SiteMarket"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Ready-to-Launch Websites"
|
||||
description="Get your online presence started instantly. Professional pre-built websites for just $500. Just bring your own domain."
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Websites",
|
||||
href: "#pricing",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/surprised-curious-cute-redhead-female-denim-shirt-looking-astonished-digital-tablet-screen-sa_1258-139226.jpg"
|
||||
imageAlt="Website Sales Platform"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Ready-to-Launch Websites"
|
||||
description="Get your online presence started instantly. Professional pre-built websites for just $500. Just bring your own domain."
|
||||
buttons={[{ text: "Browse Websites", href: "#pricing" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/surprised-curious-cute-redhead-female-denim-shirt-looking-astonished-digital-tablet-screen-sa_1258-139226.jpg"
|
||||
imageAlt="Website Sales Platform"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Optimized Speed",
|
||||
tags: [
|
||||
"Fast",
|
||||
"Performance",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-laptop-fire-with-colorful-flames_23-2151073752.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Mobile Responsive",
|
||||
tags: [
|
||||
"Responsive",
|
||||
"Mobile",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-yellow-hamburger-menu-icon_187299-47999.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Easy Management",
|
||||
tags: [
|
||||
"Simple",
|
||||
"Ready",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-setting-web-icon-design-element_460848-10096.jpg",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Our Sites?"
|
||||
description="Each site is crafted for speed, aesthetics, and conversion."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "f1", title: "Optimized Speed", tags: ["Fast", "Performance"], imageSrc: "http://img.b2bpic.net/free-photo/3d-laptop-fire-with-colorful-flames_23-2151073752.jpg" },
|
||||
{ id: "f2", title: "Mobile Responsive", tags: ["Responsive", "Mobile"], imageSrc: "http://img.b2bpic.net/free-photo/3d-render-yellow-hamburger-menu-icon_187299-47999.jpg" },
|
||||
{ id: "f3", title: "Easy Management", tags: ["Simple", "Ready"], imageSrc: "http://img.b2bpic.net/free-photo/3d-setting-web-icon-design-element_460848-10096.jpg" },
|
||||
]}
|
||||
title="Why Choose Our Sites?"
|
||||
description="Each site is crafted for speed, aesthetics, and conversion."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Launch",
|
||||
price: "$500",
|
||||
subtitle: "Single Site License",
|
||||
features: [
|
||||
"Full Ownership",
|
||||
"Clean Codebase",
|
||||
"Mobile Ready",
|
||||
"SEO Basic Setup",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Simple Pricing"
|
||||
description="Flat rate, full ownership."
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{ id: "p1", badge: "Launch", price: "$500", subtitle: "Single Site License", features: ["Full Ownership", "Clean Codebase", "Mobile Ready", "SEO Basic Setup"] },
|
||||
]}
|
||||
title="Simple Pricing"
|
||||
description="Flat rate, full ownership."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex R.",
|
||||
role: "Founder",
|
||||
company: "Stellar",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah K.",
|
||||
role: "Creative",
|
||||
company: "ArtBox",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-bearded-male-wearing-stylish-sui_613910-12110.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marcus L.",
|
||||
role: "Startup Owner",
|
||||
company: "Launchy",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-office_1303-31712.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena P.",
|
||||
role: "Marketing",
|
||||
company: "GrowMe",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-company-team-working_23-2149145125.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jordan V.",
|
||||
role: "Director",
|
||||
company: "Peak",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-blue-coat-standing-table-with-laptop-near-trees-yard_181624-22286.jpg",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100+",
|
||||
label: "Sites Sold",
|
||||
},
|
||||
{
|
||||
value: "24h",
|
||||
label: "Fast Launch",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Happy Clients",
|
||||
},
|
||||
]}
|
||||
title="Success Stories"
|
||||
description="Join others who launched their business in hours."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex R.", role: "Founder", company: "Stellar", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg" },
|
||||
{ id: "2", name: "Sarah K.", role: "Creative", company: "ArtBox", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-bearded-male-wearing-stylish-sui_613910-12110.jpg" },
|
||||
{ id: "3", name: "Marcus L.", role: "Startup Owner", company: "Launchy", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-office_1303-31712.jpg" },
|
||||
{ id: "4", name: "Elena P.", role: "Marketing", company: "GrowMe", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-company-team-working_23-2149145125.jpg" },
|
||||
{ id: "5", name: "Jordan V.", role: "Director", company: "Peak", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-blue-coat-standing-table-with-laptop-near-trees-yard_181624-22286.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "100+", label: "Sites Sold" },
|
||||
{ value: "24h", label: "Fast Launch" },
|
||||
{ value: "100%", label: "Happy Clients" },
|
||||
]}
|
||||
title="Success Stories"
|
||||
description="Join others who launched their business in hours."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Get Your Site Today"
|
||||
description="Ready to own your own domain-ready website? Let's get started."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us which site you want",
|
||||
rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-coffee-cookies-with-laptop-note-book_1339-8152.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Get Your Site Today"
|
||||
description="Ready to own your own domain-ready website? Let's get started."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell us which site you want", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-coffee-cookies-with-laptop-note-book_1339-8152.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="SiteMarket"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="SiteMarket"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user