diff --git a/src/app/page.tsx b/src/app/page.tsx index 3707136..757fe06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -60,20 +50,15 @@ export default function LandingPage() {
@@ -255,29 +158,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "500+", - title: "Active Creators", - description: "Industry leading contributors", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app-composition_23-2149880606.jpg", - imageAlt: "digital ui kit branding product", - }, + id: "m1", value: "500+", title: "Active Creators", description: "Industry leading contributors", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app-composition_23-2149880606.jpg", imageAlt: "digital ui kit branding product"}, { - id: "m2", - value: "2.5M+", - title: "Assets Provided", - description: "High resolution resources", - imageSrc: "http://img.b2bpic.net/free-vector/design-thinking-d-printing-modeling-25-flat-color-icon-pack-including-screen-fly-wireframing-wallpaper-brusher_1142-24835.jpg", - imageAlt: "digital icon pack branding product", - }, + id: "m2", value: "2.5M+", title: "Assets Provided", description: "High resolution resources", imageSrc: "http://img.b2bpic.net/free-vector/design-thinking-d-printing-modeling-25-flat-color-icon-pack-including-screen-fly-wireframing-wallpaper-brusher_1142-24835.jpg", imageAlt: "digital icon pack branding product"}, { - id: "m3", - value: "95%", - title: "Retention Rate", - description: "Returning happy customers", - imageSrc: "http://img.b2bpic.net/free-photo/english-book-resting-table-working-space_23-2149429618.jpg", - imageAlt: "digital template mockup visual", - }, + id: "m3", value: "95%", title: "Retention Rate", description: "Returning happy customers", imageSrc: "http://img.b2bpic.net/free-photo/english-book-resting-table-working-space_23-2149429618.jpg", imageAlt: "digital template mockup visual"}, ]} title="By The Numbers" description="Our growth and impact speak volumes about our commitment to excellence." @@ -290,25 +175,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "What payment methods do you accept?", - content: "We accept major credit cards, PayPal, and Apple Pay.", - }, + id: "f1", title: "What payment methods do you accept?", content: "We accept major credit cards, PayPal, and Apple Pay."}, { - id: "f2", - title: "Can I get a refund?", - content: "Refunds are processed based on our fair return policy.", - }, + id: "f2", title: "Can I get a refund?", content: "Refunds are processed based on our fair return policy."}, { - id: "f3", - title: "How do I download my files?", - content: "You will receive an instant download link via email after purchase.", - }, - { - id: "f4", - title: "Do you provide support?", - content: "Yes, our dedicated support team is available 24/7.", - }, + id: "f3", title: "How do I download my files?", content: "You will receive an instant download link via email after purchase."}, ]} title="Frequently Asked Questions" description="Everything you need to know about our marketplace and products." @@ -320,16 +191,13 @@ export default function LandingPage() { @@ -340,25 +208,17 @@ export default function LandingPage() { { items: [ { - label: "Marketplace", - href: "#products", - }, + label: "Marketplace", href: "#products"}, { - label: "Support", - href: "#contact", - }, + label: "Support", href: "#contact"}, ], }, { items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, ], }, ]} @@ -368,4 +228,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file