Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7af6a0b400 | |||
| 202658de8d |
@@ -72,7 +72,13 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[]}
|
products={[
|
||||||
|
{ id: "p1", name: "Contemporary Living Space", price: "Custom", variant: "Interior", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqhmYVBY7alHy378aQ5pahIyPL/uploaded-1779016583398-zkvimloi.png" },
|
||||||
|
{ id: "p2", name: "Modern Office Suite", price: "Custom", variant: "Commercial", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqhmYVBY7alHy378aQ5pahIyPL/uploaded-1779016583398-onjsc4sr.png" },
|
||||||
|
{ id: "p3", name: "Luxury Bedroom Interior", price: "Custom", variant: "Interior", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqhmYVBY7alHy378aQ5pahIyPL/uploaded-1779016583398-q2gnymbg.png" },
|
||||||
|
{ id: "p4", name: "Minimalist Kitchen", price: "Custom", variant: "Renovation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqhmYVBY7alHy378aQ5pahIyPL/uploaded-1779016583398-t5fmyhhj.png" },
|
||||||
|
{ id: "p5", name: "Modern Living Room", price: "Custom", variant: "Residential", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqhmYVBY7alHy378aQ5pahIyPL/uploaded-1779016583398-y9qx3wo0.png" }
|
||||||
|
]}
|
||||||
title="Selected Projects"
|
title="Selected Projects"
|
||||||
description="We have successfully completed over 30+ projects, ranging from residential renovations to commercial spaces."
|
description="We have successfully completed over 30+ projects, ranging from residential renovations to commercial spaces."
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user