Update src/app/page.tsx

This commit is contained in:
2026-05-28 02:17:06 +00:00
parent 875d9faddb
commit 1b7dbd4fc4

View File

@@ -9,9 +9,8 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Calendar, Medal, Shield, Sparkles, Star, Trophy, Users } from "lucide-react";
@@ -31,7 +30,7 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "#home"},
@@ -39,8 +38,6 @@ export default function LandingPage() {
name: "About", id: "#about"},
{
name: "Features", id: "#features"},
{
name: "Products", id: "#products"},
{
name: "Membership", id: "#membership"},
{
@@ -71,7 +68,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{
text: "Explore Cards", href: "#products"},
text: "Explore Cards", href: "#features"},
{
text: "Join The Club", href: "#membership"},
]}
@@ -127,7 +124,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "Our Full Story", href: "#"},
text: "Our Full Story", href: "#about"},
]}
/>
</div>
@@ -160,37 +157,6 @@ export default function LandingPage() {
/>
</div>
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1", brand: "Pokémon", name: "Charizard VMAX (Rainbow Rare)", price: "$299.99", rating: 5,
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/abstract-science-fiction-futuristic-background-with-golden-neon-lights_181624-24451.jpg", imageAlt: "Rare Charizard VMAX Pokémon card"},
{
id: "p2", brand: "One Piece TCG", name: "Monkey D. Luffy (Gear 5 SR)", price: "$129.99", rating: 4.8,
reviewCount: "85 reviews", imageSrc: "http://img.b2bpic.net/free-photo/art-nouveau-portrait-beautiful-woman_23-2151467747.jpg", imageAlt: "Monkey D. Luffy Gear 5 One Piece TCG card"},
{
id: "p3", brand: "Magic: The Gathering", name: "Black Lotus (Unlimited Edition)", price: "$500,000.00", rating: 5,
reviewCount: "15 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-aromatherapy-stones-with-candles_23-2148439286.jpg", imageAlt: "Vintage Black Lotus Magic: The Gathering card"},
{
id: "p4", brand: "Lorcana TCG", name: "Elsa - Spirit of Winter (Enchanted)", price: "$249.99", rating: 4.9,
reviewCount: "60 reviews", imageSrc: "http://img.b2bpic.net/free-photo/realistic-illustration-chinese-zodiac_23-2151900718.jpg", imageAlt: "Elsa Spirit of Winter Lorcana TCG card"},
{
id: "p5", brand: "Yu-Gi-Oh!", name: "Dark Magician (LOB-005)", price: "$799.99", rating: 4.7,
reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/realistic-illustration-chinese-zodiac_23-2151900723.jpg", imageAlt: "Iconic Dark Magician Yu-Gi-Oh! card"},
{
id: "p6", brand: "Sports Cards", name: "Michael Jordan Rookie Card (PSA 10)", price: "$15,000.00", rating: 4.9,
reviewCount: "30 reviews", imageSrc: "http://img.b2bpic.net/free-photo/yellow-honeycomb-texture_95678-294.jpg", imageAlt: "Graded Michael Jordan rookie basketball card"},
]}
title="Explore Our Curated Selection"
description="From vintage treasures to the latest drops, find your next grail. Our inventory is meticulously chosen to meet the highest standards of collectors worldwide."
/>
</div>
<div id="membership" data-section="membership">
<PricingCardThree
animationType="scale-rotate"
@@ -201,7 +167,7 @@ export default function LandingPage() {
id: "silver", badge: "Standard", badgeIcon: Medal,
price: "$19/month", name: "Silver Tier", buttons: [
{
text: "Sign Up Now", href: "#"},
text: "Sign Up Now", href: "#membership"},
],
features: [
"Early access to drops", "5% discount on accessories", "Monthly newsletter", "Invitations to community events", "Priority support"],
@@ -210,7 +176,7 @@ export default function LandingPage() {
id: "black-card", badge: "Exclusive", badgeIcon: Shield,
price: "$99/month", name: "Black Card Membership", buttons: [
{
text: "Join The Club", href: "#"},
text: "Join The Club", href: "#membership"},
],
features: [
"Guaranteed early access", "15% discount on all products", "Exclusive VIP only drops", "Personalized collection advisor", "Priority seating at tournaments", "Free shipping on all orders", "Dedicated account manager"],
@@ -327,18 +293,6 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Shop", items: [
{
label: "All Products", href: "#products"},
{
label: "New Arrivals", href: "#products"},
{
label: "Rare Finds", href: "#products"},
{
label: "Graded Cards", href: "#products"},
],
},
{
title: "Community", items: [
{