diff --git a/src/app/page.tsx b/src/app/page.tsx index a5959d5..5ba0177 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,8 +10,8 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; export default function LandingPage() { return ( @@ -31,22 +31,11 @@ export default function LandingPage() { @@ -100,10 +65,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Unmatched Design Capabilities" description={[ - "DesignAI combines a powerful, production-grade canvas engine with state-of-the-art AI technology to accelerate your creative workflow.", - "Our platform is built for everyone, from individuals to enterprise teams, providing intuitive tools that simplify complex design tasks.", - "Transform your ideas into reality effortlessly. With DesignAI, you are only limited by your imagination.", - ]} + "DesignAI combines a powerful, production-grade canvas engine with state-of-the-art AI technology to accelerate your creative workflow.", "Our platform is built for everyone, from individuals to enterprise teams, providing intuitive tools that simplify complex design tasks.", "Transform your ideas into reality effortlessly. With DesignAI, you are only limited by your imagination."]} /> @@ -114,26 +76,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Magic Background Removal", - description: "One-click background removal for product images and portraits.", - tag: "AI Feature", - imageSrc: "http://img.b2bpic.net/free-photo/technology-creativity-meet-modern-studio-generative-ai_188544-19475.jpg", - }, + id: "f1", title: "Magic Background Removal", description: "One-click background removal for product images and portraits.", tag: "AI Feature", imageSrc: "http://img.b2bpic.net/free-photo/technology-creativity-meet-modern-studio-generative-ai_188544-19475.jpg"}, { - id: "f2", - title: "Smart Layout Suggestions", - description: "Get intelligent design arrangement suggestions in real-time.", - tag: "AI Feature", - imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169862.jpg", - }, + id: "f2", title: "Smart Layout Suggestions", description: "Get intelligent design arrangement suggestions in real-time.", tag: "AI Feature", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169862.jpg"}, { - id: "f3", - title: "AI Chat Assistant", - description: "Your creative companion to answer design questions and help build projects.", - tag: "AI Feature", - imageSrc: "http://img.b2bpic.net/free-photo/cartoon-ai-robot-scene_23-2151675019.jpg", - }, + id: "f3", title: "AI Chat Assistant", description: "Your creative companion to answer design questions and help build projects.", tag: "AI Feature", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-ai-robot-scene_23-2151675019.jpg"}, ]} title="Built-in AI Power" description="Harness the power of artificial intelligence to automate tedious design work." @@ -142,52 +89,23 @@ export default function LandingPage() {
@@ -374,54 +189,24 @@ export default function LandingPage() { logoText="DesignAI" columns={[ { - title: "Product", - items: [ - { - label: "Features", - href: "#features", - }, - { - label: "Pricing", - href: "#pricing", - }, - { - label: "Templates", - href: "#", - }, + title: "Product", items: [ + { label: "Features", href: "#features" }, + { label: "Pricing", href: "#pricing" }, + { label: "Templates", href: "#" }, ], }, { - title: "Company", - items: [ - { - label: "About", - href: "#", - }, - { - label: "Careers", - href: "#", - }, - { - label: "Contact", - href: "#contact", - }, + title: "Company", items: [ + { label: "About", href: "#" }, + { label: "Careers", href: "#" }, + { label: "Contact", href: "#contact" }, ], }, { - title: "Resources", - items: [ - { - label: "Help Center", - href: "#", - }, - { - label: "Tutorials", - href: "#", - }, - { - label: "Blog", - href: "#", - }, + title: "Resources", items: [ + { label: "Help Center", href: "#" }, + { label: "Tutorials", href: "#" }, + { label: "Blog", href: "#" }, ], }, ]}