Update src/app/page.tsx

This commit is contained in:
2026-03-04 04:45:02 +00:00
parent 031e60900c
commit ea8a405e7b

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
{ text: "Schedule Tour", href: "#contact" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg"
imageSrc="http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg?_wi=1"
imageAlt="Stunning luxury home exterior with modern architecture"
mediaAnimation="slide-up"
/>
@@ -72,13 +72,13 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Downtown Luxury", name: "Modern Penthouse with City Views", price: "$2,450,000", rating: 5,
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Luxurious penthouse apartment"},
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=1", imageAlt: "Luxurious penthouse apartment"},
{
id: "2", brand: "Suburban Elite", name: "Contemporary Family Villa", price: "$1,850,000", rating: 5,
reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-691.jpg", imageAlt: "Beautiful contemporary villa"},
reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-691.jpg?_wi=1", imageAlt: "Beautiful contemporary villa"},
{
id: "3", brand: "Urban Collection", name: "Modern Apartment with Amenities", price: "$950,000", rating: 5,
reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg", imageAlt: "Modern luxury apartment interior"},
reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg?_wi=1", imageAlt: "Modern luxury apartment interior"},
]}
/>
</div>
@@ -99,22 +99,22 @@ export default function LandingPage() {
<FeatureCardTwentySix
features={[
{
title: "Expert Market Analysis", description: "Data-driven insights to help you make informed decisions about property values and market trends.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg", imageAlt: "Real estate market analysis", buttonIcon: TrendingUp,
title: "Expert Market Analysis", description: "Data-driven insights to help you make informed decisions about property values and market trends.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg?_wi=2", imageAlt: "Real estate market analysis", buttonIcon: TrendingUp,
},
{
title: "Professional Property Staging", description: "Transform your property to its best potential with our expert staging and professional photography services.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg", imageAlt: "Professionally staged apartment", buttonIcon: Sparkles,
title: "Professional Property Staging", description: "Transform your property to its best potential with our expert staging and professional photography services.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg?_wi=2", imageAlt: "Professionally staged apartment", buttonIcon: Sparkles,
},
{
title: "Personalized Buying Service", description: "Dedicated support to find your ideal property and negotiate the best terms for your investment.", imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-691.jpg", imageAlt: "Beautiful villa property", buttonIcon: Home,
title: "Personalized Buying Service", description: "Dedicated support to find your ideal property and negotiate the best terms for your investment.", imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-691.jpg?_wi=2", imageAlt: "Beautiful villa property", buttonIcon: Home,
},
{
title: "Legal & Financial Guidance", description: "Connect with trusted legal and financial professionals to ensure smooth transaction closings.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "Luxury penthouse", buttonIcon: Shield,
title: "Legal & Financial Guidance", description: "Connect with trusted legal and financial professionals to ensure smooth transaction closings.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg?_wi=2", imageAlt: "Luxury penthouse", buttonIcon: Shield,
},
{
title: "Virtual Tours & Technology", description: "Explore properties remotely with immersive 3D tours and video walkthroughs from anywhere.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg", imageAlt: "Virtual property tour", buttonIcon: Video,
title: "Virtual Tours & Technology", description: "Explore properties remotely with immersive 3D tours and video walkthroughs from anywhere.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg?_wi=3", imageAlt: "Virtual property tour", buttonIcon: Video,
},
{
title: "After-Sales Support", description: "Ongoing support and maintenance referrals to help you settle into your new property seamlessly.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg", imageAlt: "Home support services", buttonIcon: Heart,
title: "After-Sales Support", description: "Ongoing support and maintenance referrals to help you settle into your new property seamlessly.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg?_wi=3", imageAlt: "Home support services", buttonIcon: Heart,
},
]}
title="Why Choose Us"
@@ -159,15 +159,15 @@ export default function LandingPage() {
{
id: "1", name: "Sarah Mitchell", handle: "@sarahm_design", testimonial: "Prestige Realty made our home buying experience seamless and enjoyable. Their expertise and attention to detail were exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Mitchell"},
{
id: "2", name: "James Chen", handle: "@james.chen.realtor", testimonial: "Outstanding service! They found us the perfect property within our timeline and budget. Highly recommended for anyone serious about real estate.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "James Chen"},
id: "2", name: "James Chen", handle: "@james.chen.realtor", testimonial: "Outstanding service! They found us the perfect property within our timeline and budget. Highly recommended for anyone serious about real estate.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "James Chen"},
{
id: "3", name: "Emily Rodriguez", handle: "@emily_rodriguez", testimonial: "Professional, knowledgeable, and truly invested in our success. Prestige Realty exceeded our expectations at every turn.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4", name: "Michael Thompson", handle: "@mthompson_ventures", testimonial: "Selling our property with Prestige Realty was stress-free. Their marketing strategy and market knowledge got us top dollar.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Michael Thompson"},
id: "4", name: "Michael Thompson", handle: "@mthompson_ventures", testimonial: "Selling our property with Prestige Realty was stress-free. Their marketing strategy and market knowledge got us top dollar.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "Michael Thompson"},
{
id: "5", name: "Jessica Williams", handle: "@jessica.w", testimonial: "From start to finish, their team provided comprehensive support and expert guidance. They truly care about their clients.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Jessica Williams"},
id: "5", name: "Jessica Williams", handle: "@jessica.w", testimonial: "From start to finish, their team provided comprehensive support and expert guidance. They truly care about their clients.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Jessica Williams"},
{
id: "6", name: "David Park", handle: "@davidpark_dev", testimonial: "Best real estate experience I've had. Their negotiation skills and market insights saved us thousands.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "David Park"},
id: "6", name: "David Park", handle: "@davidpark_dev", testimonial: "Best real estate experience I've had. Their negotiation skills and market insights saved us thousands.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "David Park"},
]}
title="What Our Clients Say"
description="Real stories from satisfied buyers and sellers who found success with Prestige Realty's expert guidance and personalized service."