Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-06 07:15:23 +00:00

View File

@@ -48,7 +48,6 @@ export default function LandingPage() {
showDimOverlay={false}
showBlur={true}
textPosition="bottom"
useInvertedBackground={false}
tag="RETROSPECTIVE"
buttons={[{ text: "Explore Gallery", href: "#gallery" }]
}
@@ -62,6 +61,7 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
useInvertedBackground={false}
textboxLayout="default"
products={[
{ id: "g-1", brand: "Vintage Vibes", name: "City Glitchscape", price: "$19.99", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/male-photographer-taking-picture-with-vintage-camera_23-2148205445.jpg", imageAlt: "Blurred city night scene with digital overlay" },
{ id: "g-2", brand: "Tech Relics", name: "CRT Dreams", price: "$24.99", rating: 5, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-record-player-nutshell-tones_23-2151208193.jpg", imageAlt: "Close-up of vintage CRT monitor" },
@@ -98,6 +98,7 @@ export default function LandingPage() {
description="A tribute to the iconic technologies and aesthetics that shaped the millennium's dawn and continue to influence our vision."
names={["Dial-Up Sound", "CRT Monitors", "Floppy Disks", "Winamp Skins", "Geocities", "Napster", "MSN Messenger"]}
useInvertedBackground={false}
textboxLayout="default"
/>
</div>
@@ -197,7 +198,6 @@ export default function LandingPage() {
{ title: "Connect", items: [{ label: "Contact", href: "#contact" }, { label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }] }
]}
copyrightText="© 2000-2024 DIGITAL ARCHIVE // All Rights Reserved."
useInvertedBackground={false}
/>
</div>
</ThemeProvider>