From 553fe328506d8ebb550cb2a297859a76f4ec03b3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 02:25:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5e8b0b..67ad1bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,19 +79,22 @@ export default function LandingPage() { tag="Offerings" features={[ { - title: "Executive Consultation", description: "One-on-one personalized guidance from our experienced advisors in a private setting", imageSrc: "http://img.b2bpic.net/free-photo/broker-offering-agreement-contract-elderly-couple_482257-115634.jpg", imageAlt: "consultation meeting professional advice business consultation expert meeting"}, + title: "Executive Consultation", description: "One-on-one personalized guidance from our experienced advisors in a private setting", imageSrc: "http://img.b2bpic.net/free-photo/broker-offering-agreement-contract-elderly-couple_482257-115634.jpg", imageAlt: "consultation meeting professional advice business consultation expert meeting" + }, { - title: "Luxury Amenities", description: "Access to our exclusive facilities and premium comfort provisions", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598344.jpg", imageAlt: "premium service luxury offering exclusive service high-end experience"}, + title: "Luxury Amenities", description: "Access to our exclusive facilities and premium comfort provisions", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598344.jpg", imageAlt: "premium service luxury offering exclusive service high-end experience" + }, { - title: "Dedicated Support", description: "Premium customer service available to address all your needs and questions", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg", imageAlt: "customer support professional support help desk premium assistance"}, + title: "Dedicated Support", description: "Premium customer service available to address all your needs and questions", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg", imageAlt: "customer support professional support help desk premium assistance" + }, ]} textboxLayout="default" gridVariant="three-columns-all-equal-width" animationType="slide-up" useInvertedBackground={true} containerClassName="py-16 md:py-24" - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg font-light" + cardTitleClassName="text-4xl md:text-5xl font-light" + cardDescriptionClassName="text-lg font-light" /> @@ -103,17 +106,23 @@ export default function LandingPage() { { id: "location-details", groupTitle: "Location Details", members: [ { - id: "address", title: "Address", subtitle: "Main Headquarters", detail: "123 Luxury Avenue, Premium City, PC 12345"}, + id: "address", title: "Address", subtitle: "Main Headquarters", detail: "123 Luxury Avenue, Premium City, PC 12345" + }, { - id: "hours", title: "Business Hours", subtitle: "Monday – Friday", detail: "9:00 AM – 6:00 PM EST"}, + id: "hours", title: "Business Hours", subtitle: "Monday – Friday", detail: "9:00 AM – 6:00 PM EST" + }, { - id: "weekend", title: "Weekend Hours", subtitle: "Saturday – Sunday", detail: "10:00 AM – 5:00 PM EST"}, + id: "weekend", title: "Weekend Hours", subtitle: "Saturday – Sunday", detail: "10:00 AM – 5:00 PM EST" + }, { - id: "phone", title: "Phone", subtitle: "Direct Line", detail: "+1 (800) 555-0123"}, + id: "phone", title: "Phone", subtitle: "Direct Line", detail: "+1 (800) 555-0123" + }, { - id: "email", title: "Email", subtitle: "Customer Service", detail: "info@luxurylocation.com"}, + id: "email", title: "Email", subtitle: "Customer Service", detail: "info@luxurylocation.com" + }, { - id: "fax", title: "Fax", subtitle: "Document Line", detail: "+1 (800) 555-0124"}, + id: "fax", title: "Fax", subtitle: "Document Line", detail: "+1 (800) 555-0124" + }, ], }, ]} @@ -121,8 +130,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="py-16 md:py-24" - titleClassName="text-4xl md:text-5xl font-light" - descriptionClassName="text-lg font-light" + textBoxTitleClassName="text-4xl md:text-5xl font-light" + textBoxDescriptionClassName="text-lg font-light" memberTitleClassName="font-light text-lg" memberSubtitleClassName="text-sm font-light opacity-75" memberDetailClassName="text-sm font-light" -- 2.49.1