Update auction guide to a dedicated page and improve layout

Refactor AuctionGuide from a sheet to a dedicated page at '/auction-guide'. Modify layout properties in AuctionGuide.tsx and remove sheet component usage from Auctions.tsx.

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/yHCvWBg
This commit is contained in:
kimjaehyeon0101
2025-09-30 01:58:29 +00:00
parent ba5db67145
commit 07543adb9d
2 changed files with 11 additions and 174 deletions

View File

@ -15,7 +15,7 @@ export default function AuctionGuide() {
<div className="min-h-screen bg-gray-50">
{/* Header */}
<header className="bg-white border-b border-gray-200 sticky top-0 z-50">
<div className="max-w-7xl mx-auto px-4 py-3">
<div className="px-6 py-3">
<div className="flex items-center justify-between">
<Link href="/">
<img
@ -41,7 +41,7 @@ export default function AuctionGuide() {
</div>
</header>
<main className="max-w-6xl mx-auto px-4 py-4">
<main className="px-6 py-6 w-full">
{/* Header Section */}
<div className="mb-4">
<h1 className="text-2xl font-bold mb-1" data-testid="text-guide-title">