diff --git a/src/app/page.tsx b/src/app/page.tsx
index 706b54a..0e890d3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,68 +32,43 @@ export default function LandingPage() {
@@ -105,23 +80,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Bulletproof Security",
- description: "Enterprise-grade protection for all your digital assets and data transfers.",
- imageSrc: "http://img.b2bpic.net/free-vector/cloud-storage-idea-online-computing-internet-database-backup-server-programming-equipment-limited-access-control-pass-privacy-settings-vector-isolated-concept-metaphor-illustration_335657-4337.jpg",
- imageAlt: "Security icon",
- },
+ title: "Bulletproof Security", description: "Enterprise-grade protection for all your digital assets and data transfers.", imageSrc: "http://img.b2bpic.net/free-vector/cloud-storage-idea-online-computing-internet-database-backup-server-programming-equipment-limited-access-control-pass-privacy-settings-vector-isolated-concept-metaphor-illustration_335657-4337.jpg", imageAlt: "Security icon"},
{
- title: "Instant Delivery",
- description: "Get access to your digital files immediately after purchase, 24/7.",
- imageSrc: "http://img.b2bpic.net/free-vector/infographic-chart-collection_53876-118085.jpg",
- imageAlt: "Speed icon",
- },
+ title: "Instant Delivery", description: "Get access to your digital files immediately after purchase, 24/7.", imageSrc: "http://img.b2bpic.net/free-vector/infographic-chart-collection_53876-118085.jpg", imageAlt: "Speed icon"},
{
- title: "Cloud Sync Ready",
- description: "Seamless integration with popular cloud platforms for instant collaboration.",
- imageSrc: "http://img.b2bpic.net/free-vector/minimal-cloud-icon-vector-digital-networking-system_53876-111840.jpg",
- imageAlt: "Cloud icon",
- },
+ title: "Cloud Sync Ready", description: "Seamless integration with popular cloud platforms for instant collaboration.", imageSrc: "http://img.b2bpic.net/free-vector/minimal-cloud-icon-vector-digital-networking-system_53876-111840.jpg", imageAlt: "Cloud icon"},
]}
title="Why Choose Our Products?"
description="Engineered for excellence, our digital products are designed to streamline your operations and deliver superior results."
@@ -136,41 +99,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Corporate eBook Kit",
- price: "$49",
- imageSrc: "http://img.b2bpic.net/free-vector/brochure-with-blue-squares_1017-4244.jpg",
- },
+ id: "p1", name: "Corporate eBook Kit", price: "$49", imageSrc: "http://img.b2bpic.net/free-vector/brochure-with-blue-squares_1017-4244.jpg"},
{
- id: "p2",
- name: "UI/UX Starter Pack",
- price: "$129",
- imageSrc: "http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg",
- },
+ id: "p2", name: "UI/UX Starter Pack", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg"},
{
- id: "p3",
- name: "Pro Code Plugin",
- price: "$89",
- imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg",
- },
+ id: "p3", name: "Pro Code Plugin", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg"},
{
- id: "p4",
- name: "Design Assets Bundle",
- price: "$199",
- imageSrc: "http://img.b2bpic.net/free-vector/design-25-flat-color-icon-pack-including-layers-ruler-creative-measure-web-design_1142-23243.jpg",
- },
+ id: "p4", name: "Design Assets Bundle", price: "$199", imageSrc: "http://img.b2bpic.net/free-vector/design-25-flat-color-icon-pack-including-layers-ruler-creative-measure-web-design_1142-23243.jpg"},
{
- id: "p5",
- name: "Professional Course",
- price: "$299",
- imageSrc: "http://img.b2bpic.net/free-photo/virtual-call-vacant-spacious-office_482257-119429.jpg",
- },
+ id: "p5", name: "Professional Course", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/virtual-call-vacant-spacious-office_482257-119429.jpg"},
{
- id: "p6",
- name: "Audio Asset Library",
- price: "$79",
- imageSrc: "http://img.b2bpic.net/free-vector/minimal-sound-wave-banner-design-background_1048-21256.jpg",
- },
+ id: "p6", name: "Audio Asset Library", price: "$79", imageSrc: "http://img.b2bpic.net/free-vector/minimal-sound-wave-banner-design-background_1048-21256.jpg"},
]}
title="Our Digital Catalog"
description="Explore our curated collection of professional templates, assets, and tools."
@@ -184,52 +123,28 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic",
- price: "$49/mo",
- name: "Essential",
- buttons: [
+ id: "basic", price: "$49/mo", name: "Essential", buttons: [
{
- text: "Select Plan",
- href: "#",
- },
+ text: "Select Plan", href: "#"},
],
features: [
- "10 Assets/mo",
- "Community access",
- "Standard support",
- ],
+ "10 Assets/mo", "Community access", "Standard support"],
},
{
- id: "pro",
- price: "$99/mo",
- name: "Professional",
- buttons: [
+ id: "pro", price: "$99/mo", name: "Professional", buttons: [
{
- text: "Select Plan",
- href: "#",
- },
+ text: "Select Plan", href: "#"},
],
features: [
- "Unlimited Assets",
- "Priority support",
- "Full Commercial License",
- ],
+ "Unlimited Assets", "Priority support", "Full Commercial License"],
},
{
- id: "ent",
- price: "$299/mo",
- name: "Enterprise",
- buttons: [
+ id: "ent", price: "$299/mo", name: "Enterprise", buttons: [
{
- text: "Select Plan",
- href: "#",
- },
+ text: "Select Plan", href: "#"},
],
features: [
- "Dedicated Account Mgr",
- "Custom assets",
- "Team dashboard",
- ],
+ "Dedicated Account Mgr", "Custom assets", "Team dashboard"],
},
]}
title="Flexible Membership Plans"
@@ -244,20 +159,11 @@ export default function LandingPage() {
tag="Trusted by thousands"
metrics={[
{
- id: "m1",
- value: "15k+",
- description: "Happy Clients",
- },
+ id: "m1", value: "15k+", description: "Happy Clients"},
{
- id: "m2",
- value: "99.9%",
- description: "Uptime Rate",
- },
+ id: "m2", value: "99.9%", description: "Uptime Rate"},
{
- id: "m3",
- value: "24/7",
- description: "Expert Support",
- },
+ id: "m3", value: "24/7", description: "Expert Support"},
]}
metricsAnimation="slide-up"
/>
@@ -271,25 +177,15 @@ export default function LandingPage() {
author="Marcus Thorne, Design Director"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/tablet-smartphone-with-notebook-grey-table_23-2148036942.jpg",
- alt: "User 1",
- },
+ src: "http://img.b2bpic.net/free-photo/tablet-smartphone-with-notebook-grey-table_23-2148036942.jpg", alt: "User 1"},
{
- src: "http://img.b2bpic.net/free-photo/business-man-pointing-tablet_23-2148479533.jpg",
- alt: "User 2",
- },
+ src: "http://img.b2bpic.net/free-photo/business-man-pointing-tablet_23-2148479533.jpg", alt: "User 2"},
{
- src: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443522.jpg",
- alt: "User 3",
- },
+ src: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443522.jpg", alt: "User 3"},
{
- src: "http://img.b2bpic.net/free-photo/white-earphone-eyeglasses-coffee-cup-blank-screen-digital-tablet-gray-desk_23-2148052568.jpg",
- alt: "User 4",
- },
+ src: "http://img.b2bpic.net/free-photo/white-earphone-eyeglasses-coffee-cup-blank-screen-digital-tablet-gray-desk_23-2148052568.jpg", alt: "User 4"},
{
- src: "http://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250227.jpg",
- alt: "User 5",
- },
+ src: "http://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250227.jpg", alt: "User 5"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -302,20 +198,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "q1",
- title: "Is commercial license included?",
- content: "Yes, all our Pro assets come with full commercial rights for your business.",
- },
+ id: "q1", title: "Is commercial license included?", content: "Yes, all our Pro assets come with full commercial rights for your business."},
{
- id: "q2",
- title: "How do I download my purchases?",
- content: "You will receive an instant download link in your email after completing your order.",
- },
+ id: "q2", title: "How do I download my purchases?", content: "You will receive an instant download link in your email after completing your order."},
{
- id: "q3",
- title: "Do you offer refunds?",
- content: "We offer a 30-day money-back guarantee for all digital product purchases.",
- },
+ id: "q3", title: "Do you offer refunds?", content: "We offer a 30-day money-back guarantee for all digital product purchases."},
]}
imageSrc="http://img.b2bpic.net/free-photo/faq-customer-service-help-support-exclamation-graphic_53876-120083.jpg"
title="Frequently Asked Questions"
@@ -328,14 +215,11 @@ export default function LandingPage() {
@@ -344,42 +228,27 @@ export default function LandingPage() {