From 3428c9ecac0586706e10c175e1a52045c4fc930b Mon Sep 17 00:00:00 2001
From: kimjaehyeon0101 <47347352-kimjaehyeon0101@users.noreply.replit.com>
Date: Mon, 29 Sep 2025 22:16:10 +0000
Subject: [PATCH] Add button to access auction page from the home screen
Add a new button to the landing page that navigates to the auctions page, accessible even when logged out.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 069d4324-6c40-4355-955e-c714a50de1ea
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/069d4324-6c40-4355-955e-c714a50de1ea/9tQ591o
---
client/src/pages/Landing.tsx | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/client/src/pages/Landing.tsx b/client/src/pages/Landing.tsx
index 6b11c40..c802409 100644
--- a/client/src/pages/Landing.tsx
+++ b/client/src/pages/Landing.tsx
@@ -150,6 +150,15 @@ export default function Landing() {
/>
+
+