Update src/app/page.tsx

This commit is contained in:
2026-03-03 16:59:38 +00:00
parent 6d261a5d34
commit 451aefbad8

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "View Our Work", href: "#gallery" },
{ text: "Get Free Quote", href: "#contact" }
]}
background={{ variant: "sparkles-gradient" }}
background={{ variant: "fluid" }}
imageSrc="http://img.b2bpic.net/free-photo/umbrella-chair-around-outdoor-swimming-pool-resort-hotel-vacation-leisure_74190-14764.jpg"
imageAlt="Luxury Caribbean pool design"
frameStyle="card"
@@ -96,6 +96,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
tagAnimation="blur-reveal"
mediaAnimation="opacity"
/>
</div>