Update src/app/page.tsx

This commit is contained in:
2026-06-05 13:08:47 +00:00
parent e57ecc4321
commit 828f740d8b

View File

@@ -6,13 +6,13 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Award, Facebook, Instagram, Linkedin, Sparkles, Star, Twitter, Zap } from "lucide-react";
import ContactForm from '@/components/form/ContactForm';
export default function LandingPage() {
return (
@@ -54,52 +54,15 @@ export default function LandingPage() {
</div>
<div id="home" data-section="home">
<HeroOverlayTestimonial
<ContactForm
title="Generate stunning images from text instantly"
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: "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: "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: "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"},
]}
tag="AI-Powered Creation"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{
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: "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/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"},
]}
avatarText="Join 10,000+ creators"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EibxP2EFZRE6x2VFUGx20Ca2Lg/uploaded-1780664618070-ukq0em72.jpg?_wi=2"
imageAlt="AI image generation platform dashboard"
showDimOverlay={true}
showBlur={true}
textPosition="bottom"
inputPlaceholder="Describe the image you want to create..."
buttonText="Generate Image"
onSubmit={(prompt) => alert(`Generating image for: ${prompt}`)}
centered={true}
/>
</div>