Merge version_1 into main #1
195
src/app/page.tsx
195
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="DisseminateAI"
|
||||
/>
|
||||
@@ -57,34 +45,14 @@ export default function LandingPage() {
|
||||
<HeroOverlay
|
||||
title="Streamline Your Business Dissemination Strategy"
|
||||
description="Unlock efficient information flow with our advanced dissemination platform designed for modern enterprises."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-looking-camera_23-2148317302.jpg",
|
||||
alt: "Front view smiley woman looking at camera",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-woman_23-2148356286.jpg",
|
||||
alt: "Low angle smiley business woman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
||||
alt: "Smiling African American man posing at library",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg",
|
||||
alt: "Cheerful middle aged businesswoman",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg",
|
||||
alt: "Joyful woman in black jacket liking lip and posing on isolated background. Charming lady in dark suit smiling on white backdrop",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-looking-camera_23-2148317302.jpg", alt: "Front view smiley woman looking at camera" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-woman_23-2148356286.jpg", alt: "Low angle smiley business woman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", alt: "Smiling African American man posing at library" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg", alt: "Cheerful middle aged businesswoman" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg", alt: "Joyful woman in black jacket liking lip and posing on isolated background. Charming lady in dark suit smiling on white backdrop" },
|
||||
]}
|
||||
avatarText="Join 1000+ businesses"
|
||||
/>
|
||||
@@ -94,15 +62,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Mission",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/business-team-cooperating-while-developing-new-business-strategy-office-focus-is-young-man-presenting-ideas-whiteboard_637285-7044.jpg",
|
||||
alt: "Strategy",
|
||||
},
|
||||
{ type: "text", content: "Our Mission" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/business-team-cooperating-while-developing-new-business-strategy-office-focus-is-young-man-presenting-ideas-whiteboard_637285-7044.jpg", alt: "Strategy" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,21 +74,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Real-time Sync",
|
||||
description: "Ensure data is always up to date.",
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Secure Distribution",
|
||||
description: "End-to-end encryption for every packet.",
|
||||
},
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Global Outreach",
|
||||
description: "Reach audiences across the globe.",
|
||||
},
|
||||
{ icon: Zap, title: "Real-time Sync", description: "Ensure data is always up to date." },
|
||||
{ icon: Shield, title: "Secure Distribution", description: "End-to-end encryption for every packet." },
|
||||
{ icon: Globe, title: "Global Outreach", description: "Reach audiences across the globe." },
|
||||
]}
|
||||
title="Core Capabilities"
|
||||
description="Everything you need to disseminate information securely and at scale."
|
||||
@@ -140,21 +89,9 @@ export default function LandingPage() {
|
||||
title="Business Impact"
|
||||
tag="Performance"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150%",
|
||||
description: "Increased Reach",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "45%",
|
||||
description: "Cost Reduction",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "System Availability",
|
||||
},
|
||||
{ id: "m1", value: "150%", description: "Increased Reach" },
|
||||
{ id: "m2", value: "45%", description: "Cost Reduction" },
|
||||
{ id: "m3", value: "24/7", description: "System Availability" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -165,15 +102,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"TechCorp",
|
||||
"InnovateLab",
|
||||
"GrowthCo",
|
||||
"StartupXYZ",
|
||||
"DataStream",
|
||||
"LogicSystem",
|
||||
"VisionFlow",
|
||||
]}
|
||||
"TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "DataStream", "LogicSystem", "VisionFlow"]}
|
||||
title="Trusted by Global Teams"
|
||||
description="Working with industry leaders around the globe."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -181,31 +112,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-student-glasses-with-digital-tablet_1262-15065.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg" },
|
||||
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg" },
|
||||
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-student-glasses-with-digital-tablet_1262-15065.jpg" },
|
||||
{ id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg" },
|
||||
]}
|
||||
cardTitle="Client Feedback"
|
||||
cardAnimation="slide-up"
|
||||
@@ -218,21 +129,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do we get started?",
|
||||
content: "Simply contact our sales team to schedule a demo.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is the system secure?",
|
||||
content: "Yes, we prioritize security at every level.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I integrate my tools?",
|
||||
content: "Our API supports most modern toolchains.",
|
||||
},
|
||||
{ id: "f1", title: "How do we get started?", content: "Simply contact our sales team to schedule a demo." },
|
||||
{ id: "f2", title: "Is the system secure?", content: "Yes, we prioritize security at every level." },
|
||||
{ id: "f3", title: "Can I integrate my tools?", content: "Our API supports most modern toolchains." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/question-mark-exclamation-mark-paper-blue-background-flat-lay_169016-29460.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -248,18 +147,8 @@ export default function LandingPage() {
|
||||
title="Get In Touch"
|
||||
description="We'd love to hear about your business requirements."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elevated-view-black-headphone-desk-white-background_23-2148061600.jpg"
|
||||
/>
|
||||
@@ -269,30 +158,10 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#" }],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }],
|
||||
},
|
||||
]}
|
||||
logoText="DisseminateAI"
|
||||
|
||||
Reference in New Issue
Block a user