Update src/app/page.tsx

This commit is contained in:
2026-03-14 12:44:32 +00:00
parent 5a62c8da7b
commit bbfb6e7ae6

View File

@@ -55,8 +55,8 @@ export default function LandingPage() {
]}
buttonAnimation="blur-reveal"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg", imageAlt: "Luxury mansion exterior at sunset" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-holding-coat-his-shoulder-standing-near-corporate-building_23-2147941464.jpg", imageAlt: "Premium penthouse with city views" }
{ imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg?_wi=1", imageAlt: "Luxury mansion exterior at sunset" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-holding-coat-his-shoulder-standing-near-corporate-building_23-2147941464.jpg?_wi=1", imageAlt: "Premium penthouse with city views" }
]}
mediaAnimation="opacity"
className="min-h-screen"
@@ -80,7 +80,7 @@ export default function LandingPage() {
buttonAnimation="blur-reveal"
products={[
{
id: "property-waterfront", name: "Waterfront Villa", price: "$8.5M", variant: "5 Beds | 6 Baths | Beachfront", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-looking-up_23-2147747859.jpg", imageAlt: "Luxury waterfront villa"
id: "property-waterfront", name: "Waterfront Villa", price: "$8.5M", variant: "5 Beds | 6 Baths | Beachfront", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-looking-up_23-2147747859.jpg?_wi=1", imageAlt: "Luxury waterfront villa"
},
{
id: "property-downtown", name: "Downtown Penthouse", price: "$6.2M", variant: "4 Beds | 4 Baths | City Center", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-80.jpg", imageAlt: "Modern downtown penthouse"
@@ -137,13 +137,13 @@ export default function LandingPage() {
buttonAnimation="blur-reveal"
features={[
{
id: "service-buying", title: "Luxury Property Acquisition", description: "Expert guidance through every step of purchasing your ideal property with exclusive market access.", imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg", imageAlt: "Award icon"
id: "service-buying", title: "Luxury Property Acquisition", description: "Expert guidance through every step of purchasing your ideal property with exclusive market access.", imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg?_wi=2", imageAlt: "Award icon"
},
{
id: "service-selling", title: "Premium Marketing & Sales", description: "Showcase your property to qualified buyers through innovative marketing and strategic positioning.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-holding-coat-his-shoulder-standing-near-corporate-building_23-2147941464.jpg", imageAlt: "Key icon"
id: "service-selling", title: "Premium Marketing & Sales", description: "Showcase your property to qualified buyers through innovative marketing and strategic positioning.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-businessman-holding-coat-his-shoulder-standing-near-corporate-building_23-2147941464.jpg?_wi=2", imageAlt: "Key icon"
},
{
id: "service-consulting", title: "Investment Consultation", description: "Strategic advice on real estate investments and portfolio development for long-term wealth.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-looking-up_23-2147747859.jpg", imageAlt: "Handshake icon"
id: "service-consulting", title: "Investment Consultation", description: "Strategic advice on real estate investments and portfolio development for long-term wealth.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-looking-up_23-2147747859.jpg?_wi=2", imageAlt: "Handshake icon"
}
]}
gridVariant="three-columns-all-equal-width"