Merge version_3 into main #2
174
src/app/page.tsx
174
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="AI Power Website"
|
||||
/>
|
||||
@@ -54,19 +46,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Create Website Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Create Website Now", href: "#contact"},
|
||||
{
|
||||
text: "View Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "View Pricing", href: "#pricing"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -79,20 +66,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
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."
|
||||
@@ -106,55 +84,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "lower",
|
||||
badge: "Essential",
|
||||
price: "₹4,000",
|
||||
subtitle: "For small business starters",
|
||||
buttons: [
|
||||
id: "lower", badge: "Essential", price: "₹4,000", subtitle: "For small business starters", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Limited features",
|
||||
"Minimal details",
|
||||
"Perfect for micro-business",
|
||||
],
|
||||
"Limited features", "Minimal details", "Perfect for micro-business"],
|
||||
},
|
||||
{
|
||||
id: "middle",
|
||||
badge: "Growth",
|
||||
price: "₹9,000",
|
||||
subtitle: "For expanding businesses",
|
||||
buttons: [
|
||||
id: "middle", badge: "Growth", price: "₹9,000", subtitle: "For expanding businesses", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Full details included",
|
||||
"Responsive layout",
|
||||
"Standard professional look",
|
||||
],
|
||||
"Full details included", "Responsive layout", "Standard professional look"],
|
||||
},
|
||||
{
|
||||
id: "upper",
|
||||
badge: "Elite",
|
||||
price: "₹19,000",
|
||||
subtitle: "For professional scale",
|
||||
buttons: [
|
||||
id: "upper", badge: "Elite", price: "₹19,000", subtitle: "For professional scale", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Full professional suite",
|
||||
"Custom AI integration",
|
||||
"Top-tier design quality",
|
||||
],
|
||||
"Full professional suite", "Custom AI integration", "Top-tier design quality"],
|
||||
},
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
@@ -170,25 +121,15 @@ export default function LandingPage() {
|
||||
author="Rajesh Kumar"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/data-center-engineer-with-paraplegia-using-ai-algorithms-green-screen-pc_482257-126933.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/data-center-engineer-with-paraplegia-using-ai-algorithms-green-screen-pc_482257-126933.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-uses-ai-chat-interface-computer-chroma-key_482257-123047.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-uses-ai-chat-interface-computer-chroma-key_482257-123047.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/rear-view-man-seated-armchair-cafe-analyzing-diagrams-charts-before-presentation_1098-19128.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/rear-view-man-seated-armchair-cafe-analyzing-diagrams-charts-before-presentation_1098-19128.jpg", alt: "Client 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -201,30 +142,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I pay?",
|
||||
content: "Create your website first, then pay via UPI to 9113765915@fam.",
|
||||
},
|
||||
id: "1", title: "How do I pay?", content: "Review your site first, then finalize payment only once you are 100% satisfied."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is the website secure?",
|
||||
content: "Yes, we ensure professional-grade security headers and server-side verification.",
|
||||
},
|
||||
id: "2", title: "Is the website secure?", content: "Yes, we ensure professional-grade security headers and server-side verification."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I edit the site later?",
|
||||
content: "Yes, our team provides access to an easy dashboard for minor content updates.",
|
||||
},
|
||||
id: "4", title: "Can I edit the site later?", content: "Yes, our team provides access to an easy dashboard for minor content updates."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What about hosting?",
|
||||
content: "All hosting is managed by our infrastructure, ensuring 99.9% uptime.",
|
||||
},
|
||||
id: "5", 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"
|
||||
title="Frequently Asked"
|
||||
@@ -239,15 +165,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Professional AI Website Services",
|
||||
},
|
||||
type: "text", content: "Professional AI Website Services"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -256,15 +178,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Registration"
|
||||
title="Fill Your Requirements"
|
||||
description="Just fill the registration form below, and your website creation will begin immediately. No manual coding required."
|
||||
buttons={[
|
||||
{
|
||||
text: "Submit Registration",
|
||||
},
|
||||
text: "Submit Registration"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -274,33 +194,21 @@ export default function LandingPage() {
|
||||
logoText="AI POWER"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Lower Tier",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Lower Tier", href: "#pricing"},
|
||||
{
|
||||
label: "Middle Tier",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Middle Tier", href: "#pricing"},
|
||||
{
|
||||
label: "Upper Tier",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Upper Tier", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -309,4 +217,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user