Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Home, MapPin, Users, Upload } from "lucide-react";
|
||||
import { Home, MapPin, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -62,6 +62,8 @@ export default function LandingPage() {
|
||||
tag="Upload Your Property"
|
||||
title="Showcase Your Space"
|
||||
description="Ready to list your home or land? Simply upload photos and details to get started with our agents."
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-room-with-blue-wall-floor_1268-15636.jpg"
|
||||
buttonText="Upload Photos"
|
||||
@@ -157,6 +159,7 @@ export default function LandingPage() {
|
||||
title="Reach Out"
|
||||
description="Ready to get started? Reach out to our team today for dedicated support."
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
useInvertedBackground={false}
|
||||
buttonText="Contact Us"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user