diff --git a/src/app/page.tsx b/src/app/page.tsx index 31cc851..b6093fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,56 +30,34 @@ export default function LandingPage() {
@@ -92,41 +70,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Client Record #001", - price: "Saved", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=7", - }, + id: "1", name: "Client Record #001", price: "Saved", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg"}, { - id: "2", - name: "Client Record #002", - price: "Saved", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=8", - }, + id: "2", name: "Client Record #002", price: "Saved", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg"}, { - id: "3", - name: "Client Record #003", - price: "Saved", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=9", - }, + id: "3", name: "Client Record #003", price: "Saved", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg"}, { - id: "4", - name: "Client Record #004", - price: "Saved", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=10", - }, + id: "4", name: "Client Record #004", price: "Saved", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg"}, { - id: "5", - name: "Client Record #005", - price: "Saved", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=11", - }, + id: "5", name: "Client Record #005", price: "Saved", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg"}, { - id: "6", - name: "Client Record #006", - price: "Saved", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=12", - }, + id: "6", name: "Client Record #006", price: "Saved", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg"}, ]} title="Recent Records" description="Quick access to your saved billing logs." @@ -141,7 +95,7 @@ export default function LandingPage() { description="See why financial analysts choose our platform for high-speed PPV generation." subdescription="Efficiency meets simplicity." icon={Quote} - imageSrc="http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=13" + imageSrc="http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg" imageAlt="Professional workspace" mediaAnimation="slide-up" /> @@ -156,25 +110,9 @@ export default function LandingPage() { description="Stay updated with industry trends and software improvements." blogs={[ { - id: "1", - category: "Updates", - title: "New Auto-Save Feature", - excerpt: "Never lose your progress with our new cloud-sync feature.", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=14", - authorName: "Admin", - authorAvatar: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg", - date: "Oct 24, 2024", - }, + id: "1", category: "Updates", title: "New Auto-Save Feature", excerpt: "Never lose your progress with our new cloud-sync feature.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg", date: "Oct 24, 2024"}, { - id: "2", - category: "Guides", - title: "Mastering Billing Cycles", - excerpt: "Tips to streamline your monthly billing operations effectively.", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=15", - authorName: "Expert", - authorAvatar: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg", - date: "Oct 20, 2024", - }, + id: "2", category: "Guides", title: "Mastering Billing Cycles", excerpt: "Tips to streamline your monthly billing operations effectively.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg", authorName: "Expert", authorAvatar: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg", date: "Oct 20, 2024"}, ]} /> @@ -183,16 +121,13 @@ export default function LandingPage() { @@ -201,29 +136,19 @@ export default function LandingPage() {