Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 02:26:01 +00:00

View File

@@ -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"
/>
</div>
@@ -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"