diff --git a/src/app/page.tsx b/src/app/page.tsx index 96d6dab..1001657 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="mediumLarge" - background="circleGradient" + background="plain" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -93,8 +93,8 @@ export default function LandingPage() { features={[ { id: 1, - title: "High-Speed WiFi & Business Center", description: "Reliable connectivity for meetings, conferences, and work. Dedicated business lounge with professional environment.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/glowing-neon-6th-generation-cellular-network-connection-banner_1017-59482.jpg?_wi=1", imageAlt: "High-speed WiFi connectivity illustration" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-elegant-restaurant-with-tablet_1157-2097.jpg?_wi=1", imageAlt: "Modern business lounge interior" } + title: "High-Speed WiFi & Business Center", description: "Reliable connectivity for meetings, conferences, and work. Dedicated business lounge with professional environment.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/glowing-neon-6th-generation-cellular-network-connection-banner_1017-59482.jpg", imageAlt: "High-speed WiFi connectivity illustration" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-elegant-restaurant-with-tablet_1157-2097.jpg", imageAlt: "Modern business lounge interior" } }, { id: 2, @@ -103,8 +103,8 @@ export default function LandingPage() { }, { id: 3, - title: "24/7 Wellness & Hospitality", description: "Room service, fitness facilities, spa services, and round-the-clock support. Your comfort and well-being are our priority.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-elegant-restaurant-with-tablet_1157-2097.jpg?_wi=2", imageAlt: "Wellness and relaxation spaces" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/glowing-neon-6th-generation-cellular-network-connection-banner_1017-59482.jpg?_wi=2", imageAlt: "Modern amenity facilities" } + title: "24/7 Wellness & Hospitality", description: "Room service, fitness facilities, spa services, and round-the-clock support. Your comfort and well-being are our priority.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-elegant-restaurant-with-tablet_1157-2097.jpg", imageAlt: "Wellness and relaxation spaces" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/glowing-neon-6th-generation-cellular-network-connection-banner_1017-59482.jpg", imageAlt: "Modern amenity facilities" } } ]} showStepNumbers={true}