Merge version_2 into main #3
@@ -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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user