3 Commits

Author SHA1 Message Date
b423c96df7 Update src/app/page.tsx 2026-03-03 17:02:43 +00:00
1b7894ed18 Update src/app/page.tsx 2026-03-03 16:53:41 +00:00
e1862004d3 Merge version_2 into main
Merge version_2 into main
2026-03-03 16:48:59 +00:00

View File

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