Update src/app/page.tsx
This commit is contained in:
@@ -77,15 +77,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Residential", name: "Modern Downtown Penthouse", price: "$2,500,000", rating: 5,
|
||||
reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg?_wi=1", imageAlt: "Modern penthouse"
|
||||
reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg", imageAlt: "Modern penthouse"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Commercial", name: "Prime Office Tower Space", price: "$3,200,000", rating: 5,
|
||||
reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg?_wi=1", imageAlt: "Commercial office space"
|
||||
reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg", imageAlt: "Commercial office space"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Luxury", name: "Beachfront Villa Resort", price: "$4,800,000", rating: 5,
|
||||
reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/sea-through-two-white-buildings_181624-3722.jpg?_wi=1", imageAlt: "Beachfront villa"
|
||||
reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/sea-through-two-white-buildings_181624-3722.jpg", imageAlt: "Beachfront villa"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -109,16 +109,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Expert Market Knowledge", description: "Our agents have deep knowledge of local markets, neighborhood trends, and investment opportunities to guide you to the best decision.", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg?_wi=2", imageAlt: "Market expertise"
|
||||
id: "1", title: "Expert Market Knowledge", description: "Our agents have deep knowledge of local markets, neighborhood trends, and investment opportunities to guide you to the best decision.", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg", imageAlt: "Market expertise"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Personalized Service", description: "We tailor our approach to your unique needs and preferences, ensuring a seamless and satisfying property search experience.", imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg?_wi=2", imageAlt: "Personalized service"
|
||||
id: "2", title: "Personalized Service", description: "We tailor our approach to your unique needs and preferences, ensuring a seamless and satisfying property search experience.", imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg", imageAlt: "Personalized service"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Luxury Listings", description: "Access exclusive high-end properties and off-market deals available only to our premium clients and partners.", imageSrc: "http://img.b2bpic.net/free-photo/sea-through-two-white-buildings_181624-3722.jpg?_wi=2", imageAlt: "Luxury listings"
|
||||
id: "3", title: "Luxury Listings", description: "Access exclusive high-end properties and off-market deals available only to our premium clients and partners.", imageSrc: "http://img.b2bpic.net/free-photo/sea-through-two-white-buildings_181624-3722.jpg", imageAlt: "Luxury listings"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Professional Support", description: "From negotiations to closing, our legal and financial experts support you through every step of your real estate transaction.", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg?_wi=3", imageAlt: "Professional support"
|
||||
id: "4", title: "Professional Support", description: "From negotiations to closing, our legal and financial experts support you through every step of your real estate transaction.", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg", imageAlt: "Professional support"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
||||
id: "4", value: "98", title: "Percent Satisfied", description: "Client satisfaction rate with our services", icon: Star
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -171,22 +171,22 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson, Investor", date: "Date: 15 January 2025", title: "Found the perfect investment property!", quote: "The team at LuxeProperty exceeded all my expectations. They understood my investment goals and found the ideal property that has already appreciated significantly. Highly professional and responsive.", tag: "Premium Client", avatarSrc: "http://img.b2bpic.net/free-photo/business-professional_1098-14759.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg?_wi=4", imageAlt: "Property showcase"
|
||||
id: "1", name: "Sarah Johnson, Investor", date: "Date: 15 January 2025", title: "Found the perfect investment property!", quote: "The team at LuxeProperty exceeded all my expectations. They understood my investment goals and found the ideal property that has already appreciated significantly. Highly professional and responsive.", tag: "Premium Client", avatarSrc: "http://img.b2bpic.net/free-photo/business-professional_1098-14759.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg", imageAlt: "Property showcase"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen, CEO", date: "Date: 22 December 2024", title: "Outstanding service from start to finish", quote: "Exceptional support throughout the entire process. The agents knew exactly what I was looking for and negotiated an excellent deal. I've already recommended them to my colleagues.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740317.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg?_wi=3", imageAlt: "Corporate property"
|
||||
id: "2", name: "Michael Chen, CEO", date: "Date: 22 December 2024", title: "Outstanding service from start to finish", quote: "Exceptional support throughout the entire process. The agents knew exactly what I was looking for and negotiated an excellent deal. I've already recommended them to my colleagues.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740317.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg", imageAlt: "Corporate property"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez, Homeowner", date: "Date: 10 December 2024", title: "Made our dream home a reality", quote: "We were overwhelmed by the search process, but LuxeProperty made everything smooth and enjoyable. They found us the perfect family home in just three weeks.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-worker-holding-clipboard_1098-4072.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/sea-through-two-white-buildings_181624-3722.jpg?_wi=3", imageAlt: "Dream home"
|
||||
id: "3", name: "Emily Rodriguez, Homeowner", date: "Date: 10 December 2024", title: "Made our dream home a reality", quote: "We were overwhelmed by the search process, but LuxeProperty made everything smooth and enjoyable. They found us the perfect family home in just three weeks.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-worker-holding-clipboard_1098-4072.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/sea-through-two-white-buildings_181624-3722.jpg", imageAlt: "Dream home"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim, Entrepreneur", date: "Date: 5 December 2024", title: "Expert guidance for commercial property", quote: "Finding the right commercial space was challenging until I worked with LuxeProperty. Their market insights and negotiation skills saved me thousands while securing premium office space.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-female-trainee-dressed-as-office-worker-holding-hands-her-suit-smiling-camera-confident-standing-against-white-background_176420-48410.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg?_wi=5", imageAlt: "Office space"
|
||||
id: "4", name: "David Kim, Entrepreneur", date: "Date: 5 December 2024", title: "Expert guidance for commercial property", quote: "Finding the right commercial space was challenging until I worked with LuxeProperty. Their market insights and negotiation skills saved me thousands while securing premium office space.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-female-trainee-dressed-as-office-worker-holding-hands-her-suit-smiling-camera-confident-standing-against-white-background_176420-48410.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg", imageAlt: "Office space"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Lee, Real Estate Investor", date: "Date: 28 November 2024", title: "Best agency for luxury properties", quote: "LuxeProperty has access to properties you won't find elsewhere. Their exclusive listings and personalized service make them the go-to agency for serious investors.", tag: "VIP", avatarSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg", avatarAlt: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg?_wi=4", imageAlt: "Luxury investment"
|
||||
id: "5", name: "Jessica Lee, Real Estate Investor", date: "Date: 28 November 2024", title: "Best agency for luxury properties", quote: "LuxeProperty has access to properties you won't find elsewhere. Their exclusive listings and personalized service make them the go-to agency for serious investors.", tag: "VIP", avatarSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg", avatarAlt: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg", imageAlt: "Luxury investment"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Martinez, Developer", date: "Date: 15 November 2024", title: "Professional and reliable partners", quote: "Working with LuxeProperty on multiple development projects has been seamless. Their professionalism, integrity, and market knowledge are unmatched in the industry.", tag: "Developer", avatarSrc: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg", avatarAlt: "Robert Martinez", imageSrc: "http://img.b2bpic.net/free-photo/sea-through-two-white-buildings_181624-3722.jpg?_wi=4", imageAlt: "Development project"
|
||||
id: "6", name: "Robert Martinez, Developer", date: "Date: 15 November 2024", title: "Professional and reliable partners", quote: "Working with LuxeProperty on multiple development projects has been seamless. Their professionalism, integrity, and market knowledge are unmatched in the industry.", tag: "Developer", avatarSrc: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg", avatarAlt: "Robert Martinez", imageSrc: "http://img.b2bpic.net/free-photo/sea-through-two-white-buildings_181624-3722.jpg", imageAlt: "Development project"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user