From fecfc38316322f1e637dca2ed22e29afcccfc117 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 17:09:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc84c6f..1e35770 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; // New imports for Experience section import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import { Coffee, Award, Leaf, Wifi, Headphones, Chair, Sparkles, Music, Lightbulb } from 'lucide-react'; // Lucide icons +import { Coffee, Award, Leaf, Wifi, Headphones, Sofa, Sparkles, Music, Lightbulb } from 'lucide-react'; // Lucide icons export default function LandingPage() { return ( @@ -114,7 +114,7 @@ export default function LandingPage() { }, { id: "workspace", title: "Calm Workspace", description: "Find your focus in our serene environment, perfect for productivity or quiet contemplation, complemented by free high-speed Wi-Fi and comfortable seating.", media: { imageSrc: "http://img.b2bpic.net/free-photo/laptop-mockup-cafe_23-2149487979.jpg" }, - items: [{ icon: Wifi, text: 'High-Speed Wi-Fi' }, { icon: Headphones, text: 'Tranquil Ambiance' }, { icon: Chair, text: 'Comfortable Seating' }], + items: [{ icon: Wifi, text: 'High-Speed Wi-Fi' }, { icon: Headphones, text: 'Tranquil Ambiance' }, { icon: Sofa, text: 'Comfortable Seating' }], reverse: true, }, { -- 2.49.1