Merge version_1 into main #2
321
src/app/page.tsx
321
src/app/page.tsx
@@ -33,34 +33,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "How It Works",
|
||||
id: "#about",
|
||||
},
|
||||
name: "How It Works", id: "#about"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Create Your First Image",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Create Your First Image", href: "#contact"}}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=62go0o"
|
||||
logoAlt="ZEEL AI Logo"
|
||||
brandName="ZEEL AI"
|
||||
@@ -73,85 +59,47 @@ export default function LandingPage() {
|
||||
description="Turn your ideas into visuals in seconds using advanced AI. No design skills required—just describe what you want and watch it come to life."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@creative_wiz",
|
||||
testimonial: "ZEEL AI transformed my workflow! Instant, high-quality visuals for all my projects.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-architect-woman_53876-31462.jpg",
|
||||
imageAlt: "professional graphic designer headshot",
|
||||
},
|
||||
name: "Sarah J.", handle: "@creative_wiz", testimonial: "ZEEL AI transformed my workflow! Instant, high-quality visuals for all my projects.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-architect-woman_53876-31462.jpg", imageAlt: "professional graphic designer headshot"},
|
||||
{
|
||||
name: "Michael C.",
|
||||
handle: "@design_guru",
|
||||
testimonial: "The precision and speed are unmatched. A game-changer for concept art and marketing campaigns.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EibxP2EFZRE6x2VFUGx20Ca2Lg/uploaded-1780664618070-ukq0em72.jpg?_wi=1",
|
||||
imageAlt: "professional graphic designer headshot",
|
||||
},
|
||||
name: "Michael C.", handle: "@design_guru", testimonial: "The precision and speed are unmatched. A game-changer for concept art and marketing campaigns.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EibxP2EFZRE6x2VFUGx20Ca2Lg/uploaded-1780664618070-ukq0em72.jpg", imageAlt: "professional graphic designer headshot"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@visual_artist",
|
||||
testimonial: "Finally an AI tool that truly understands artistic intent. My creative process is now faster and more imaginative!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=62go0o",
|
||||
imageAlt: "professional graphic designer headshot",
|
||||
},
|
||||
name: "Emily R.", handle: "@visual_artist", testimonial: "Finally an AI tool that truly understands artistic intent. My creative process is now faster and more imaginative!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=62go0o", imageAlt: "professional graphic designer headshot"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@tech_innovator",
|
||||
testimonial: "Integrating ZEEL AI into our platform was seamless. The API access and quality output are top-tier for any developer.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-illustrator-drawing-tablet_23-2150040136.jpg?_wi=1",
|
||||
imageAlt: "professional graphic designer headshot",
|
||||
},
|
||||
name: "David K.", handle: "@tech_innovator", testimonial: "Integrating ZEEL AI into our platform was seamless. The API access and quality output are top-tier for any developer.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-illustrator-drawing-tablet_23-2150040136.jpg", imageAlt: "professional graphic designer headshot"},
|
||||
{
|
||||
name: "Alex P.",
|
||||
handle: "@content_pro",
|
||||
testimonial: "From blog images to social media graphics, ZEEL AI delivers every time. It's like having a dedicated design team on call!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-energy-consumption-concept_23-2151852511.jpg?_wi=1",
|
||||
imageAlt: "professional graphic designer headshot",
|
||||
},
|
||||
name: "Alex P.", handle: "@content_pro", testimonial: "From blog images to social media graphics, ZEEL AI delivers every time. It's like having a dedicated design team on call!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-energy-consumption-concept_23-2151852511.jpg", imageAlt: "professional graphic designer headshot"},
|
||||
]}
|
||||
tag="AI-Powered Creation"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Create Your First Image",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Create Your First Image", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EibxP2EFZRE6x2VFUGx20Ca2Lg/uploaded-1780664618070-ukq0em72.jpg",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EibxP2EFZRE6x2VFUGx20Ca2Lg/uploaded-1780664618070-ukq0em72.jpg", alt: "Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-celebrating-his-success-after-presenting-project-proposal-his-multiethnic-partners_181624-33367.jpg",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-celebrating-his-success-after-presenting-project-proposal-his-multiethnic-partners_181624-33367.jpg", alt: "Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-girl-drawing-tablet-indoors_1220-7562.jpg",
|
||||
alt: "Emily Rodriguez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-girl-drawing-tablet-indoors_1220-7562.jpg", alt: "Emily Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-muscular-caucasian-male-dresses-white-shirt-near-window-morning_613910-6344.jpg",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-muscular-caucasian-male-dresses-white-shirt-near-window-morning_613910-6344.jpg", alt: "David Kim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
||||
alt: "Alex Patel",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", alt: "Alex Patel"},
|
||||
]}
|
||||
avatarText="Join 10,000+ creators"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EibxP2EFZRE6x2VFUGx20Ca2Lg/uploaded-1780664618070-ukq0em72.jpg?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EibxP2EFZRE6x2VFUGx20Ca2Lg/uploaded-1780664618070-ukq0em72.jpg"
|
||||
imageAlt="AI image generation platform dashboard"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -162,19 +110,13 @@ export default function LandingPage() {
|
||||
description="ZEEL AI empowers designers, marketers, and creators to bring their visions to life with unparalleled speed and ease. Our platform uses Google's Gemini API to turn your text prompts into high-quality images, eliminating the need for complex software or extensive design skills. Focus on your ideas, and let our AI handle the visuals."
|
||||
metrics={[
|
||||
{
|
||||
value: "100K+",
|
||||
title: "Images Generated",
|
||||
},
|
||||
value: "100K+", title: "Images Generated"},
|
||||
{
|
||||
value: "10x",
|
||||
title: "Faster Creation",
|
||||
},
|
||||
value: "10x", title: "Faster Creation"},
|
||||
{
|
||||
value: "80%",
|
||||
title: "Cost Savings",
|
||||
},
|
||||
value: "80%", title: "Cost Savings"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-illustrator-drawing-tablet_23-2150040136.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-illustrator-drawing-tablet_23-2150040136.jpg"
|
||||
imageAlt="User interacting with AI image generation software on a futuristic screen"
|
||||
mediaAnimation="opacity"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -187,23 +129,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Prompt-to-Image Magic",
|
||||
description: "Describe any scene, object, or style, and watch our AI generate stunning visuals in moments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-energy-consumption-concept_23-2151852511.jpg?_wi=2",
|
||||
imageAlt: "Abstract AI neural network",
|
||||
},
|
||||
title: "Prompt-to-Image Magic", description: "Describe any scene, object, or style, and watch our AI generate stunning visuals in moments.", imageSrc: "http://img.b2bpic.net/free-photo/ai-energy-consumption-concept_23-2151852511.jpg", imageAlt: "Abstract AI neural network"},
|
||||
{
|
||||
title: "Customizable Styles & Ratios",
|
||||
description: "Tailor your images with various artistic styles, aspect ratios, and resolutions to perfectly match your project's needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorative-green-paint-stain_23-2147611895.jpg",
|
||||
imageAlt: "Vibrant digital brush stroke",
|
||||
},
|
||||
title: "Customizable Styles & Ratios", description: "Tailor your images with various artistic styles, aspect ratios, and resolutions to perfectly match your project's needs.", imageSrc: "http://img.b2bpic.net/free-photo/decorative-green-paint-stain_23-2147611895.jpg", imageAlt: "Vibrant digital brush stroke"},
|
||||
{
|
||||
title: "Iterative Refinement",
|
||||
description: "Generate variations and refine your images with subtle adjustments to achieve the exact look you envision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/robot-cyborg-ai-robotics-android-concept_53876-120443.jpg",
|
||||
imageAlt: "AI image transformation slider",
|
||||
},
|
||||
title: "Iterative Refinement", description: "Generate variations and refine your images with subtle adjustments to achieve the exact look you envision.", imageSrc: "http://img.b2bpic.net/free-photo/robot-cyborg-ai-robotics-android-concept_53876-120443.jpg", imageAlt: "AI image transformation slider"},
|
||||
]}
|
||||
title="Powerful Features at Your Fingertips"
|
||||
description="Experience seamless image creation with tools designed for efficiency and artistic control."
|
||||
@@ -219,47 +149,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Cosmic Odyssey",
|
||||
price: "AI-Generated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-park_23-2151048213.jpg",
|
||||
imageAlt: "Hyperrealistic space station orbiting an alien planet",
|
||||
},
|
||||
id: "p1", name: "Cosmic Odyssey", price: "AI-Generated", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-park_23-2151048213.jpg", imageAlt: "Hyperrealistic space station orbiting an alien planet"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Floating Dreamscape",
|
||||
price: "AI-Generated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-waterfalls-park-with-colorful-foliage_649448-4869.jpg",
|
||||
imageAlt: "Ethereal fantasy landscape with floating islands",
|
||||
},
|
||||
id: "p2", name: "Floating Dreamscape", price: "AI-Generated", imageSrc: "http://img.b2bpic.net/free-photo/autumn-waterfalls-park-with-colorful-foliage_649448-4869.jpg", imageAlt: "Ethereal fantasy landscape with floating islands"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Neon Abstract",
|
||||
price: "AI-Generated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-psychedelic-background_23-2148805229.jpg",
|
||||
imageAlt: "Vibrant abstract geometric pattern with neon lines",
|
||||
},
|
||||
id: "p3", name: "Neon Abstract", price: "AI-Generated", imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-psychedelic-background_23-2148805229.jpg", imageAlt: "Vibrant abstract geometric pattern with neon lines"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Steampunk Metropolis",
|
||||
price: "AI-Generated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/countdown-street-watch-face-black_1203-4950.jpg",
|
||||
imageAlt: "Steampunk-inspired city with intricate gears",
|
||||
},
|
||||
id: "p4", name: "Steampunk Metropolis", price: "AI-Generated", imageSrc: "http://img.b2bpic.net/free-photo/countdown-street-watch-face-black_1203-4950.jpg", imageAlt: "Steampunk-inspired city with intricate gears"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Future Gadget",
|
||||
price: "AI-Generated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736729.jpg",
|
||||
imageAlt: "Minimalist product photography of a futuristic gadget",
|
||||
},
|
||||
id: "p5", name: "Future Gadget", price: "AI-Generated", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736729.jpg", imageAlt: "Minimalist product photography of a futuristic gadget"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Expressive Portrait",
|
||||
price: "AI-Generated",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/swirl-pattern-spread-water-color-white-background_23-2148078887.jpg",
|
||||
imageAlt: "Vibrant, expressive digital portrait with bold brushstrokes",
|
||||
},
|
||||
id: "p6", name: "Expressive Portrait", price: "AI-Generated", imageSrc: "http://img.b2bpic.net/free-photo/swirl-pattern-spread-water-color-white-background_23-2148078887.jpg", imageAlt: "Vibrant, expressive digital portrait with bold brushstrokes"},
|
||||
]}
|
||||
title="Gallery of Possibilities"
|
||||
description="Explore a selection of stunning images generated by ZEEL AI, showcasing the diverse range of creative outputs."
|
||||
@@ -274,62 +174,30 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
name: "Free",
|
||||
price: "$0",
|
||||
badge: "Start Now",
|
||||
badgeIcon: Sparkles,
|
||||
id: "free", name: "Free", price: "$0", badge: "Start Now", badgeIcon: Sparkles,
|
||||
features: [
|
||||
"5 image generations/month",
|
||||
"Standard quality output",
|
||||
"Basic styles available",
|
||||
"Community support",
|
||||
],
|
||||
"5 image generations/month", "Standard quality output", "Basic styles available", "Community support"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Sign Up Free",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Sign Up Free", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
name: "Pro",
|
||||
price: "$19/month",
|
||||
badge: "Popular",
|
||||
badgeIcon: Star,
|
||||
id: "pro", name: "Pro", price: "$19/month", badge: "Popular", badgeIcon: Star,
|
||||
features: [
|
||||
"250 image generations/month",
|
||||
"High-quality output",
|
||||
"Access to all styles & ratios",
|
||||
"Priority support",
|
||||
"Commercial rights",
|
||||
],
|
||||
"250 image generations/month", "High-quality output", "Access to all styles & ratios", "Priority support", "Commercial rights"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Pro",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Pro", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "unlimited",
|
||||
name: "Unlimited",
|
||||
price: "$49/month",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Award,
|
||||
id: "unlimited", name: "Unlimited", price: "$49/month", badge: "Best Value", badgeIcon: Award,
|
||||
features: [
|
||||
"Unlimited image generations",
|
||||
"Highest quality & resolution",
|
||||
"Early access to new features",
|
||||
"Dedicated account manager",
|
||||
"API access",
|
||||
],
|
||||
"Unlimited image generations", "Highest quality & resolution", "Early access to new features", "Dedicated account manager", "API access"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Go Unlimited",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Go Unlimited", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -344,50 +212,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Unmatched Speed & Quality!",
|
||||
quote: "ZEEL AI has drastically cut down my design time. The image quality is consistently superb, and the prompt-to-image feature is pure magic. Highly recommend for any creative professional!",
|
||||
name: "Sarah Johnson",
|
||||
role: "Graphic Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "t1", title: "Unmatched Speed & Quality!", quote: "ZEEL AI has drastically cut down my design time. The image quality is consistently superb, and the prompt-to-image feature is pure magic. Highly recommend for any creative professional!", name: "Sarah Johnson", role: "Graphic Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "A Game-Changer for Marketing",
|
||||
quote: "As a marketing manager, I constantly need fresh visuals. ZEEL AI provides an endless supply of unique, high-quality images that perfectly match our campaigns. It's an indispensable tool.",
|
||||
name: "Michael Chen",
|
||||
role: "Marketing Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-front-women-shaking-hands_23-2147857269.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "t2", title: "A Game-Changer for Marketing", quote: "As a marketing manager, I constantly need fresh visuals. ZEEL AI provides an endless supply of unique, high-quality images that perfectly match our campaigns. It's an indispensable tool.", name: "Michael Chen", role: "Marketing Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-front-women-shaking-hands_23-2147857269.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Boosted My Creative Flow",
|
||||
quote: "This platform helps me visualize concepts instantly. No more creative blocks! The intuitive interface makes it easy to experiment with styles and bring imaginative ideas to life.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Content Creator",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-black-hat-smiling_176420-8505.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "t3", title: "Boosted My Creative Flow", quote: "This platform helps me visualize concepts instantly. No more creative blocks! The intuitive interface makes it easy to experiment with styles and bring imaginative ideas to life.", name: "Emily Rodriguez", role: "Content Creator", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-black-hat-smiling_176420-8505.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Affordable & Powerful",
|
||||
quote: "As a student, design tools can be expensive. ZEEL AI offers incredible power at an affordable price, making professional-grade image creation accessible to everyone.",
|
||||
name: "David Kim",
|
||||
role: "Hobbyist & Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "t4", title: "Affordable & Powerful", quote: "As a student, design tools can be expensive. ZEEL AI offers incredible power at an affordable price, making professional-grade image creation accessible to everyone.", name: "David Kim", role: "Hobbyist & Student", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Simple Text, Stunning Results",
|
||||
quote: "I'm not a tech expert, but generating images with ZEEL AI is incredibly easy. Just type what I want, and it delivers fantastic results every time. It's truly revolutionary!",
|
||||
name: "Alex Patel",
|
||||
role: "Small Business Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workplace-manager_1098-13465.jpg",
|
||||
imageAlt: "Alex Patel",
|
||||
},
|
||||
id: "t5", title: "Simple Text, Stunning Results", quote: "I'm not a tech expert, but generating images with ZEEL AI is incredibly easy. Just type what I want, and it delivers fantastic results every time. It's truly revolutionary!", name: "Alex Patel", role: "Small Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/workplace-manager_1098-13465.jpg", imageAlt: "Alex Patel"},
|
||||
]}
|
||||
title="What Our Creators Say"
|
||||
description="Hear from the artists, marketers, and enthusiasts who are transforming their work with ZEEL AI."
|
||||
@@ -400,30 +233,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How does ZEEL AI generate images?",
|
||||
content: "ZEEL AI uses advanced artificial intelligence, specifically Google's Gemini API, to interpret your text prompts and generate unique images based on your descriptions. Our models are continuously updated for optimal quality and creativity.",
|
||||
},
|
||||
id: "q1", title: "How does ZEEL AI generate images?", content: "ZEEL AI uses advanced artificial intelligence, specifically Google's Gemini API, to interpret your text prompts and generate unique images based on your descriptions. Our models are continuously updated for optimal quality and creativity."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do I need design skills to use ZEEL AI?",
|
||||
content: "Absolutely not! ZEEL AI is designed for everyone. Whether you're a seasoned designer or a complete beginner, our intuitive interface allows you to create stunning visuals with just text prompts. No prior design experience is required.",
|
||||
},
|
||||
id: "q2", title: "Do I need design skills to use ZEEL AI?", content: "Absolutely not! ZEEL AI is designed for everyone. Whether you're a seasoned designer or a complete beginner, our intuitive interface allows you to create stunning visuals with just text prompts. No prior design experience is required."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I use the generated images for commercial purposes?",
|
||||
content: "Yes, with our Pro and Unlimited plans, you gain full commercial rights to the images you generate. The Free plan is suitable for personal and non-commercial use. Please refer to our terms of service for full details.",
|
||||
},
|
||||
id: "q3", title: "Can I use the generated images for commercial purposes?", content: "Yes, with our Pro and Unlimited plans, you gain full commercial rights to the images you generate. The Free plan is suitable for personal and non-commercial use. Please refer to our terms of service for full details."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What kind of images can I create?",
|
||||
content: "The possibilities are endless! You can generate anything from realistic landscapes and abstract art to product mockups and character designs. Our platform supports a wide range of styles, themes, and artistic directions based on your prompts.",
|
||||
},
|
||||
id: "q4", title: "What kind of images can I create?", content: "The possibilities are endless! You can generate anything from realistic landscapes and abstract art to product mockups and character designs. Our platform supports a wide range of styles, themes, and artistic directions based on your prompts."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Is there a limit to how many images I can generate?",
|
||||
content: "Our Free plan includes 5 image generations per month. Pro and Unlimited plans offer significantly higher limits, with the Unlimited plan providing truly unlimited generations. Check our pricing section for more details.",
|
||||
},
|
||||
id: "q5", title: "Is there a limit to how many images I can generate?", content: "Our Free plan includes 5 image generations per month. Pro and Unlimited plans offer significantly higher limits, with the Unlimited plan providing truly unlimited generations. Check our pricing section for more details."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to the most common questions about ZEEL AI."
|
||||
@@ -435,8 +253,7 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get Started"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
@@ -444,13 +261,9 @@ export default function LandingPage() {
|
||||
description="Join thousands of creators who are revolutionizing their visual content with ZEEL AI. Start generating stunning images from text today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Create Your Free Account",
|
||||
href: "#",
|
||||
},
|
||||
text: "Create Your Free Account", href: "#"},
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Sales", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -465,24 +278,16 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "#", ariaLabel: "LinkedIn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user