diff --git a/src/app/page.tsx b/src/app/page.tsx index a08b6f2..3165178 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBase from '@/components/sections/footer/FooterBase'; import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; -import { Star, Building, MapPin, Wifi, Chair, Calendar, Projector, Mic, Users, Hourglass, Key, UserCheck } from 'lucide-react'; +import { Star, Building, MapPin, Wifi, Armchair, Calendar, Projector, Mic, Users, Hourglass, Key, UserCheck } from 'lucide-react'; const assetMap = [ { @@ -156,7 +156,6 @@ export default function LandingPage() { { text: "Explore Spaces", href: "#spaces" }, { text: "Contact Us", href: "#contact" } ]} - useInvertedBackground={false} carouselPosition="right" /> @@ -183,7 +182,7 @@ export default function LandingPage() { title: "Modern Office Spaces", description: "Flexible and stylish offices equipped with high-speed internet and ergonomic furniture, tailored to your needs.", media: { imageSrc: getAsset("feature-1")?.url, imageAlt: getAsset("feature-1")?.alt }, items: [ { icon: Wifi, text: "High-Speed Internet" }, - { icon: Chair, text: "Ergonomic Furniture" }, + { icon: Armchair, text: "Ergonomic Furniture" }, { icon: Calendar, text: "Flexible Terms" } ], reverse: false