diff --git a/src/app/browse/page.tsx b/src/app/browse/page.tsx index bbbfa02..c6db5ba 100644 --- a/src/app/browse/page.tsx +++ b/src/app/browse/page.tsx @@ -62,7 +62,7 @@ export default function BrowsePage() { navItems={navItems} button={{ text: "Start Listing", href: "/seller"}} - brandName="AuctionHub" + brandName="Exotic Auctions" /> @@ -155,8 +155,8 @@ export default function BrowsePage() { {/* Footer */} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 944b976..c87ad0d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -58,7 +58,7 @@ export default function ContactPage() { @@ -85,7 +85,7 @@ export default function ContactPage() { "Register, set a proxy bid, and our system automatically bids on your behalf up to your maximum. The highest bidder wins. Real-time notifications keep you updated."}, ]} sideTitle="Frequently Asked Questions" - sideDescription="Everything you need to know about buying, selling, and bidding on AuctionHub." + sideDescription="Everything you need to know about buying, selling, and bidding on Exotic Auctions." textPosition="left" useInvertedBackground={false} animationType="smooth" @@ -96,8 +96,8 @@ export default function ContactPage() { diff --git a/src/app/nft-gallery/page.tsx b/src/app/nft-gallery/page.tsx index 4679873..d120f39 100644 --- a/src/app/nft-gallery/page.tsx +++ b/src/app/nft-gallery/page.tsx @@ -25,7 +25,7 @@ export default function NftGalleryPage() { > @@ -52,47 +50,17 @@ export default function NftGalleryPage() { animationType="slide-up" products={[ { - id: "nft-1", - name: "Digital Realm #001", - price: "5.2 ETH", - imageSrc: "http://img.b2bpic.net/free-vector/linear-gradient-vintage-cassette_52683-60215.jpg?_wi=3", - imageAlt: "Digital collectible NFT", - }, + id: "nft-1", name: "Digital Realm #001", price: "5.2 ETH", imageSrc: "http://img.b2bpic.net/free-vector/linear-gradient-vintage-cassette_52683-60215.jpg?_wi=3", imageAlt: "Digital collectible NFT"}, { - id: "nft-2", - name: "Cosmic Horizon #042", - price: "3.8 ETH", - imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428524.jpg?_wi=2", - imageAlt: "Abstract NFT artwork", - }, + id: "nft-2", name: "Cosmic Horizon #042", price: "3.8 ETH", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428524.jpg?_wi=2", imageAlt: "Abstract NFT artwork"}, { - id: "nft-3", - name: "Synthetic Dreams #156", - price: "2.1 ETH", - imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148975307.jpg?_wi=5", - imageAlt: "Colorful digital art NFT", - }, + id: "nft-3", name: "Synthetic Dreams #156", price: "2.1 ETH", imageSrc: "http://img.b2bpic.net/free-vector/hand-painted-abstract-painting-pattern_23-2148975307.jpg?_wi=5", imageAlt: "Colorful digital art NFT"}, { - id: "nft-4", - name: "Neural Network #789", - price: "6.5 ETH", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-interacting-with-futuristic-graphics_23-2151003712.jpg", - imageAlt: "Futuristic NFT concept", - }, + id: "nft-4", name: "Neural Network #789", price: "6.5 ETH", imageSrc: "http://img.b2bpic.net/free-photo/businessman-interacting-with-futuristic-graphics_23-2151003712.jpg", imageAlt: "Futuristic NFT concept"}, { - id: "nft-5", - name: "Genesis Algorithm #001", - price: "8.9 ETH", - imageSrc: "http://img.b2bpic.net/free-photo/ethereum-encryption-concept_93675-128647.jpg", - imageAlt: "Blockchain-inspired NFT", - }, + id: "nft-5", name: "Genesis Algorithm #001", price: "8.9 ETH", imageSrc: "http://img.b2bpic.net/free-photo/ethereum-encryption-concept_93675-128647.jpg", imageAlt: "Blockchain-inspired NFT"}, { - id: "nft-6", - name: "Quantum Vortex #333", - price: "4.3 ETH", - imageSrc: "http://img.b2bpic.net/free-photo/people-antique-store-side-view_23-2149640716.jpg?_wi=2", - imageAlt: "Digital collectible artwork", - }, + id: "nft-6", name: "Quantum Vortex #333", price: "4.3 ETH", imageSrc: "http://img.b2bpic.net/free-photo/people-antique-store-side-view_23-2149640716.jpg?_wi=2", imageAlt: "Digital collectible artwork"}, ]} /> @@ -114,65 +82,29 @@ export default function NftGalleryPage() {
@@ -188,105 +120,60 @@ export default function NftGalleryPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "What makes your NFT platform different?", - content: "We combine professional curation with blockchain transparency. Every NFT is verified, and we provide the same authenticity guarantees as our physical collectibles. No spam or low-quality projects.", - }, + id: "1", title: "What makes your NFT platform different?", content: "We combine professional curation with blockchain transparency. Every NFT is verified, and we provide the same authenticity guarantees as our physical collectibles. No spam or low-quality projects."}, { - id: "2", - title: "How do I buy an NFT?", - content: "Connect your Web3 wallet (MetaMask, etc.), browse auctions, place your bid, and complete the transaction. Ownership transfers directly to your blockchain wallet with full provenance.", - }, + id: "2", title: "How do I buy an NFT?", content: "Connect your Web3 wallet (MetaMask, etc.), browse auctions, place your bid, and complete the transaction. Ownership transfers directly to your blockchain wallet with full provenance."}, { - id: "3", - title: "What blockchain networks do you support?", - content: "We support Ethereum, Polygon, and Solana. Each network offers different fee structures. Choose based on your needs. All transactions are gas-efficient and fast.", - }, + id: "3", title: "What blockchain networks do you support?", content: "We support Ethereum, Polygon, and Solana. Each network offers different fee structures. Choose based on your needs. All transactions are gas-efficient and fast."}, { - id: "4", - title: "Can I sell my NFT collection?", - content: "Absolutely! Provide your contract address and token IDs. Our team verifies the collection within 24 hours. Once approved, you can list individual pieces or create bundle auctions.", - }, + id: "4", title: "Can I sell my NFT collection?", content: "Absolutely! Provide your contract address and token IDs. Our team verifies the collection within 24 hours. Once approved, you can list individual pieces or create bundle auctions."}, { - id: "5", - title: "What are the transaction fees?", - content: "We charge 5% platform fee on NFT sales. Gas fees vary by network but are typically 1-3% on Polygon, 2-5% on Ethereum. All fees are transparent upfront.", - }, + id: "5", title: "What are the transaction fees?", content: "We charge 5% platform fee on NFT sales. Gas fees vary by network but are typically 1-3% on Polygon, 2-5% on Ethereum. All fees are transparent upfront."}, { - id: "6", - title: "How are NFTs authenticated?", - content: "Blockchain verification is immutable. We also verify artist credentials and provide provenance tracking. Every NFT includes full historical ownership records and authenticity certificate.", - }, + id: "6", title: "How are NFTs authenticated?", content: "Blockchain verification is immutable. We also verify artist credentials and provide provenance tracking. Every NFT includes full historical ownership records and authenticity certificate."}, ]} />
@@ -162,7 +162,7 @@ export default function HomePage() {
diff --git a/src/app/seller/page.tsx b/src/app/seller/page.tsx index cc147c3..18b0906 100644 --- a/src/app/seller/page.tsx +++ b/src/app/seller/page.tsx @@ -26,7 +26,7 @@ export default function SellerPage() { >