diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9219b74..e524dfd 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,6 +6,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TextAbout from '@/components/sections/about/TextAbout'; +import { UserRoundCog, HandSparkles, Tree, Heart } from 'lucide-react'; export default function LandingPage() { return ( @@ -26,42 +27,24 @@ export default function LandingPage() { @@ -70,7 +53,7 @@ export default function LandingPage() { @@ -80,32 +63,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Exceptional Service", - description: "Our dedicated team goes above and beyond to cater to your needs with genuine warmth and efficiency.", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-fun-white-party-with-drinks-by-pool_23-2149485992.jpg", - imageAlt: "Exceptional Service", - buttonIcon: "UserRoundCog", + title: "Exceptional Service", description: "Our dedicated team goes above and beyond to cater to your needs with genuine warmth and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-fun-white-party-with-drinks-by-pool_23-2149485992.jpg", imageAlt: "Exceptional Service", buttonIcon: UserRoundCog, }, { - title: "Immaculate Cleanliness", - description: "We maintain the highest standards of hygiene and sanitation across all our facilities for your peace of mind.", - imageSrc: "http://img.b2bpic.net/free-photo/two-beds-with-sea-view_1137-126.jpg", - imageAlt: "Immaculate Cleanliness", - buttonIcon: "HandSparkles", + title: "Immaculate Cleanliness", description: "We maintain the highest standards of hygiene and sanitation across all our facilities for your peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-green-glossy-tiles-minimalist-interior_169016-68857.jpg", imageAlt: "Immaculate Cleanliness", buttonIcon: HandSparkles, }, { - title: "Sustainable Practices", - description: "Committed to preserving our natural environment through eco-friendly operations and initiatives.", - imageSrc: "http://img.b2bpic.net/free-photo/hiker-forest_23-2147683103.jpg", - imageAlt: "Sustainable Practices", - buttonIcon: "Tree", + title: "Sustainable Practices", description: "Committed to preserving our natural environment through eco-friendly operations and initiatives.", imageSrc: "http://img.b2bpic.net/free-photo/hiker-forest_23-2147683103.jpg", imageAlt: "Sustainable Practices", buttonIcon: Tree, }, { - title: "Community Engagement", - description: "We actively support local communities and businesses, contributing to the region's prosperity.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-drawing-beach-vacation_23-2149369755.jpg", - imageAlt: "Community Engagement", - buttonIcon: "Heart", + title: "Community Engagement", description: "We actively support local communities and businesses, contributing to the region's prosperity.", imageSrc: "http://img.b2bpic.net/free-photo/couple-drawing-beach-vacation_23-2149369755.jpg", imageAlt: "Community Engagement", buttonIcon: Heart, }, ]} title="Our Commitment to You" @@ -117,71 +84,43 @@ export default function LandingPage() {