Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -48,14 +48,14 @@ export default function LandingPage() {
|
||||
title="Elevate Your Digital Workflow"
|
||||
description="Unlock premium digital products engineered for modern creators, designers, and developers. Built for performance, speed, and aesthetics."
|
||||
testimonials={[
|
||||
{ name: "Alice Wang", handle: "@alicedev", testimonial: "These templates changed my workflow overnight. Incredible quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg", imageAlt: "digital products dashboard ui design" },
|
||||
{ name: "Alice Wang", handle: "@alicedev", testimonial: "These templates changed my workflow overnight. Incredible quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg?_wi=1", imageAlt: "digital products dashboard ui design" },
|
||||
{ name: "Mark Jensen", handle: "@markdesign", testimonial: "Stunning aesthetics and rock-solid code. Worth every penny.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139308.jpg", imageAlt: "digital creativity software concept" },
|
||||
{ name: "Sarah Lee", handle: "@sarahcoder", testimonial: "The best resource I've found for my design systems. High fidelity.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/gear-front-side-white-background_187299-40157.jpg", imageAlt: "minimalist digital icon set" },
|
||||
{ name: "David Zhou", handle: "@dzdesign", testimonial: "Seamless integration and beautiful design. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/ebook-reader-pink-background_58702-6515.jpg", imageAlt: "3d digital ebook cover design" },
|
||||
{ name: "Elena Ross", handle: "@elenastudio", testimonial: "Exquisite attention to detail, my clients absolutely love them.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tablet_23-2149105728.jpg", imageAlt: "futuristic data visualization ui" }
|
||||
{ name: "Sarah Lee", handle: "@sarahcoder", testimonial: "The best resource I've found for my design systems. High fidelity.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/gear-front-side-white-background_187299-40157.jpg?_wi=1", imageAlt: "minimalist digital icon set" },
|
||||
{ name: "David Zhou", handle: "@dzdesign", testimonial: "Seamless integration and beautiful design. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/ebook-reader-pink-background_58702-6515.jpg?_wi=1", imageAlt: "3d digital ebook cover design" },
|
||||
{ name: "Elena Ross", handle: "@elenastudio", testimonial: "Exquisite attention to detail, my clients absolutely love them.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tablet_23-2149105728.jpg?_wi=1", imageAlt: "futuristic data visualization ui" }
|
||||
]}
|
||||
buttons={[{ text: "Browse Assets", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg?_wi=2"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style_1321-3383.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2533.jpg", alt: "User 2" },
|
||||
@@ -92,12 +92,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Minimal Icon Set", price: "$29", variant: "Dark Mode", imageSrc: "http://img.b2bpic.net/free-photo/gear-front-side-white-background_187299-40157.jpg" },
|
||||
{ id: "2", name: "Productivity Guide", price: "$15", variant: "PDF", imageSrc: "http://img.b2bpic.net/free-photo/ebook-reader-pink-background_58702-6515.jpg" },
|
||||
{ id: "3", name: "Analytics Dashboard", price: "$89", variant: "Figma", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tablet_23-2149105728.jpg" },
|
||||
{ id: "4", name: "Web UI Kit", price: "$129", variant: "Responsive", imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-app_52683-40856.jpg" },
|
||||
{ id: "5", name: "Design Blocks", price: "$49", variant: "Components", imageSrc: "http://img.b2bpic.net/free-photo/abstract-cube-futuristic-cyberpunk-style_187299-48040.jpg" },
|
||||
{ id: "6", name: "Security Suite", price: "$99", variant: "Assets", imageSrc: "http://img.b2bpic.net/free-vector/cyber-security-shield-light-blue_78370-7843.jpg" }
|
||||
{ id: "1", name: "Minimal Icon Set", price: "$29", variant: "Dark Mode", imageSrc: "http://img.b2bpic.net/free-photo/gear-front-side-white-background_187299-40157.jpg?_wi=2" },
|
||||
{ id: "2", name: "Productivity Guide", price: "$15", variant: "PDF", imageSrc: "http://img.b2bpic.net/free-photo/ebook-reader-pink-background_58702-6515.jpg?_wi=2" },
|
||||
{ id: "3", name: "Analytics Dashboard", price: "$89", variant: "Figma", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-tablet_23-2149105728.jpg?_wi=2" },
|
||||
{ id: "4", name: "Web UI Kit", price: "$129", variant: "Responsive", imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-app_52683-40856.jpg?_wi=1" },
|
||||
{ id: "5", name: "Design Blocks", price: "$49", variant: "Components", imageSrc: "http://img.b2bpic.net/free-photo/abstract-cube-futuristic-cyberpunk-style_187299-48040.jpg?_wi=1" },
|
||||
{ id: "6", name: "Security Suite", price: "$99", variant: "Assets", imageSrc: "http://img.b2bpic.net/free-vector/cyber-security-shield-light-blue_78370-7843.jpg?_wi=1" }
|
||||
]}
|
||||
title="Premium Digital Collection"
|
||||
description="Hand-picked assets for modern teams."
|
||||
@@ -110,9 +110,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{ id: "basic", title: "Starter", price: "$49", period: "/year", features: ["5 Assets", "Personal use", "Standard Support"], button: { text: "Select Starter" }, imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-app_52683-40856.jpg" },
|
||||
{ id: "pro", title: "Professional", price: "$199", period: "/year", features: ["20 Assets", "Commercial use", "Priority Support"], button: { text: "Select Pro" }, imageSrc: "http://img.b2bpic.net/free-photo/abstract-cube-futuristic-cyberpunk-style_187299-48040.jpg" },
|
||||
{ id: "team", title: "Team", price: "$499", period: "/year", features: ["Unlimited", "Enterprise use", "Dedicated Support"], button: { text: "Select Team" }, imageSrc: "http://img.b2bpic.net/free-vector/cyber-security-shield-light-blue_78370-7843.jpg" }
|
||||
{ id: "basic", title: "Starter", price: "$49", period: "/year", features: ["5 Assets", "Personal use", "Standard Support"], button: { text: "Select Starter" }, imageSrc: "http://img.b2bpic.net/free-vector/barber-shop-booking-app_52683-40856.jpg?_wi=2" },
|
||||
{ id: "pro", title: "Professional", price: "$199", period: "/year", features: ["20 Assets", "Commercial use", "Priority Support"], button: { text: "Select Pro" }, imageSrc: "http://img.b2bpic.net/free-photo/abstract-cube-futuristic-cyberpunk-style_187299-48040.jpg?_wi=2" },
|
||||
{ id: "team", title: "Team", price: "$499", period: "/year", features: ["Unlimited", "Enterprise use", "Dedicated Support"], button: { text: "Select Team" }, imageSrc: "http://img.b2bpic.net/free-vector/cyber-security-shield-light-blue_78370-7843.jpg?_wi=2" }
|
||||
]}
|
||||
title="Simple Pricing"
|
||||
description="Choose the tier that fits your growth."
|
||||
|
||||
Reference in New Issue
Block a user