Merge version_1 into main #2
191
src/app/page.tsx
191
src/app/page.tsx
@@ -30,70 +30,42 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="MarketPro"
|
||||
button={{ text: "Get Started", href: "#products" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Future of Digital Marketplace"
|
||||
description="Unlock infinite possibilities with our advanced inventory solutions and seamless trading platform."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Get Started", href: "#products"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hud-user-interface-technology-spaceship-virtual-reality-game-with-infographic-chart-navigation-button_90220-1368.jpg?_wi=1",
|
||||
imageAlt: "Hero scene 1",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/hud-user-interface-technology-spaceship-virtual-reality-game-with-infographic-chart-navigation-button_90220-1368.jpg", imageAlt: "Hero scene 1"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-neon-glowing-text-with-cursor-click_23-2152033016.jpg?_wi=1",
|
||||
imageAlt: "Hero scene 2",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-neon-glowing-text-with-cursor-click_23-2152033016.jpg", imageAlt: "Hero scene 2"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg?_wi=1",
|
||||
imageAlt: "Hero scene 3",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg", imageAlt: "Hero scene 3"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-blue-neon-lights_181624-23679.jpg",
|
||||
imageAlt: "Hero scene 4",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-blue-neon-lights_181624-23679.jpg", imageAlt: "Hero scene 4"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-shield-digital-protection-concept_23-2151998473.jpg",
|
||||
imageAlt: "Hero scene 5",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-shield-digital-protection-concept_23-2151998473.jpg", imageAlt: "Hero scene 5"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-with-flowing-lines-particles_1048-13576.jpg",
|
||||
imageAlt: "Hero scene 6",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-with-flowing-lines-particles_1048-13576.jpg", imageAlt: "Hero scene 6"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,41 +78,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Core Platform",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-simulator-with-laptop_23-2148912817.jpg",
|
||||
},
|
||||
id: "1", name: "Core Platform", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-simulator-with-laptop_23-2148912817.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sync Engine",
|
||||
price: "$80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-plain-blur-grey-black-gradient-used-as-background-studio-wall-display-your-p_1258-108804.jpg",
|
||||
},
|
||||
id: "2", name: "Sync Engine", price: "$80", imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-plain-blur-grey-black-gradient-used-as-background-studio-wall-display-your-p_1258-108804.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Analytics Hub",
|
||||
price: "$240",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/navy-operations-specialist-following-hostile-warship-trajectory_482257-91043.jpg",
|
||||
},
|
||||
id: "3", name: "Analytics Hub", price: "$240", imageSrc: "http://img.b2bpic.net/free-photo/navy-operations-specialist-following-hostile-warship-trajectory_482257-91043.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Storage Vault",
|
||||
price: "$40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electronic-waste-isolated-white_93675-135866.jpg",
|
||||
},
|
||||
id: "4", name: "Storage Vault", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/electronic-waste-isolated-white_93675-135866.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Security Suite",
|
||||
price: "$150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-download-icon-laptop_53876-74913.jpg",
|
||||
},
|
||||
id: "5", name: "Security Suite", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-download-icon-laptop_53876-74913.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Sensor Link",
|
||||
price: "$90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-components_23-2149417027.jpg",
|
||||
},
|
||||
id: "6", name: "Sensor Link", price: "$90", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hard-drive-components_23-2149417027.jpg"},
|
||||
]}
|
||||
title="Our Marketplace"
|
||||
description="Discover curated high-tech solutions designed to scale your operations."
|
||||
@@ -153,41 +101,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Speed",
|
||||
tags: [
|
||||
"Optimized",
|
||||
"Fast",
|
||||
],
|
||||
description: "High velocity data processing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hud-user-interface-technology-spaceship-virtual-reality-game-with-infographic-chart-navigation-button_90220-1368.jpg?_wi=2",
|
||||
imageAlt: "digital market interface",
|
||||
},
|
||||
id: "f1", title: "Speed", tags: [
|
||||
"Optimized", "Fast"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hud-user-interface-technology-spaceship-virtual-reality-game-with-infographic-chart-navigation-button_90220-1368.jpg", imageAlt: "digital market interface"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Scalable",
|
||||
tags: [
|
||||
"Growth",
|
||||
"Cloud",
|
||||
],
|
||||
description: "Grows with your demand.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-neon-glowing-text-with-cursor-click_23-2152033016.jpg?_wi=2",
|
||||
imageAlt: "digital icons tech",
|
||||
},
|
||||
id: "f2", title: "Scalable", tags: [
|
||||
"Growth", "Cloud"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-neon-glowing-text-with-cursor-click_23-2152033016.jpg", imageAlt: "digital icons tech"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Secure",
|
||||
tags: [
|
||||
"Encrypted",
|
||||
"Safe",
|
||||
],
|
||||
description: "Your data is our priority.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg?_wi=2",
|
||||
imageAlt: "global network tech",
|
||||
},
|
||||
id: "f3", title: "Secure", tags: [
|
||||
"Encrypted", "Safe"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg", imageAlt: "global network tech"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Innovative technology backed by enterprise-grade reliability."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -199,25 +127,15 @@ export default function LandingPage() {
|
||||
author="Sarah Jenkins, CTO"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-colorful-cupboards_23-2148518459.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-colorful-cupboards_23-2148518459.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-graphic-designer-female-draws-sketches-new-logo-dental-clinic-sitting-desk-with-pc-computer-documents-colored-stationery-copy-space-wall-advertising-content-text_344912-92.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-graphic-designer-female-draws-sketches-new-logo-dental-clinic-sitting-desk-with-pc-computer-documents-colored-stationery-copy-space-wall-advertising-content-text_344912-92.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lady-showing-information-tablet-colleagues_1262-5227.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/lady-showing-information-tablet-colleagues_1262-5227.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/forex-trading-setup-vacant-office_482257-121461.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/forex-trading-setup-vacant-office_482257-121461.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/one-person-only-polygraph-examiner-works-office-with-his-lie-detector-s-equipment_146671-17238.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/one-person-only-polygraph-examiner-works-office-with-his-lie-detector-s-equipment_146671-17238.jpg", alt: "User 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -230,27 +148,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Support 24/7?",
|
||||
content: "Yes, our team is available round the clock.",
|
||||
},
|
||||
id: "q1", title: "Support 24/7?", content: "Yes, our team is available round the clock."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Pricing?",
|
||||
content: "We offer tiered pricing based on scale.",
|
||||
},
|
||||
id: "q2", title: "Pricing?", content: "We offer tiered pricing based on scale."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Trial?",
|
||||
content: "Start with a 14-day free trial period.",
|
||||
},
|
||||
id: "q3", title: "Trial?", content: "Start with a 14-day free trial period."},
|
||||
]}
|
||||
ctaTitle="Ready to launch?"
|
||||
ctaDescription="Contact our sales team today to discuss custom implementation."
|
||||
ctaButton={{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Contact Us", href: "#"}}
|
||||
ctaIcon={ArrowRight}
|
||||
/>
|
||||
</div>
|
||||
@@ -260,29 +167,19 @@ export default function LandingPage() {
|
||||
logoText="MarketPro"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "API",
|
||||
href: "#",
|
||||
},
|
||||
label: "API", href: "#"},
|
||||
{
|
||||
label: "Security",
|
||||
href: "#",
|
||||
},
|
||||
label: "Security", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Docs",
|
||||
href: "#",
|
||||
},
|
||||
label: "Docs", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user