Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5139878351 | |||
| e97ea5234e | |||
| 08bfea6eba | |||
| 7d9db4e9b2 | |||
| cacf2a4996 |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
tag="Boutique Agency"
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{ text: "Explore Designs", href: "properties" },
|
||||
{ text: "View Our Designs", href: "properties" },
|
||||
{ text: "Get Your Personalized Property Guide", href: "contact" }
|
||||
]}
|
||||
mediaItems={[
|
||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
carouselMode="buttons"
|
||||
buttons={[
|
||||
{ text: "See all designs", href: "#" }
|
||||
{ text: "View Our Full Portfolio", href: "#" }
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
@@ -196,4 +196,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user