Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
418
src/app/page.tsx
418
src/app/page.tsx
@@ -34,39 +34,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="DesignFlow"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "Get Started", href: "#products"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -75,84 +59,44 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
title="Unlock Your Creative Potential with DesignFlow"
|
||||
description="Discover and purchase unique digital graphic designs, from stunning Canva templates to captivating logos and social media kits, all in one seamless marketplace."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@CreativeSpark",
|
||||
testimonial: "DesignFlow transformed how I find design assets. The quality is unmatched and the variety is incredible!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-orange-hair_23-2149122916.jpg",
|
||||
imageAlt: "Sarah J. - Creative Spark",
|
||||
},
|
||||
name: "Sarah J.", handle: "@CreativeSpark", testimonial: "DesignFlow transformed how I find design assets. The quality is unmatched and the variety is incredible!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-orange-hair_23-2149122916.jpg", imageAlt: "Sarah J. - Creative Spark"},
|
||||
{
|
||||
name: "Michael C.",
|
||||
handle: "@BrandBoost",
|
||||
testimonial: "As a marketer, I need quick, high-quality visuals. DesignFlow delivers every time, boosting our campaigns.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3902.jpg",
|
||||
imageAlt: "Michael C. - Brand Boost",
|
||||
},
|
||||
name: "Michael C.", handle: "@BrandBoost", testimonial: "As a marketer, I need quick, high-quality visuals. DesignFlow delivers every time, boosting our campaigns.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3902.jpg", imageAlt: "Michael C. - Brand Boost"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@PixelPerfect",
|
||||
testimonial: "Selling my templates on DesignFlow has been a game-changer. Great exposure and easy payouts.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/military-girl-camouflage-uniform-against-army-background-shooting-range_627829-8532.jpg",
|
||||
imageAlt: "Emily R. - Pixel Perfect",
|
||||
},
|
||||
name: "Emily R.", handle: "@PixelPerfect", testimonial: "Selling my templates on DesignFlow has been a game-changer. Great exposure and easy payouts.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/military-girl-camouflage-uniform-against-army-background-shooting-range_627829-8532.jpg", imageAlt: "Emily R. - Pixel Perfect"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@VisualCraft",
|
||||
testimonial: "The selection of logos and branding kits is fantastic. Found exactly what I needed to launch my startup.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
|
||||
imageAlt: "David K. - Visual Craft",
|
||||
},
|
||||
name: "David K.", handle: "@VisualCraft", testimonial: "The selection of logos and branding kits is fantastic. Found exactly what I needed to launch my startup.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", imageAlt: "David K. - Visual Craft"},
|
||||
{
|
||||
name: "Jessica L.",
|
||||
handle: "@DigitalArtisan",
|
||||
testimonial: "DesignFlow's resources are invaluable for any digital creator. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-developer-agency-office-coding-her-computer_482257-126122.jpg",
|
||||
imageAlt: "Jessica L. - Digital Artisan",
|
||||
},
|
||||
name: "Jessica L.", handle: "@DigitalArtisan", testimonial: "DesignFlow's resources are invaluable for any digital creator. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-developer-agency-office-coding-her-computer_482257-126122.jpg", imageAlt: "Jessica L. - Digital Artisan"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Designs",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Browse Designs", href: "#products"},
|
||||
{
|
||||
text: "Become a Seller",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Become a Seller", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-round-glasses_273609-11646.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-round-glasses_273609-11646.jpg", alt: "Sarah J."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-fashion-portrait-handsome-guy-wearing-bright-blue-shirt-hipster-glasses-big-white-headphones_291049-2119.jpg",
|
||||
alt: "Michael C.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-fashion-portrait-handsome-guy-wearing-bright-blue-shirt-hipster-glasses-big-white-headphones_291049-2119.jpg", alt: "Michael C."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-business-woman-looking-her-laptop_23-2148230243.jpg",
|
||||
alt: "Emily R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-business-woman-looking-her-laptop_23-2148230243.jpg", alt: "Emily R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-having-short-break-work-home_329181-14567.jpg",
|
||||
alt: "David K.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-having-short-break-work-home_329181-14567.jpg", alt: "David K."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-red-haired-business-woman-glasses-posing-looking-camera-medium-shot-beauty-european-female-boss-standing-with-crossed-hand-isolated-white-studio-background_132075-9457.jpg",
|
||||
alt: "Confident professional",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-red-haired-business-woman-glasses-posing-looking-camera-medium-shot-beauty-european-female-boss-standing-with-crossed-hand-isolated-white-studio-background_132075-9457.jpg", alt: "Confident professional"},
|
||||
]}
|
||||
avatarText="Join 1000+ creators"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stationery-candies-near-tablet-laptop_23-2147777830.jpg"
|
||||
@@ -162,30 +106,15 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-with-desk-items_23-2148128324.jpg",
|
||||
alt: "Flat lay arrangement with desk items",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-with-desk-items_23-2148128324.jpg", alt: "Flat lay arrangement with desk items"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/laptop-near-blusher-eyeshadows_23-2147710722.jpg",
|
||||
alt: "Laptop near blusher and eyeshadows",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/laptop-near-blusher-eyeshadows_23-2147710722.jpg", alt: "Laptop near blusher and eyeshadows"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-mobile-phone-with-various-stationery_1252-783.jpg",
|
||||
alt: "Close-up of mobile phone with various stationery",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-mobile-phone-with-various-stationery_1252-783.jpg", alt: "Close-up of mobile phone with various stationery"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543691.jpg",
|
||||
alt: "Still life of fashion designer's office",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543691.jpg", alt: "Still life of fashion designer's office"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-woman-using-printer_23-2149628842.jpg",
|
||||
alt: "High angle woman using printer",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-woman-using-printer_23-2149628842.jpg", alt: "High angle woman using printer"},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
showMarqueeCard={true}
|
||||
@@ -199,17 +128,11 @@ export default function LandingPage() {
|
||||
description="DesignFlow is dedicated to empowering designers and creators by providing a vibrant platform to showcase and sell their digital masterpieces. We make high-quality graphic design accessible to everyone, fostering a community of innovation and artistic expression."
|
||||
metrics={[
|
||||
{
|
||||
value: "50K+",
|
||||
title: "Unique Designs",
|
||||
},
|
||||
value: "50K+", title: "Unique Designs"},
|
||||
{
|
||||
value: "10K+",
|
||||
title: "Happy Customers",
|
||||
},
|
||||
value: "10K+", title: "Happy Customers"},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Verified Sellers",
|
||||
},
|
||||
value: "500+", title: "Verified Sellers"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/creative-people-brainstorming-meeting-using-touch-pad-note-ideas-plans_273609-6195.jpg"
|
||||
imageAlt="Diverse graphic designers collaborating remotely"
|
||||
@@ -225,34 +148,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
label: "Easy Browsing",
|
||||
title: "Discover Your Next Masterpiece",
|
||||
items: [
|
||||
"Intuitive search and filtering",
|
||||
"Curated collections by category",
|
||||
"High-quality previews for every design",
|
||||
],
|
||||
id: "1", label: "Easy Browsing", title: "Discover Your Next Masterpiece", items: [
|
||||
"Intuitive search and filtering", "Curated collections by category", "High-quality previews for every design"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
label: "Secure Purchasing",
|
||||
title: "Shop with Confidence",
|
||||
items: [
|
||||
"Encrypted payment processing",
|
||||
"Instant digital downloads",
|
||||
"Hassle-free refund policy",
|
||||
],
|
||||
id: "2", label: "Secure Purchasing", title: "Shop with Confidence", items: [
|
||||
"Encrypted payment processing", "Instant digital downloads", "Hassle-free refund policy"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
label: "Seller Empowerment",
|
||||
title: "Monetize Your Creativity",
|
||||
items: [
|
||||
"Simple upload process",
|
||||
"Fair commission rates",
|
||||
"Analytics to track your sales",
|
||||
],
|
||||
id: "3", label: "Seller Empowerment", title: "Monetize Your Creativity", items: [
|
||||
"Simple upload process", "Fair commission rates", "Analytics to track your sales"],
|
||||
},
|
||||
]}
|
||||
title="Why Choose DesignFlow?"
|
||||
@@ -265,67 +170,26 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "prod-1",
|
||||
brand: "Canva Templates",
|
||||
name: "Modern Social Media Pack",
|
||||
price: "$29.99",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/quote-text-bubble-sign-liquid-glass-morphism-instagram-post-template_47987-31834.jpg",
|
||||
imageAlt: "Modern Social Media Pack Canva Templates",
|
||||
},
|
||||
id: "prod-1", brand: "Canva Templates", name: "Modern Social Media Pack", price: "$29.99", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-psd/quote-text-bubble-sign-liquid-glass-morphism-instagram-post-template_47987-31834.jpg", imageAlt: "Modern Social Media Pack Canva Templates"},
|
||||
{
|
||||
id: "prod-2",
|
||||
brand: "Logos & Branding",
|
||||
name: "Abstract Business Logo",
|
||||
price: "$49.99",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/biohazard-sign-ai-generated_268835-18690.jpg",
|
||||
imageAlt: "Abstract Business Logo Design",
|
||||
},
|
||||
id: "prod-2", brand: "Logos & Branding", name: "Abstract Business Logo", price: "$49.99", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/biohazard-sign-ai-generated_268835-18690.jpg", imageAlt: "Abstract Business Logo Design"},
|
||||
{
|
||||
id: "prod-3",
|
||||
brand: "Web Graphics",
|
||||
name: "Dynamic Banner Ad Pack",
|
||||
price: "$34.99",
|
||||
rating: 4,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-combination-facial-features_23-2150038580.jpg",
|
||||
imageAlt: "Dynamic Banner Ad Pack",
|
||||
},
|
||||
id: "prod-3", brand: "Web Graphics", name: "Dynamic Banner Ad Pack", price: "$34.99", rating: 4,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/abstract-combination-facial-features_23-2150038580.jpg", imageAlt: "Dynamic Banner Ad Pack"},
|
||||
{
|
||||
id: "prod-4",
|
||||
brand: "Print Ready",
|
||||
name: "Professional Business Card",
|
||||
price: "$19.99",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yk8kz6",
|
||||
imageAlt: "Professional Business Card Template",
|
||||
},
|
||||
id: "prod-4", brand: "Print Ready", name: "Professional Business Card", price: "$19.99", rating: 5,
|
||||
reviewCount: "150", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yk8kz6", imageAlt: "Professional Business Card Template"},
|
||||
{
|
||||
id: "prod-5",
|
||||
brand: "Marketing Materials",
|
||||
name: "Event Promotion Flyer",
|
||||
price: "$24.99",
|
||||
rating: 4,
|
||||
reviewCount: "75",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-services-advertisement_505751-7872.jpg",
|
||||
imageAlt: "Event Promotion Flyer Template",
|
||||
},
|
||||
id: "prod-5", brand: "Marketing Materials", name: "Event Promotion Flyer", price: "$24.99", rating: 4,
|
||||
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-agency-services-advertisement_505751-7872.jpg", imageAlt: "Event Promotion Flyer Template"},
|
||||
{
|
||||
id: "prod-6",
|
||||
brand: "Social Media Kits",
|
||||
name: "Ultimate Instagram Kit",
|
||||
price: "$39.99",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1l5lhn",
|
||||
imageAlt: "Ultimate Instagram Kit",
|
||||
},
|
||||
id: "prod-6", brand: "Social Media Kits", name: "Ultimate Instagram Kit", price: "$39.99", rating: 5,
|
||||
reviewCount: "110", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1l5lhn", imageAlt: "Ultimate Instagram Kit"},
|
||||
]}
|
||||
title="Explore Our Diverse Collection of Designs"
|
||||
description="Browse thousands of premium graphic designs, including versatile Canva templates, custom logos, engaging social media posts, banners, thumbnails, business cards, and flyers. Find the perfect digital product to elevate your brand."
|
||||
@@ -338,50 +202,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Game-Changer for My Business!",
|
||||
quote: "DesignFlow completely changed how I acquire design assets. The variety and quality of Canva templates are simply outstanding, helping me create stunning visuals for my clients faster than ever.",
|
||||
name: "Chloe S.",
|
||||
role: "Freelance Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-elements-arrangement-with-empty-screen-tablet_23-2148708013.jpg",
|
||||
imageAlt: "Screenshot of a popular Canva template listing on DesignFlow",
|
||||
},
|
||||
id: "1", title: "Game-Changer for My Business!", quote: "DesignFlow completely changed how I acquire design assets. The variety and quality of Canva templates are simply outstanding, helping me create stunning visuals for my clients faster than ever.", name: "Chloe S.", role: "Freelance Designer", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-elements-arrangement-with-empty-screen-tablet_23-2148708013.jpg", imageAlt: "Screenshot of a popular Canva template listing on DesignFlow"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Boosted Our Marketing Campaigns",
|
||||
quote: "We needed high-quality social media posts and banner designs quickly. DesignFlow offered a fantastic selection, allowing us to launch our campaigns with professional visuals that truly resonated with our audience.",
|
||||
name: "Mark T.",
|
||||
role: "Marketing Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/5-star-customer-review_23-2151952994.jpg",
|
||||
imageAlt: "Illustration showing increased social media engagement",
|
||||
},
|
||||
id: "2", title: "Boosted Our Marketing Campaigns", quote: "We needed high-quality social media posts and banner designs quickly. DesignFlow offered a fantastic selection, allowing us to launch our campaigns with professional visuals that truly resonated with our audience.", name: "Mark T.", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/5-star-customer-review_23-2151952994.jpg", imageAlt: "Illustration showing increased social media engagement"},
|
||||
{
|
||||
id: "3",
|
||||
title: "A Fantastic Platform for Sellers",
|
||||
quote: "As a graphic designer, finding a reliable platform to sell my creations was crucial. DesignFlow has provided excellent exposure and a seamless process for uploading and managing my digital products. Highly recommended!",
|
||||
name: "Priya L.",
|
||||
role: "Graphic Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-makes-patriotic-gingerbread-support-ukraine_169016-20150.jpg",
|
||||
imageAlt: "Illustration of a newly branded product with a logo",
|
||||
},
|
||||
id: "3", title: "A Fantastic Platform for Sellers", quote: "As a graphic designer, finding a reliable platform to sell my creations was crucial. DesignFlow has provided excellent exposure and a seamless process for uploading and managing my digital products. Highly recommended!", name: "Priya L.", role: "Graphic Designer", imageSrc: "http://img.b2bpic.net/free-photo/woman-makes-patriotic-gingerbread-support-ukraine_169016-20150.jpg", imageAlt: "Illustration of a newly branded product with a logo"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Perfect for Startup Branding",
|
||||
quote: "Launching a startup requires top-notch branding. DesignFlow's collection of logos and business card templates allowed us to establish a professional identity without breaking the bank. Incredible value!",
|
||||
name: "Ben C.",
|
||||
role: "Startup Founder",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a1raq7",
|
||||
imageAlt: "Illustration of digital marketing channels",
|
||||
},
|
||||
id: "4", title: "Perfect for Startup Branding", quote: "Launching a startup requires top-notch branding. DesignFlow's collection of logos and business card templates allowed us to establish a professional identity without breaking the bank. Incredible value!", name: "Ben C.", role: "Startup Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a1raq7", imageAlt: "Illustration of digital marketing channels"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Elevated My Content Creation",
|
||||
quote: "As a content creator, compelling thumbnails and banners are key. DesignFlow's templates make it easy to create engaging visuals that stand out. My audience engagement has seen a noticeable spike!",
|
||||
name: "Anya R.",
|
||||
role: "Content Creator",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/youth-culture-young-adult-generation-teenagers_53876-21315.jpg",
|
||||
imageAlt: "Illustration of a YouTube channel with custom thumbnails",
|
||||
},
|
||||
id: "5", title: "Elevated My Content Creation", quote: "As a content creator, compelling thumbnails and banners are key. DesignFlow's templates make it easy to create engaging visuals that stand out. My audience engagement has seen a noticeable spike!", name: "Anya R.", role: "Content Creator", imageSrc: "http://img.b2bpic.net/free-photo/youth-culture-young-adult-generation-teenagers_53876-21315.jpg", imageAlt: "Illustration of a YouTube channel with custom thumbnails"},
|
||||
]}
|
||||
title="What Our Community Says"
|
||||
description="Hear from satisfied designers and buyers who have transformed their projects and businesses with DesignFlow's premium graphic designs."
|
||||
@@ -395,44 +224,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "buyer-basic",
|
||||
badge: "Standard",
|
||||
price: "Free",
|
||||
subtitle: "Access our core design library",
|
||||
features: [
|
||||
"Browse unlimited designs",
|
||||
"High-resolution previews",
|
||||
"Direct purchase from sellers",
|
||||
"Basic customer support",
|
||||
],
|
||||
id: "buyer-basic", badge: "Standard", price: "Free", subtitle: "Access our core design library", features: [
|
||||
"Browse unlimited designs", "High-resolution previews", "Direct purchase from sellers", "Basic customer support"],
|
||||
},
|
||||
{
|
||||
id: "buyer-premium",
|
||||
badge: "Premium",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$9/month",
|
||||
subtitle: "Unlock exclusive buyer benefits",
|
||||
features: [
|
||||
"All Standard features",
|
||||
"Access to premium-only designs",
|
||||
"Early access to new collections",
|
||||
"Priority customer support",
|
||||
"Exclusive discounts",
|
||||
],
|
||||
id: "buyer-premium", badge: "Premium", badgeIcon: Sparkles,
|
||||
price: "$9/month", subtitle: "Unlock exclusive buyer benefits", features: [
|
||||
"All Standard features", "Access to premium-only designs", "Early access to new collections", "Priority customer support", "Exclusive discounts"],
|
||||
},
|
||||
{
|
||||
id: "seller-pro",
|
||||
badge: "Seller Pro",
|
||||
badgeIcon: Award,
|
||||
price: "$19/month",
|
||||
subtitle: "Empower your design business",
|
||||
features: [
|
||||
"Unlimited product uploads",
|
||||
"Detailed sales analytics",
|
||||
"Promotional tools for designs",
|
||||
"Dedicated seller support",
|
||||
"Lower commission fees",
|
||||
],
|
||||
id: "seller-pro", badge: "Seller Pro", badgeIcon: Award,
|
||||
price: "$19/month", subtitle: "Empower your design business", features: [
|
||||
"Unlimited product uploads", "Detailed sales analytics", "Promotional tools for designs", "Dedicated seller support", "Lower commission fees"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Plans for Designers & Buyers"
|
||||
@@ -446,25 +249,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How do I purchase a design?",
|
||||
content: "Simply browse our collection, click on the design you like, and follow the secure checkout process. Once purchased, you'll receive an instant download link.",
|
||||
},
|
||||
id: "faq-1", title: "How do I purchase a design?", content: "Simply browse our collection, click on the design you like, and follow the secure checkout process. Once purchased, you'll receive an instant download link."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Can I sell my own designs on DesignFlow?",
|
||||
content: "Absolutely! Register as a seller, upload your designs, set your prices, and start earning. Our platform provides tools to manage your store and track sales.",
|
||||
},
|
||||
id: "faq-2", title: "Can I sell my own designs on DesignFlow?", content: "Absolutely! Register as a seller, upload your designs, set your prices, and start earning. Our platform provides tools to manage your store and track sales."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What types of graphic designs are available?",
|
||||
content: "We offer a wide range including Canva templates, logos, social media posts, banners, thumbnails, business cards, flyers, and more. Our collection is constantly growing!",
|
||||
},
|
||||
id: "faq-3", title: "What types of graphic designs are available?", content: "We offer a wide range including Canva templates, logos, social media posts, banners, thumbnails, business cards, flyers, and more. Our collection is constantly growing!"},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What if I'm not satisfied with a purchase?",
|
||||
content: "Your satisfaction is our priority. We offer a hassle-free refund policy. Please refer to our terms of service or contact support for more details.",
|
||||
},
|
||||
id: "faq-4", title: "What if I'm not satisfied with a purchase?", content: "Your satisfaction is our priority. We offer a hassle-free refund policy. Please refer to our terms of service or contact support for more details."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-mobile-app-banner_23-2148107622.jpg"
|
||||
imageAlt="Person interacting with an FAQ section on a screen"
|
||||
@@ -481,14 +272,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"NexusTech",
|
||||
"CreativeHub",
|
||||
"PixelCraft",
|
||||
"Visionary Designs",
|
||||
"ArtistryHive",
|
||||
"TemplateMaster",
|
||||
"DesignSpark",
|
||||
]}
|
||||
"NexusTech", "CreativeHub", "PixelCraft", "Visionary Designs", "ArtistryHive", "TemplateMaster", "DesignSpark"]}
|
||||
title="Trusted by Creative Professionals"
|
||||
description="Join a growing community of designers, agencies, and businesses who rely on DesignFlow for their high-quality graphic design needs."
|
||||
speed={40}
|
||||
@@ -499,14 +283,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to elevate your brand or showcase your designs? Our team is here to help. Get in touch with us today for support, partnerships, or any inquiries."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:support@designflow.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:support@designflow.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -516,62 +297,37 @@ export default function LandingPage() {
|
||||
logoText="DesignFlow"
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Canva Templates",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Canva Templates", href: "#products"},
|
||||
{
|
||||
label: "Logos",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Logos", href: "#products"},
|
||||
{
|
||||
label: "Social Media Kits",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Social Media Kits", href: "#products"},
|
||||
{
|
||||
label: "Banners & Flyers",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Banners & Flyers", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Refund Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Refund Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user