9 Commits

Author SHA1 Message Date
1a99421cd1 Merge version_4 into main
Merge version_4 into main
2026-04-17 17:26:15 +00:00
8aa894378b Update src/app/page.tsx 2026-04-17 17:26:12 +00:00
e57068185e Merge version_3 into main
Merge version_3 into main
2026-04-17 17:24:48 +00:00
4a79b2665b Update src/app/page.tsx 2026-04-17 17:24:45 +00:00
e05c54e5cc Merge version_2 into main
Merge version_2 into main
2026-04-17 17:23:53 +00:00
70bdd74b0a Update src/app/page.tsx 2026-04-17 17:23:50 +00:00
d70ae2c729 Merge version_1 into main
Merge version_1 into main
2026-04-17 17:23:16 +00:00
271bce1ff0 Merge version_1 into main
Merge version_1 into main
2026-04-17 17:22:52 +00:00
220073dbea Merge version_1 into main
Merge version_1 into main
2026-04-17 17:22:22 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="Planet Swimming Pools"
description="Crafting extraordinary backyard experiences with world-class pool design and construction excellence. Your oasis awaits."
description="We manage every detail from permit to final splash, ensuring a stress-free transformation of your backyard."
buttons={[{ text: "Start Project", href: "#contact" }, { text: "View Portfolio", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/part-memorial-complex-fountain_23-2148184276.jpg"
/>
@@ -94,9 +94,10 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardOne
animationType="slide-up"
textboxLayout="split-description"
textboxLayout="split-actions"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
buttons={[{ text: "Request a Custom Quote", href: "#contact" }]}
products={[
{ id: "p1", name: "Modern Horizon", price: "Starting at $45k", imageSrc: "http://img.b2bpic.net/free-photo/stair-swimming-pool-beautiful-luxury-hotel-pool-resort_1339-5456.jpg" },
{ id: "p2", name: "Luxury Infinity Edge", price: "Starting at $65k", imageSrc: "http://img.b2bpic.net/free-photo/deckchair-swimming-pool_1150-10746.jpg" },
@@ -186,4 +187,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}