Merge version_1 into main #2

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

View File

@@ -20,6 +20,8 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="large"
background="circleGradient" is invalid for ThemeProvider. Using valid option instead.
// Note: ThemeProvider background prop expects 'none' | 'circleGradient' | 'aurora' | 'floatingGradient' | 'noise' | 'noiseDiagonalGradient' | 'fluid' | 'blurBottom' | 'grid'
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
@@ -42,7 +44,7 @@ export default function LandingPage() {
<HeroSplitTestimonial
title="Premium Products, Exceptional Experience"
description="Discover curated AirPods, Air Max sneakers, luxury colognes, trendy hoodies, and collectible Legos. Shop the finest lifestyle essentials from Bov Supplies."
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
tag="Welcome to Bov Supplies"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -51,7 +53,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/make-up-concept-with-nail-polish_23-2149030345.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/make-up-concept-with-nail-polish_23-2149030345.jpg"
imageAlt="Bov Supplies Premium Product Collection"
mediaAnimation="slide-up"
testimonials={[
@@ -91,7 +93,7 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "airpods-pro", name: "AirPods Pro", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/usb-flash-drive-tech-device-with-minimalist-monochrome-background-earphones_23-2150763319.jpg?_wi=1", imageAlt: "Apple AirPods Pro"
id: "airpods-pro", name: "AirPods Pro", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/usb-flash-drive-tech-device-with-minimalist-monochrome-background-earphones_23-2150763319.jpg", imageAlt: "Apple AirPods Pro"
},
{
id: "air-max-90", name: "Nike Air Max 90", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/crop-legs-exercising-sidewalk_23-2147755471.jpg", imageAlt: "Nike Air Max 90 Sneakers"
@@ -106,7 +108,7 @@ export default function LandingPage() {
id: "lego-architecture", name: "LEGO Architecture Set", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/colorful-pop-it-toy-background-close-up_58702-5449.jpg", imageAlt: "LEGO Architecture Building Set"
},
{
id: "airpods-max", name: "AirPods Max", price: "$549", imageSrc: "http://img.b2bpic.net/free-photo/usb-flash-drive-tech-device-with-minimalist-monochrome-background-earphones_23-2150763319.jpg?_wi=2", imageAlt: "Apple AirPods Max Headphones"
id: "airpods-max", name: "AirPods Max", price: "$549", imageSrc: "http://img.b2bpic.net/free-photo/usb-flash-drive-tech-device-with-minimalist-monochrome-background-earphones_23-2150763319.jpg", imageAlt: "Apple AirPods Max Headphones"
}
]}
ariaLabel="Bov Supplies Featured Products"
@@ -148,19 +150,19 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Authentic Guaranteed", description: "100% genuine products sourced directly from authorized distributors. Every item verified for authenticity.", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-nail-polish_23-2149030345.jpg?_wi=2", imageAlt: "Authentic Product Verification"
title: "Authentic Guaranteed", description: "100% genuine products sourced directly from authorized distributors. Every item verified for authenticity.", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-nail-polish_23-2149030345.jpg", imageAlt: "Authentic Product Verification"
},
{
id: 2,
title: "Fast & Reliable Shipping", description: "Orders ship within 24 hours with real-time tracking. Free shipping on orders over $50.", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-nail-polish_23-2149030345.jpg?_wi=3", imageAlt: "Fast Shipping Service"
title: "Fast & Reliable Shipping", description: "Orders ship within 24 hours with real-time tracking. Free shipping on orders over $50.", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-nail-polish_23-2149030345.jpg", imageAlt: "Fast Shipping Service"
},
{
id: 3,
title: "Expert Curation", description: "Our team handpicks every product to ensure premium quality, style, and value for money.", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-nail-polish_23-2149030345.jpg?_wi=4", imageAlt: "Expert Product Selection"
title: "Expert Curation", description: "Our team handpicks every product to ensure premium quality, style, and value for money.", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-nail-polish_23-2149030345.jpg", imageAlt: "Expert Product Selection"
},
{
id: 4,
title: "24/7 Customer Support", description: "Dedicated support team ready to help with any questions or concerns. Response guaranteed within 2 hours.", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-nail-polish_23-2149030345.jpg?_wi=5", imageAlt: "Customer Support Team"
title: "24/7 Customer Support", description: "Dedicated support team ready to help with any questions or concerns. Response guaranteed within 2 hours.", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-nail-polish_23-2149030345.jpg", imageAlt: "Customer Support Team"
}
]}
ariaLabel="Bov Supplies Key Features"