From 2328a62d28cdf1d3668344cb43049cd2ef88eb46 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 22:44:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 233 +++++++---------------------------------------- 1 file changed, 33 insertions(+), 200 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f64235a..c7b96a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,17 +32,11 @@ export default function LandingPage() { @@ -51,41 +45,20 @@ export default function LandingPage() {
@@ -97,60 +70,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "E-Book", - name: "Freelance Mastery", - price: "$29", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/white-credit-card-usb-flash-drive_187299-47897.jpg", - }, - { - id: "p2", - brand: "Template", - name: "SaaS Dashboard UI", - price: "$49", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039373.jpg", - }, - { - id: "p3", - brand: "Course", - name: "Intro to AI Marketing", - price: "$99", - rating: 4, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-vector/play-button-template_24908-82933.jpg", - }, - { - id: "p4", - brand: "Tool", - name: "AI Prompt Library", - price: "$19", - rating: 5, - reviewCount: "340", - imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349247.jpg", - }, - { - id: "p5", - brand: "Spreadsheet", - name: "Finance Planner", - price: "$15", - rating: 4, - reviewCount: "90", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-95330.jpg", - }, - { - id: "p6", - brand: "Tools", - name: "Creative Vector Pack", - price: "$25", - rating: 5, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440917.jpg", - }, + { id: "p1", brand: "E-Book", name: "Freelance Mastery", price: "$29", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/white-credit-card-usb-flash-drive_187299-47897.jpg" }, + { id: "p2", brand: "Template", name: "SaaS Dashboard UI", price: "$49", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039373.jpg" }, + { id: "p3", brand: "Course", name: "Intro to AI Marketing", price: "$99", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-vector/play-button-template_24908-82933.jpg" }, + { id: "p4", brand: "Tool", name: "AI Prompt Library", price: "$19", rating: 5, reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349247.jpg" }, + { id: "p5", brand: "Spreadsheet", name: "Finance Planner", price: "$15", rating: 4, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-95330.jpg" }, + { id: "p6", brand: "Tools", name: "Creative Vector Pack", price: "$25", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440917.jpg" }, ]} title="Featured Digital Products" description="Premium templates, tools, and resources to accelerate your productivity." @@ -159,25 +84,14 @@ export default function LandingPage() {
@@ -272,15 +132,7 @@ export default function LandingPage() { @@ -289,18 +141,11 @@ export default function LandingPage() {
@@ -309,21 +154,9 @@ export default function LandingPage() { logoText="DigitalHive" copyrightText="© 2025 DigitalHive. All rights reserved." socialLinks={[ - { - icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, - { - icon: Github, - href: "#", - ariaLabel: "Github", - }, - { - icon: Linkedin, - href: "#", - ariaLabel: "Linkedin", - }, + { icon: Twitter, href: "#", ariaLabel: "Twitter" }, + { icon: Github, href: "#", ariaLabel: "Github" }, + { icon: Linkedin, href: "#", ariaLabel: "Linkedin" }, ]} /> -- 2.49.1