Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 07:58:22 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -50,7 +50,7 @@ export default function LandingPage() {
{ text: "Explore Collections", href: "products" },
{ text: "Call Now", href: "#" }
]}
background={{ variant: "aurora" }}
background={{ variant: "rotated-rays-animated" }}
imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg"
imageAlt="LEVIT boutique storefront and curated fashion collection"
frameStyle="card"
@@ -222,4 +222,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}