Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fd958cabcb |
172
src/app/page.tsx
172
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "pricing"},
|
||||||
id: "pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="AI Power Website"
|
brandName="AI Power Website"
|
||||||
/>
|
/>
|
||||||
@@ -54,19 +46,14 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
logoText="AI POWER WEBSITE FOR YOUR BUSINESS"
|
logoText="AI POWER WEBSITE FOR YOUR BUSINESS"
|
||||||
description="The first platform where you don't have to write anything. Create your professional website first, then pay later. Experience the future of business automation today."
|
description="The first platform where you don't have to write anything. Create your professional website first, then pay later. Experience the future of business automation today."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Create Website Now",
|
text: "Create Website Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "View Pricing",
|
text: "View Pricing", href: "#pricing"},
|
||||||
href: "#pricing",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -79,20 +66,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Rapid AI Deployment",
|
title: "Rapid AI Deployment", description: "Get your business live in record time with automated AI design.", imageSrc: "http://img.b2bpic.net/free-photo/technology-circuit-processor-innovation-network-concept_53876-133727.jpg"},
|
||||||
description: "Get your business live in record time with automated AI design.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-circuit-processor-innovation-network-concept_53876-133727.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Secure Admin Control",
|
title: "Secure Admin Control", description: "Manage your orders and client websites from a private, locked-down dashboard.", imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-planning-business-charts-digital-laptop-working-with-e-commerce-e-shopping-management-company-office-manager-using-statistics-develop-creative-project_482257-39076.jpg"},
|
||||||
description: "Manage your orders and client websites from a private, locked-down dashboard.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-planning-business-charts-digital-laptop-working-with-e-commerce-e-shopping-management-company-office-manager-using-statistics-develop-creative-project_482257-39076.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Performance Optimized",
|
title: "Performance Optimized", description: "Every website created is built to load instantly and perform at the highest levels.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-executive-with-digital-tablet_1098-694.jpg"},
|
||||||
description: "Every website created is built to load instantly and perform at the highest levels.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-executive-with-digital-tablet_1098-694.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why Choose Us"
|
title="Why Choose Us"
|
||||||
description="We deliver professional results without the hassle. Our AI-driven platform ensures your business looks top-tier from day one."
|
description="We deliver professional results without the hassle. Our AI-driven platform ensures your business looks top-tier from day one."
|
||||||
@@ -106,55 +84,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "lower",
|
id: "lower", badge: "Essential", price: "₹4,000", subtitle: "For small business starters", buttons: [
|
||||||
badge: "Essential",
|
|
||||||
price: "₹4,000",
|
|
||||||
subtitle: "For small business starters",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Limited features",
|
"Limited features", "Minimal details", "Perfect for micro-business"],
|
||||||
"Minimal details",
|
|
||||||
"Perfect for micro-business",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "middle",
|
id: "middle", badge: "Growth", price: "₹9,000", subtitle: "For expanding businesses", buttons: [
|
||||||
badge: "Growth",
|
|
||||||
price: "₹9,000",
|
|
||||||
subtitle: "For expanding businesses",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Full details included",
|
"Full details included", "Responsive layout", "Standard professional look"],
|
||||||
"Responsive layout",
|
|
||||||
"Standard professional look",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "upper",
|
id: "upper", badge: "Elite", price: "₹19,000", subtitle: "For professional scale", buttons: [
|
||||||
badge: "Elite",
|
|
||||||
price: "₹19,000",
|
|
||||||
subtitle: "For professional scale",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Full professional suite",
|
"Full professional suite", "Custom AI integration", "Top-tier design quality"],
|
||||||
"Custom AI integration",
|
|
||||||
"Top-tier design quality",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Transparent Pricing"
|
title="Transparent Pricing"
|
||||||
@@ -170,25 +121,15 @@ export default function LandingPage() {
|
|||||||
author="Rajesh Kumar"
|
author="Rajesh Kumar"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/data-center-engineer-with-paraplegia-using-ai-algorithms-green-screen-pc_482257-126933.jpg",
|
src: "http://img.b2bpic.net/free-photo/data-center-engineer-with-paraplegia-using-ai-algorithms-green-screen-pc_482257-126933.jpg", alt: "Client 1"},
|
||||||
alt: "Client 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-uses-ai-chat-interface-computer-chroma-key_482257-123047.jpg",
|
src: "http://img.b2bpic.net/free-photo/woman-uses-ai-chat-interface-computer-chroma-key_482257-123047.jpg", alt: "Client 2"},
|
||||||
alt: "Client 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg",
|
src: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg", alt: "Client 3"},
|
||||||
alt: "Client 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg",
|
src: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", alt: "Client 4"},
|
||||||
alt: "Client 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/rear-view-man-seated-armchair-cafe-analyzing-diagrams-charts-before-presentation_1098-19128.jpg",
|
src: "http://img.b2bpic.net/free-photo/rear-view-man-seated-armchair-cafe-analyzing-diagrams-charts-before-presentation_1098-19128.jpg", alt: "Client 5"},
|
||||||
alt: "Client 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -201,30 +142,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "How do I pay?", content: "Review your site first, then finalize payment only once you are 100% satisfied."},
|
||||||
title: "How do I pay?",
|
|
||||||
content: "Create your website first, then pay via UPI to 9113765915@fam.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Is the website secure?", content: "Yes, we ensure professional-grade security headers and server-side verification."},
|
||||||
title: "Is the website secure?",
|
|
||||||
content: "Yes, we ensure professional-grade security headers and server-side verification.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "What happens after creation?", content: "You will receive the URL. If payment is not completed within 48 hours, the site will be temporarily disabled."},
|
||||||
title: "What happens after creation?",
|
|
||||||
content: "You will receive the URL. If payment is not completed within 48 hours, the site will be temporarily disabled.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Can I edit the site later?", content: "Yes, our team provides access to an easy dashboard for minor content updates."},
|
||||||
title: "Can I edit the site later?",
|
|
||||||
content: "Yes, our team provides access to an easy dashboard for minor content updates.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "What about hosting?", content: "All hosting is managed by our infrastructure, ensuring 99.9% uptime."},
|
||||||
title: "What about hosting?",
|
|
||||||
content: "All hosting is managed by our infrastructure, ensuring 99.9% uptime.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/call-center-agent-uses-artificial-intelligence-enhance-customer-interactions_482257-126113.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/call-center-agent-uses-artificial-intelligence-enhance-customer-interactions_482257-126113.jpg"
|
||||||
title="Frequently Asked"
|
title="Frequently Asked"
|
||||||
@@ -239,15 +165,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "Professional AI Website Services"},
|
||||||
content: "Professional AI Website Services",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -256,15 +178,13 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
tag="Registration"
|
tag="Registration"
|
||||||
title="Fill Your Requirements"
|
title="Fill Your Requirements"
|
||||||
description="Just fill the registration form below, and your website creation will begin immediately. No manual coding required."
|
description="Just fill the registration form below, and your website creation will begin immediately. No manual coding required."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Submit Registration",
|
text: "Submit Registration"},
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -274,33 +194,21 @@ export default function LandingPage() {
|
|||||||
logoText="AI POWER"
|
logoText="AI POWER"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Lower Tier",
|
label: "Lower Tier", href: "#pricing"},
|
||||||
href: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Middle Tier",
|
label: "Middle Tier", href: "#pricing"},
|
||||||
href: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Upper Tier",
|
label: "Upper Tier", href: "#pricing"},
|
||||||
href: "#pricing",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQ",
|
label: "FAQ", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user