Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 920bb4885e | |||
| 9a8d915f79 | |||
| df1ad5f30a | |||
| 1f2ceadc32 | |||
| 3781f3bed7 | |||
| 5139878351 | |||
| e97ea5234e |
@@ -37,7 +37,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Get Your Personalized Property Guide", href: "contact" }}
|
button={{ text: "Get My Property Guide", href: "contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Our Designs", href: "properties" },
|
{ text: "View Our Designs", href: "properties" },
|
||||||
{ text: "Get Your Personalized Property Guide", href: "contact" }
|
{ text: "Get My Property Guide", href: "contact" }
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "See all designs", href: "#" }
|
{ text: "View Our Full Portfolio", href: "#" }
|
||||||
]}
|
]}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Your Personalized Property Guide", href: "#" }
|
{ text: "Get My Property Guide", href: "#" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user