Merge version_4 into main #6
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user