Merge version_1 into main #2

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

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLargeSizeLargeTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -45,20 +45,20 @@ export default function LandingPage() {
description="Discover exclusive Louis Vuitton and Nike Air Force collections. Authentic designer footwear with real customer reviews and premium quality."
tag="Featured Collection"
tagIcon={Sparkles}
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/white-flowers-boot_23-2148069342.jpg?_wi=1", imageAlt: "LV and Air Force luxury sneaker collection"},
imageSrc: "http://img.b2bpic.net/free-photo/white-flowers-boot_23-2148069342.jpg", imageAlt: "LV and Air Force luxury sneaker collection"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-girl-s-legs-red-keds-going-upstairs_176420-42223.jpg?_wi=1", imageAlt: "Louis Vuitton Trainer Pink Brown Monogram"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-girl-s-legs-red-keds-going-upstairs_176420-42223.jpg", imageAlt: "Louis Vuitton Trainer Pink Brown Monogram"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-legs-keds-going-down-stairs_176420-55081.jpg?_wi=1", imageAlt: "Nike Air Force 1 White Classic"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-legs-keds-going-down-stairs_176420-55081.jpg", imageAlt: "Nike Air Force 1 White Classic"},
{
imageSrc: "http://img.b2bpic.net/free-photo/picture-details-beautiful-black-dress-made-dense-fabric-with-neat-tailoring-white-buttons_132075-9069.jpg?_wi=1", imageAlt: "Nike Air Force 1 Blue LV8"},
imageSrc: "http://img.b2bpic.net/free-photo/picture-details-beautiful-black-dress-made-dense-fabric-with-neat-tailoring-white-buttons_132075-9069.jpg", imageAlt: "Nike Air Force 1 Blue LV8"},
{
imageSrc: "http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915643.jpg?_wi=1", imageAlt: "Nike Air Force 1 Black Elegant"},
imageSrc: "http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915643.jpg", imageAlt: "Nike Air Force 1 Black Elegant"},
{
imageSrc: "http://img.b2bpic.net/free-photo/white-flowers-boot_23-2148069342.jpg?_wi=2", imageAlt: "Luxury sneaker premium collection"},
imageSrc: "http://img.b2bpic.net/free-photo/white-flowers-boot_23-2148069342.jpg", imageAlt: "Luxury sneaker premium collection"},
]}
buttons={[
{ text: "Shop LV Collection", href: "#produtos-lv" },
@@ -90,13 +90,13 @@ export default function LandingPage() {
gridVariant="bento-grid"
products={[
{
id: "1", name: "LV Trainer Pink Brown Monogram", price: "R$ 4.500,00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-girl-s-legs-red-keds-going-upstairs_176420-42223.jpg?_wi=2", imageAlt: "Louis Vuitton Trainer sneaker in pink and brown monogram design"},
id: "1", name: "LV Trainer Pink Brown Monogram", price: "R$ 4.500,00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-girl-s-legs-red-keds-going-upstairs_176420-42223.jpg", imageAlt: "Louis Vuitton Trainer sneaker in pink and brown monogram design"},
{
id: "2", name: "Nike Air Force 1 White", price: "R$ 599,00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-legs-keds-going-down-stairs_176420-55081.jpg?_wi=2", imageAlt: "Classic Nike Air Force 1 in all white leather"},
id: "2", name: "Nike Air Force 1 White", price: "R$ 599,00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-legs-keds-going-down-stairs_176420-55081.jpg", imageAlt: "Classic Nike Air Force 1 in all white leather"},
{
id: "3", name: "Nike Air Force 1 Blue LV8", price: "R$ 649,00", imageSrc: "http://img.b2bpic.net/free-photo/picture-details-beautiful-black-dress-made-dense-fabric-with-neat-tailoring-white-buttons_132075-9069.jpg?_wi=2", imageAlt: "Nike Air Force 1 in vibrant blue patent finish"},
id: "3", name: "Nike Air Force 1 Blue LV8", price: "R$ 649,00", imageSrc: "http://img.b2bpic.net/free-photo/picture-details-beautiful-black-dress-made-dense-fabric-with-neat-tailoring-white-buttons_132075-9069.jpg", imageAlt: "Nike Air Force 1 in vibrant blue patent finish"},
{
id: "4", name: "Nike Air Force 1 Black", price: "R$ 599,00", imageSrc: "http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915643.jpg?_wi=2", imageAlt: "Elegant black Nike Air Force 1 sneaker"},
id: "4", name: "Nike Air Force 1 Black", price: "R$ 599,00", imageSrc: "http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915643.jpg", imageAlt: "Elegant black Nike Air Force 1 sneaker"},
]}
/>
</div>