diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f380df..5d69f8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,18 +48,18 @@ export default function LandingPage() { tag="Verified Marketplace" tagIcon={ShieldCheck} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/groom-s-accessories-black-bow-tie-shoes-tuxedo-wedding-details_8353-10976.jpg?_wi=1", imageAlt: "Premium resale marketplace featured items" }, + { imageSrc: "http://img.b2bpic.net/free-photo/groom-s-accessories-black-bow-tie-shoes-tuxedo-wedding-details_8353-10976.jpg", imageAlt: "Premium resale marketplace featured items" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292788.jpg", imageAlt: "Luxury designer collection showcase" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-assistant-shows-exclusive-gold-ring-luxury-jewelry-store_613910-20396.jpg", imageAlt: "Exclusive authenticated resale finds" }, { imageSrc: "http://img.b2bpic.net/free-photo/sunset-projector-lamp-product-backdrop_53876-103670.jpg", imageAlt: "Premium marketplace items display" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-details-woman-stay-street-spring-time-silk-dress-cashmere-coat-silver-sweater-cross-body-bag-feminine-elegant-glamour-outfit_291049-2064.jpg?_wi=1", imageAlt: "Featured luxury handbag" }, - { imageSrc: "http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg?_wi=1", imageAlt: "Premium designer sneaker" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg?_wi=1", imageAlt: "Luxury watch collection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/groom-s-accessories-black-bow-tie-shoes-tuxedo-wedding-details_8353-10976.jpg?_wi=2", imageAlt: "Exclusive resale items" } + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-details-woman-stay-street-spring-time-silk-dress-cashmere-coat-silver-sweater-cross-body-bag-feminine-elegant-glamour-outfit_291049-2064.jpg", imageAlt: "Featured luxury handbag" }, + { imageSrc: "http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg", imageAlt: "Premium designer sneaker" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg", imageAlt: "Luxury watch collection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/groom-s-accessories-black-bow-tie-shoes-tuxedo-wedding-details_8353-10976.jpg", imageAlt: "Exclusive resale items" } ]} carouselPosition="right" buttons={[ @@ -82,9 +82,9 @@ export default function LandingPage() { useInvertedBackground={false} gridVariant="three-columns-all-equal-width" products={[ - { id: "1", name: "Vintage Leather Handbag", price: "$289", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-details-woman-stay-street-spring-time-silk-dress-cashmere-coat-silver-sweater-cross-body-bag-feminine-elegant-glamour-outfit_291049-2064.jpg?_wi=2", imageAlt: "Luxury vintage leather handbag" }, - { id: "2", name: "Designer Luxury Sneaker", price: "$165", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg?_wi=2", imageAlt: "Premium authenticated designer sneaker" }, - { id: "3", name: "Swiss Automatic Watch", price: "$425", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg?_wi=2", imageAlt: "Luxury mechanical timepiece" } + { id: "1", name: "Vintage Leather Handbag", price: "$289", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-details-woman-stay-street-spring-time-silk-dress-cashmere-coat-silver-sweater-cross-body-bag-feminine-elegant-glamour-outfit_291049-2064.jpg", imageAlt: "Luxury vintage leather handbag" }, + { id: "2", name: "Designer Luxury Sneaker", price: "$165", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg", imageAlt: "Premium authenticated designer sneaker" }, + { id: "3", name: "Swiss Automatic Watch", price: "$425", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg", imageAlt: "Luxury mechanical timepiece" } ]} buttons={[ { text: "View All Products", href: "#" } @@ -117,9 +117,9 @@ export default function LandingPage() { useInvertedBackground={false} gridVariant="three-columns-all-equal-width" features={[ - { id: "01", title: "Expert Authentication", description: "Every item is verified by certified experts with years of experience in luxury goods authentication.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-details-woman-stay-street-spring-time-silk-dress-cashmere-coat-silver-sweater-cross-body-bag-feminine-elegant-glamour-outfit_291049-2064.jpg?_wi=3", imageAlt: "Expert authentication process" }, - { id: "02", title: "Secure Transactions", description: "Buyer and seller protection with escrow services ensuring safe, verified exchanges every time.", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg?_wi=3", imageAlt: "Secure payment gateway" }, - { id: "03", title: "Competitive Prices", description: "Find premium designer items at 40-70% below retail. Save big on authentic luxury goods.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg?_wi=3", imageAlt: "Price comparison benefits" } + { id: "01", title: "Expert Authentication", description: "Every item is verified by certified experts with years of experience in luxury goods authentication.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-details-woman-stay-street-spring-time-silk-dress-cashmere-coat-silver-sweater-cross-body-bag-feminine-elegant-glamour-outfit_291049-2064.jpg", imageAlt: "Expert authentication process" }, + { id: "02", title: "Secure Transactions", description: "Buyer and seller protection with escrow services ensuring safe, verified exchanges every time.", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg", imageAlt: "Secure payment gateway" }, + { id: "03", title: "Competitive Prices", description: "Find premium designer items at 40-70% below retail. Save big on authentic luxury goods.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg", imageAlt: "Price comparison benefits" } ]} /> @@ -170,7 +170,7 @@ export default function LandingPage() { description="Subscribe to receive alerts on newly authenticated items in your favorite categories. Get exclusive member-only access to premium listings before they sell out." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-vector/landing-page-template-second-hand-fashion-store_52683-109215.jpg" imageAlt="ResellHub newsletter signup" @@ -184,7 +184,7 @@ export default function LandingPage() {