Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-03 00:19:09 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="mediumSmall" contentWidth="mediumSmall"
sizing="largeSmallSizeLargeTitles" sizing="largeSmallSizeLargeTitles"
background="noise" background="circleGradient"
cardStyle="inset" cardStyle="inset"
primaryButtonStyle="primary-glow" primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -47,7 +47,7 @@ export default function LandingPage() {
tag="Trusted Retailer" tag="Trusted Retailer"
tagIcon={Shield} tagIcon={Shield}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "noise" }} background={{ variant: "plain" }}
leftCarouselItems={[ leftCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/stone-panel-with-gold-veining-wood-luxury-details_169016-71008.jpg", imageAlt: "Premium marble stone"}, imageSrc: "http://img.b2bpic.net/free-photo/stone-panel-with-gold-veining-wood-luxury-details_169016-71008.jpg", imageAlt: "Premium marble stone"},
@@ -209,7 +209,7 @@ export default function LandingPage() {
{ text: "View Showroom Hours", href: "#" }, { text: "View Showroom Hours", href: "#" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "noise" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>