diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bbe976..5451e1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,15 +1,15 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; -import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterBase from '@/components/sections/footer/FooterBase'; import { Sparkles, Star, DollarSign, Shield, Heart, HelpCircle, User, Award } from "lucide-react"; export default function LandingPage() { @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="medium" - background="blurBottom" + background="circleGradient" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -49,29 +49,37 @@ export default function LandingPage() { tagAnimation="slide-up" leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-psd/flat-design-webinar-template_23-2150400848.jpg?_wi=1", imageAlt: "Digital Course Product"}, + imageSrc: "http://img.b2bpic.net/free-psd/flat-design-webinar-template_23-2150400848.jpg", imageAlt: "Digital Course Product" + }, { - imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_23-2148619626.jpg?_wi=1", imageAlt: "Marketing Template"}, + imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_23-2148619626.jpg", imageAlt: "Marketing Template" + }, { - imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148407483.jpg?_wi=1", imageAlt: "Secure Payment"}, + imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148407483.jpg", imageAlt: "Secure Payment" + }, { - imageSrc: "http://img.b2bpic.net/free-vector/cash-delivery-badge-collection_23-2148788052.jpg", imageAlt: "Instant Delivery"}, + imageSrc: "http://img.b2bpic.net/free-vector/cash-delivery-badge-collection_23-2148788052.jpg", imageAlt: "Instant Delivery" + }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-working-with-digital-tablet-office_1301-3992.jpg?_wi=1", imageAlt: "Digital Tools Kit"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-working-with-digital-tablet-office_1301-3992.jpg", imageAlt: "Digital Tools Kit" + }, { - imageSrc: "http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148388243.jpg", imageAlt: "Product Dashboard"}, + imageSrc: "http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148388243.jpg", imageAlt: "Product Dashboard" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-confident-businessman-sitting-table-working-laptop-with-cup-coffee-aside-smiling-white-modern-office-interior_176420-6515.jpg?_wi=1", imageAlt: "Customer Success"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-confident-businessman-sitting-table-working-laptop-with-cup-coffee-aside-smiling-white-modern-office-interior_176420-6515.jpg", imageAlt: "Customer Success" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-colleagues-giving-high-five_74855-1516.jpg?_wi=1", imageAlt: "Team Collaboration"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-colleagues-giving-high-five_74855-1516.jpg", imageAlt: "Team Collaboration" + }, ]} buttons={[ { text: "Browse Products", href: "products" }, { text: "Learn More", href: "about" }, ]} - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} buttonAnimation="slide-up" carouselPosition="right" /> @@ -91,13 +99,16 @@ export default function LandingPage() { products={[ { id: "1", brand: "DigitalHub", name: "Complete Web Development Masterclass", price: "$49.99", rating: 5, - reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-webinar-template_23-2150400848.jpg?_wi=2", imageAlt: "Web Development Course"}, + reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-webinar-template_23-2150400848.jpg", imageAlt: "Web Development Course" + }, { id: "2", brand: "DigitalHub", name: "Digital Marketing Toolkit Pro", price: "$39.99", rating: 5, - reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_23-2148619626.jpg?_wi=2", imageAlt: "Marketing Templates"}, + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_23-2148619626.jpg", imageAlt: "Marketing Templates" + }, { id: "3", brand: "DigitalHub", name: "Design System & Component Library", price: "$29.99", rating: 4, - reviewCount: "956", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-working-with-digital-tablet-office_1301-3992.jpg?_wi=2", imageAlt: "Design System"}, + reviewCount: "956", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-working-with-digital-tablet-office_1301-3992.jpg", imageAlt: "Design System" + }, ]} buttons={[{ text: "View All Products", href: "products" }]} /> @@ -121,7 +132,8 @@ export default function LandingPage() { { text: "Learn More", href: "pricing" }, ], features: [ - "5 digital products", "Lifetime access", "Email support", "30-day money-back guarantee", "Regular updates"], + "5 digital products", "Lifetime access", "Email support", "30-day money-back guarantee", "Regular updates" + ], }, { id: "professional", badge: "Professional", badgeIcon: Sparkles, @@ -130,7 +142,8 @@ export default function LandingPage() { { text: "Compare", href: "pricing" }, ], features: [ - "All products included", "Priority support", "Exclusive webinars", "Advanced resources", "Lifetime updates", "Certificate included"], + "All products included", "Priority support", "Exclusive webinars", "Advanced resources", "Lifetime updates", "Certificate included" + ], }, { id: "business", badge: "Business", badgeIcon: Award, @@ -139,7 +152,8 @@ export default function LandingPage() { { text: "Contact Sales", href: "contact" }, ], features: [ - "Unlimited products", "Team licenses (5)", "Dedicated support", "Custom training", "Early access features", "API access"], + "Unlimited products", "Team licenses (5)", "Dedicated support", "Custom training", "Early access features", "API access" + ], }, ]} /> @@ -154,12 +168,11 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - logos={[ - "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148853513.jpg", "http://img.b2bpic.net/free-photo/close-up-woman-sitting-sofa-looking-laptop_23-2148304830.jpg", "http://img.b2bpic.net/free-vector/flat-abstract-business-card-template_23-2148206282.jpg", "http://img.b2bpic.net/free-photo/joyful-young-beautiful-woman-holding-card-looking-it-isolated-orange-wall-with-copy-space_141793-25819.jpg", "http://img.b2bpic.net/free-photo/person-paying-with-its-smartphone-wallet-app_23-2149167272.jpg", "http://img.b2bpic.net/free-photo/close-up-person-doing-online-shopping_23-2149159947.jpg", "http://img.b2bpic.net/free-photo/medium-shot-man-drinking-coffee_23-2148539859.jpg"]} + names={[ + "Stripe", "PayPal", "Mastercard", "Visa", "Square", "2Checkout", "Amazon Pay" + ]} speed={40} showCard={true} - names={[ - "Stripe", "PayPal", "Mastercard", "Visa", "Square", "2Checkout", "Amazon Pay"]} /> @@ -174,17 +187,23 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Johnson, CEO of TechFlow", date: "Date: 15 January 2025", title: "Transformed our entire product development process", quote: "The digital products we purchased have been absolutely game-changing. The quality is exceptional, and the support team goes above and beyond. We've already integrated three products into our workflow and the ROI has been incredible.", tag: "Professional Plan", avatarSrc: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-confident-businessman-sitting-table-working-laptop-with-cup-coffee-aside-smiling-white-modern-office-interior_176420-6515.jpg?_wi=2"}, + id: "1", name: "Sarah Johnson, CEO of TechFlow", date: "Date: 15 January 2025", title: "Transformed our entire product development process", quote: "The digital products we purchased have been absolutely game-changing. The quality is exceptional, and the support team goes above and beyond. We've already integrated three products into our workflow and the ROI has been incredible.", tag: "Professional Plan", avatarSrc: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-confident-businessman-sitting-table-working-laptop-with-cup-coffee-aside-smiling-white-modern-office-interior_176420-6515.jpg" + }, { - id: "2", name: "Michael Chen, Founder of InnovateLab", date: "Date: 20 December 2024", title: "Best investment for our startup this year", quote: "We were looking for high-quality digital resources to accelerate our growth. The comprehensive tools and templates provided have saved us months of development time. The pricing is fair and the lifetime access is invaluable.", tag: "Business Plan", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-colleagues-giving-high-five_74855-1516.jpg?_wi=2"}, + id: "2", name: "Michael Chen, Founder of InnovateLab", date: "Date: 20 December 2024", title: "Best investment for our startup this year", quote: "We were looking for high-quality digital resources to accelerate our growth. The comprehensive tools and templates provided have saved us months of development time. The pricing is fair and the lifetime access is invaluable.", tag: "Business Plan", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-colleagues-giving-high-five_74855-1516.jpg" + }, { - id: "3", name: "Emily Rodriguez, Marketing Director at GrowthCo", date: "Date: 10 December 2024", title: "Professional-grade resources at accessible prices", quote: "I've tried many digital product marketplaces, but this one stands out. The quality of content, the secure payment system, and instant delivery are perfect. My team uses these resources daily and our clients are impressed with our capabilities.", tag: "Professional Plan", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/business-team-giving-high-five_53876-30778.jpg?_wi=1"}, + id: "3", name: "Emily Rodriguez, Marketing Director at GrowthCo", date: "Date: 10 December 2024", title: "Professional-grade resources at accessible prices", quote: "I've tried many digital product marketplaces, but this one stands out. The quality of content, the secure payment system, and instant delivery are perfect. My team uses these resources daily and our clients are impressed with our capabilities.", tag: "Professional Plan", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/business-team-giving-high-five_53876-30778.jpg" + }, { - id: "4", name: "David Kim, Product Manager at StartupXYZ", date: "Date: 5 December 2024", title: "Seamless experience from purchase to implementation", quote: "The entire process was smooth and professional. Secure checkout, instant access to products, and comprehensive documentation. I've already recommended DigitalHub to five colleagues. This is how digital commerce should work.", tag: "Individual Plan", avatarSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-having-work-meeting_23-2148985462.jpg"}, + id: "4", name: "David Kim, Product Manager at StartupXYZ", date: "Date: 5 December 2024", title: "Seamless experience from purchase to implementation", quote: "The entire process was smooth and professional. Secure checkout, instant access to products, and comprehensive documentation. I've already recommended DigitalHub to five colleagues. This is how digital commerce should work.", tag: "Individual Plan", avatarSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-having-work-meeting_23-2148985462.jpg" + }, { - id: "5", name: "Jessica Martinez, Freelance Designer", date: "Date: 28 November 2024", title: "Premium quality, competitive pricing, exceptional support", quote: "As a freelancer, every purchase counts. The design templates and tools I bought have become essential to my workflow. The quality is premium, the pricing is competitive, and when I had a question, the support team responded within hours.", tag: "Individual Plan", avatarSrc: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg", avatarAlt: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/business-team-giving-high-five_53876-30778.jpg?_wi=2"}, + id: "5", name: "Jessica Martinez, Freelance Designer", date: "Date: 28 November 2024", title: "Premium quality, competitive pricing, exceptional support", quote: "As a freelancer, every purchase counts. The design templates and tools I bought have become essential to my workflow. The quality is premium, the pricing is competitive, and when I had a question, the support team responded within hours.", tag: "Individual Plan", avatarSrc: "http://img.b2bpic.net/free-photo/skeptical-senior-businesswoman-looking-camera_1262-5592.jpg", avatarAlt: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/business-team-giving-high-five_53876-30778.jpg" + }, { - id: "6", name: "Robert Thompson, CTO of TechVision", date: "Date: 20 November 2024", title: "Security and reliability you can trust", quote: "For a business like ours, security and reliability are non-negotiable. The payment processing is top-notch, the platform is secure, and everything works as promised. We've purchased multiple products and recommended the platform to our partner network.", tag: "Business Plan", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-colleagues-giving-high-five_74855-1516.jpg?_wi=3"}, + id: "6", name: "Robert Thompson, CTO of TechVision", date: "Date: 20 November 2024", title: "Security and reliability you can trust", quote: "For a business like ours, security and reliability are non-negotiable. The payment processing is top-notch, the platform is secure, and everything works as promised. We've purchased multiple products and recommended the platform to our partner network.", tag: "Business Plan", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-business-colleagues-giving-high-five_74855-1516.jpg" + }, ]} /> @@ -198,24 +217,30 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148407483.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/purchase-online-onboarding-app-screens_23-2148407483.jpg" imageAlt="Secure Payment System" mediaPosition="left" mediaAnimation="slide-up" faqsAnimation="slide-up" faqs={[ { - id: "1", title: "How do I access my digital products after purchase?", content: "Upon successful payment, you'll receive an instant email with your download links and access credentials. You can access all your products immediately through your account dashboard. No waiting, no delays - just instant access to your purchase."}, + id: "1", title: "How do I access my digital products after purchase?", content: "Upon successful payment, you'll receive an instant email with your download links and access credentials. You can access all your products immediately through your account dashboard. No waiting, no delays - just instant access to your purchase." + }, { - id: "2", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, American Express), PayPal, Apple Pay, Google Pay, and more. Our payment processing is secured by industry-leading providers including Stripe, PayPal, and 2Checkout to ensure your transaction is safe and secure."}, + id: "2", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, American Express), PayPal, Apple Pay, Google Pay, and more. Our payment processing is secured by industry-leading providers including Stripe, PayPal, and 2Checkout to ensure your transaction is safe and secure." + }, { - id: "3", title: "Is there a money-back guarantee?", content: "Yes! We offer a 30-day money-back guarantee on all digital products. If you're not completely satisfied with your purchase for any reason, simply contact our support team within 30 days for a full refund. No questions asked."}, + id: "3", title: "Is there a money-back guarantee?", content: "Yes! We offer a 30-day money-back guarantee on all digital products. If you're not completely satisfied with your purchase for any reason, simply contact our support team within 30 days for a full refund. No questions asked." + }, { - id: "4", title: "Are the products regularly updated?", content: "Yes, all digital products receive regular updates and improvements. When you purchase a product, you get lifetime access to all future updates at no additional cost. You'll be notified whenever new versions or improvements are released."}, + id: "4", title: "Are the products regularly updated?", content: "Yes, all digital products receive regular updates and improvements. When you purchase a product, you get lifetime access to all future updates at no additional cost. You'll be notified whenever new versions or improvements are released." + }, { - id: "5", title: "Can I get a refund after 30 days?", content: "Our standard refund window is 30 days from purchase. For requests beyond this period, please contact our support team to discuss your specific situation. We may be able to accommodate special circumstances on a case-by-case basis."}, + id: "5", title: "Can I get a refund after 30 days?", content: "Our standard refund window is 30 days from purchase. For requests beyond this period, please contact our support team to discuss your specific situation. We may be able to accommodate special circumstances on a case-by-case basis." + }, { - id: "6", title: "Is my payment information secure?", content: "Absolutely. We use 256-bit SSL encryption and PCI DSS compliance to protect your payment information. We never store your credit card details on our servers. All transactions are processed through secure payment gateways trusted by millions worldwide."}, + id: "6", title: "Is my payment information secure?", content: "Absolutely. We use 256-bit SSL encryption and PCI DSS compliance to protect your payment information. We never store your credit card details on our servers. All transactions are processed through secure payment gateways trusted by millions worldwide." + }, ]} /> @@ -228,7 +253,7 @@ export default function LandingPage() { { text: "Purchase Now", href: "products" }, { text: "Contact Us", href: "contact" }, ]} - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} useInvertedBackground={false} />