Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 11:25:16 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="large"
background="grid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroBillboard
title="Your Premium Shopping Destination in Romans-sur-Isère"
description="Fashion, lifestyle, and premium brands at outlet prices. Discover exclusive collections from leading retailers in a modern, welcoming environment."
background={{ variant: "grid" }}
background={{ variant: "sparkles-gradient" }}
tag="Premium Outlet Shopping"
tagIcon={ShoppingBag}
buttons={[
@@ -111,11 +111,11 @@ export default function LandingPage() {
tag="Limited Time"
products={[
{
id: "1", name: "Seasonal Sale Event", price: "Up to 50% Off", imageSrc: "http://img.b2bpic.net/free-vector/artistic-sale-banners-with-paint-splashes_23-2147550038.jpg?_wi=1", imageAlt: "Seasonal sale promotion"},
id: "1", name: "Seasonal Sale Event", price: "Up to 50% Off", imageSrc: "http://img.b2bpic.net/free-vector/artistic-sale-banners-with-paint-splashes_23-2147550038.jpg", imageAlt: "Seasonal sale promotion"},
{
id: "2", name: "Weekend Flash Sale", price: "Exclusive Discounts", imageSrc: "http://img.b2bpic.net/free-vector/artistic-sale-banners-with-paint-splashes_23-2147550038.jpg?_wi=2", imageAlt: "Weekend flash sale event"},
id: "2", name: "Weekend Flash Sale", price: "Exclusive Discounts", imageSrc: "http://img.b2bpic.net/free-vector/artistic-sale-banners-with-paint-splashes_23-2147550038.jpg", imageAlt: "Weekend flash sale event"},
{
id: "3", name: "Member Rewards", price: "Extra Savings", imageSrc: "http://img.b2bpic.net/free-vector/artistic-sale-banners-with-paint-splashes_23-2147550038.jpg?_wi=3", imageAlt: "Member rewards program"},
id: "3", name: "Member Rewards", price: "Extra Savings", imageSrc: "http://img.b2bpic.net/free-vector/artistic-sale-banners-with-paint-splashes_23-2147550038.jpg", imageAlt: "Member rewards program"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"