Merge version_1 into main #2
296
src/app/page.tsx
296
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="SHIVAGANA AI"
|
||||
/>
|
||||
@@ -54,43 +42,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Automate Your Business With AI"
|
||||
description="We build AI systems that save time, generate leads, automate customer support, and grow your business 24/7."
|
||||
tag="Next-Gen Automation"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#pricing",
|
||||
},
|
||||
{ text: "Book Free Consultation", href: "#contact" },
|
||||
{ text: "Get Started", href: "#pricing" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg?_wi=1",
|
||||
imageAlt: "AI Automation Dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-illustration-with-neon-colors-futuristic-technology_23-2151672037.jpg?_wi=1",
|
||||
imageAlt: "Digital Neural Network",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-gaming-device_23-2151005796.jpg",
|
||||
imageAlt: "3D gaming device interface",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coding-neon-cyberpunk-programmer-work_23-2152013678.jpg",
|
||||
imageAlt: "Cyberpunk programmer at work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/programmer-walking-through-office-with-tablet_482257-103124.jpg",
|
||||
imageAlt: "Office worker with tablet",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg", imageAlt: "AI Automation Dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-illustration-with-neon-colors-futuristic-technology_23-2151672037.jpg", imageAlt: "Digital Neural Network" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -112,78 +74,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "AI Chatbots",
|
||||
description: "24/7 intelligent customer engagement.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151204998.jpg",
|
||||
imageAlt: "Chatbot",
|
||||
},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg?_wi=2",
|
||||
imageAlt: "tech company logo minimalist",
|
||||
},
|
||||
{
|
||||
title: "AI Calling Agents",
|
||||
description: "Automated voice outreach.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-electronics-store-labels-template_23-2151138132.jpg",
|
||||
imageAlt: "Voice",
|
||||
},
|
||||
items: [],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-illustration-with-neon-colors-futuristic-technology_23-2151672037.jpg?_wi=2",
|
||||
imageAlt: "tech company logo minimalist",
|
||||
},
|
||||
{
|
||||
title: "Lead Gen Automation",
|
||||
description: "Automated pipeline growth.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-business-card_23-2149277810.jpg",
|
||||
imageAlt: "Leads",
|
||||
},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg?_wi=1",
|
||||
imageAlt: "tech company logo minimalist",
|
||||
},
|
||||
{
|
||||
title: "Social Media AI",
|
||||
description: "Smart content scheduling.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/glitch-geometric-shape-banners_23-2148072422.jpg",
|
||||
imageAlt: "Social",
|
||||
},
|
||||
items: [],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg?_wi=1",
|
||||
imageAlt: "tech company logo minimalist",
|
||||
},
|
||||
{
|
||||
title: "AI Booking Systems",
|
||||
description: "Seamless appointment management.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ct7ot2",
|
||||
imageAlt: "Booking",
|
||||
},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-african-man-isolated_171337-9759.jpg?_wi=1",
|
||||
imageAlt: "tech company logo minimalist",
|
||||
},
|
||||
{
|
||||
title: "AI Support",
|
||||
description: "Automated customer resolution.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kyffx3",
|
||||
imageAlt: "Support",
|
||||
},
|
||||
items: [],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6824.jpg?_wi=1",
|
||||
imageAlt: "tech company logo minimalist",
|
||||
},
|
||||
{ title: "AI Chatbots", description: "24/7 intelligent customer engagement.", media: { imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151204998.jpg", imageAlt: "Chatbot" }, items: [], reverse: false },
|
||||
{ title: "AI Calling Agents", description: "Automated voice outreach.", media: { imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-electronics-store-labels-template_23-2151138132.jpg", imageAlt: "Voice" }, items: [], reverse: true },
|
||||
{ title: "Lead Gen Automation", description: "Automated pipeline growth.", media: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-business-card_23-2149277810.jpg", imageAlt: "Leads" }, items: [], reverse: false },
|
||||
{ title: "Social Media AI", description: "Smart content scheduling.", media: { imageSrc: "http://img.b2bpic.net/free-vector/glitch-geometric-shape-banners_23-2148072422.jpg", imageAlt: "Social" }, items: [], reverse: true },
|
||||
{ title: "AI Booking Systems", description: "Seamless appointment management.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ct7ot2", imageAlt: "Booking" }, items: [], reverse: false },
|
||||
{ title: "AI Support", description: "Automated customer resolution.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kyffx3", imageAlt: "Support" }, items: [], reverse: true },
|
||||
]}
|
||||
title="Our AI Services"
|
||||
description="Powerful automation solutions for modern businesses."
|
||||
@@ -196,30 +92,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "90%",
|
||||
title: "Time Saved",
|
||||
items: [
|
||||
"Task efficiency",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "5x",
|
||||
title: "Lead Growth",
|
||||
items: [
|
||||
"Pipeline scaling",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "24/7",
|
||||
title: "Support Uptime",
|
||||
items: [
|
||||
"Customer availability",
|
||||
],
|
||||
},
|
||||
{ id: "1", value: "90%", title: "Time Saved", items: ["Task efficiency"] },
|
||||
{ id: "2", value: "5x", title: "Lead Growth", items: ["Pipeline scaling"] },
|
||||
{ id: "3", value: "24/7", title: "Support Uptime", items: ["Customer availability"] },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Measurable growth through automation."
|
||||
@@ -232,52 +107,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
name: "Starter",
|
||||
price: "$999",
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Basic AI Chatbot",
|
||||
"Lead Generation",
|
||||
"Email Integration",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "growth",
|
||||
name: "Growth",
|
||||
price: "$2999",
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Voice AI Agent",
|
||||
"Advanced CRM",
|
||||
"Social AI",
|
||||
],
|
||||
badge: "Most Popular",
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
name: "Enterprise",
|
||||
price: "Custom",
|
||||
buttons: [
|
||||
{
|
||||
text: "Contact Us",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Custom AI Models",
|
||||
"Dedicated Support",
|
||||
"Full Integration",
|
||||
],
|
||||
},
|
||||
{ id: "starter", name: "Starter", price: "$999", buttons: [{ text: "Get Started" }], features: ["Basic AI Chatbot", "Lead Generation", "Email Integration"] },
|
||||
{ id: "growth", name: "Growth", price: "$2999", buttons: [{ text: "Get Started" }], features: ["Voice AI Agent", "Advanced CRM", "Social AI"], badge: "Most Popular" },
|
||||
{ id: "enterprise", name: "Enterprise", price: "Custom", buttons: [{ text: "Contact Us" }], features: ["Custom AI Models", "Dedicated Support", "Full Integration"] },
|
||||
]}
|
||||
title="Choose Your Plan"
|
||||
description="Tailored automation for every scale."
|
||||
@@ -288,31 +120,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mike Ross",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-african-man-isolated_171337-9759.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Rachel Zane",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6824.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Louis Litt",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-driven-planning-helps-this-professional-build-successful-strategy_482257-126336.jpg",
|
||||
},
|
||||
{ id: "1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg" },
|
||||
{ id: "2", name: "Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg" },
|
||||
{ id: "3", name: "Mike Ross", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-african-man-isolated_171337-9759.jpg" },
|
||||
{ id: "4", name: "Rachel Zane", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6824.jpg" },
|
||||
{ id: "5", name: "Louis Litt", imageSrc: "http://img.b2bpic.net/free-photo/data-driven-planning-helps-this-professional-build-successful-strategy_482257-126336.jpg" },
|
||||
]}
|
||||
cardTitle="Client Success"
|
||||
cardTag="Testimonials"
|
||||
@@ -325,21 +137,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How fast can I start?",
|
||||
content: "Deployment takes as little as 48 hours.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is it secure?",
|
||||
content: "Enterprise-grade security is our standard.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I upgrade anytime?",
|
||||
content: "Yes, scale up as you grow.",
|
||||
},
|
||||
{ id: "f1", title: "How fast can I start?", content: "Deployment takes as little as 48 hours." },
|
||||
{ id: "f2", title: "Is it secure?", content: "Enterprise-grade security is our standard." },
|
||||
{ id: "f3", title: "Can I upgrade anytime?", content: "Yes, scale up as you grow." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers about our AI services."
|
||||
@@ -350,21 +150,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Get Started"
|
||||
title="Ready to Transform Your Business?"
|
||||
description="Book your free discovery call today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Consultation",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
text: "WhatsApp Support",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Book Consultation", href: "#" },
|
||||
{ text: "WhatsApp Support", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -374,30 +166,10 @@ export default function LandingPage() {
|
||||
logoText="SHIVAGANA AI"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
title: "Support", items: [{ label: "Help Center", href: "#" }, { label: "Contact", href: "#contact" }],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 SHIVAGANA AI. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user