Merge version_1 into main #2
169
src/app/page.tsx
169
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Nisme AI"
|
||||
/>
|
||||
@@ -53,23 +41,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Intelligence Redefined for Nisme AI"
|
||||
description="Unlock the next generation of predictive analytics and intelligent automation with our cloud-native AI platform."
|
||||
tag="Revolutionize Your Workflow"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/engineer-tech-startup-office-using-ai-machine-learning-systems-pc_482257-120036.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/engineer-tech-startup-office-using-ai-machine-learning-systems-pc_482257-120036.jpg"
|
||||
imageAlt="Nisme AI futuristic dashboard preview"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Features",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "View Features", href: "#features" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -78,19 +58,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Built for the",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/mixed-programers-team-working-group-project-multiple-screens-showing-running-code-it-startup-office-coder-pointing-pencil-computer-screen-with-software-compiling-code_482257-33301.jpg",
|
||||
alt: "About Nisme AI",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: "AI-Driven Future",
|
||||
},
|
||||
{ type: "text", content: "Built for the" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/mixed-programers-team-working-group-project-multiple-screens-showing-running-code-it-startup-office-coder-pointing-pencil-computer-screen-with-software-compiling-code_482257-33301.jpg", alt: "About Nisme AI" },
|
||||
{ type: "text", content: "AI-Driven Future" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,30 +69,16 @@ export default function LandingPage() {
|
||||
<FeatureBento
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Intelligent Automation",
|
||||
description: "Automate complex tasks with precision.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-tech-startup-office-using-ai-machine-learning-systems-pc_482257-120036.jpg?_wi=2",
|
||||
imageAlt: "ai technology interface dark theme",
|
||||
title: "Intelligent Automation", description: "Automate complex tasks with precision.", bentoComponent: "reveal-icon", icon: Zap
|
||||
},
|
||||
{
|
||||
title: "Real-time Analytics",
|
||||
description: "Visualize data streams in real-time.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: LineChart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-programers-team-working-group-project-multiple-screens-showing-running-code-it-startup-office-coder-pointing-pencil-computer-screen-with-software-compiling-code_482257-33301.jpg",
|
||||
imageAlt: "tech team brainstorming office",
|
||||
title: "Real-time Analytics", description: "Visualize data streams in real-time.", bentoComponent: "reveal-icon", icon: LineChart
|
||||
},
|
||||
{
|
||||
title: "Secure Infrastructure",
|
||||
description: "Enterprise-grade security standards.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShieldCheck,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/technology-elements-background_23-2147780774.jpg",
|
||||
imageAlt: "ai automation icon glowing",
|
||||
title: "Secure Infrastructure", description: "Enterprise-grade security standards.", bentoComponent: "reveal-icon", icon: ShieldCheck
|
||||
},
|
||||
]}
|
||||
title="Comprehensive AI Solutions"
|
||||
@@ -137,37 +93,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Essential",
|
||||
price: "$99",
|
||||
subtitle: "For small teams and startups",
|
||||
features: [
|
||||
"Core API access",
|
||||
"24/7 Support",
|
||||
"100GB Storage",
|
||||
],
|
||||
id: "starter", badge: "Essential", price: "$99", subtitle: "For small teams and startups", features: ["Core API access", "24/7 Support", "100GB Storage"],
|
||||
},
|
||||
{
|
||||
id: "growth",
|
||||
badge: "Recommended",
|
||||
price: "$299",
|
||||
subtitle: "For growing organizations",
|
||||
features: [
|
||||
"Advanced analytics",
|
||||
"Custom integrations",
|
||||
"Unlimited seats",
|
||||
],
|
||||
id: "growth", badge: "Recommended", price: "$299", subtitle: "For growing organizations", features: ["Advanced analytics", "Custom integrations", "Unlimited seats"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Custom",
|
||||
price: "Custom",
|
||||
subtitle: "For large scale infrastructure",
|
||||
features: [
|
||||
"Dedicated servers",
|
||||
"Priority support",
|
||||
"Global deployment",
|
||||
],
|
||||
id: "enterprise", badge: "Custom", price: "Custom", subtitle: "For large scale infrastructure", features: ["Dedicated servers", "Priority support", "Global deployment"],
|
||||
},
|
||||
]}
|
||||
title="Simple Transparent Pricing"
|
||||
@@ -182,40 +114,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex Rivers",
|
||||
handle: "@arivers",
|
||||
testimonial: "Nisme AI completely transformed our predictive modeling. Incredible speed and accuracy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-businessman-front-building_23-2148171102.jpg?_wi=1",
|
||||
},
|
||||
id: "t1", name: "Alex Rivers", handle: "@arivers", testimonial: "Nisme AI completely transformed our predictive modeling. Incredible speed and accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-businessman-front-building_23-2148171102.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah Chen",
|
||||
handle: "@schen_dev",
|
||||
testimonial: "The easiest AI integration we've ever managed. The support team is also top notch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-young-man-holding-tablet-mock-up_23-2148326968.jpg",
|
||||
},
|
||||
id: "t2", name: "Sarah Chen", handle: "@schen_dev", testimonial: "The easiest AI integration we've ever managed. The support team is also top notch.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-young-man-holding-tablet-mock-up_23-2148326968.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Marcus Thorne",
|
||||
handle: "@mthorne",
|
||||
testimonial: "Scaling with Nisme has been effortless. Their infrastructure is genuinely best-in-class.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mature-bearded-bald-male-entrepreneur-wearing-glasses-sweater-blue-formal-shirt-smiling-happily-while-keyboarding-portable-computer-playing-video-games-lunch-break_343059-4238.jpg",
|
||||
},
|
||||
id: "t3", name: "Marcus Thorne", handle: "@mthorne", testimonial: "Scaling with Nisme has been effortless. Their infrastructure is genuinely best-in-class.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mature-bearded-bald-male-entrepreneur-wearing-glasses-sweater-blue-formal-shirt-smiling-happily-while-keyboarding-portable-computer-playing-video-games-lunch-break_343059-4238.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Elena Voss",
|
||||
handle: "@evoss_ai",
|
||||
testimonial: "An essential platform for any startup looking to leverage artificial intelligence today.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-businesswoman-with-digital-tablet_1098-434.jpg",
|
||||
},
|
||||
id: "t4", name: "Elena Voss", handle: "@evoss_ai", testimonial: "An essential platform for any startup looking to leverage artificial intelligence today.", imageSrc: "http://img.b2bpic.net/free-photo/charming-businesswoman-with-digital-tablet_1098-434.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David Park",
|
||||
handle: "@dpark_eng",
|
||||
testimonial: "Robust features and simple API design. Exactly what we needed for our backend services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-businessman-front-building_23-2148171102.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", name: "David Park", handle: "@dpark_eng", testimonial: "Robust features and simple API design. Exactly what we needed for our backend services.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-businessman-front-building_23-2148171102.jpg"},
|
||||
]}
|
||||
title="Loved by Innovators"
|
||||
description="Hear from leaders who are changing the game with Nisme AI."
|
||||
@@ -225,9 +132,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get Started"
|
||||
title="Join the Nisme AI revolution"
|
||||
description="Ready to transform your data into actionable insights? Get in touch today."
|
||||
@@ -241,29 +146,15 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user