diff --git a/src/app/page.tsx b/src/app/page.tsx index bddcd96..fd725ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,24 +29,13 @@ export default function LandingPage() {
@@ -55,44 +44,17 @@ export default function LandingPage() { logoText="TIMELESS" description="Professional Photography & Podcast Studio in Lagos. Create stunning photos, videos, and podcasts in a fully equipped professional space." buttons={[ - { - text: "Book a Session", - href: "#booking", - }, - { - text: "View Our Work", - href: "#portfolio", - }, - { - text: "WhatsApp", - href: "https://wa.me/234000000000", - }, + { text: "Book a Session", href: "#booking" }, + { text: "View Our Work", href: "#portfolio" }, + { text: "WhatsApp", href: "https://wa.me/234000000000" } ]} slides={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/podcast-equipment-table-indoors_23-2149455539.jpg", - imageAlt: "Studio", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/studio-lamp-woman-holding-camera-photo_23-2148565484.jpg", - imageAlt: "Photo", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164871.jpg", - imageAlt: "Content", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-speaking-radio_23-2148802279.jpg", - imageAlt: "Podcast", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-medical-mask_23-2148503475.jpg", - imageAlt: "Studio 2", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-discussing-radio_23-2148802285.jpg", - imageAlt: "Studio 3", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/podcast-equipment-table-indoors_23-2149455539.jpg", imageAlt: "Studio" }, + { imageSrc: "http://img.b2bpic.net/free-photo/studio-lamp-woman-holding-camera-photo_23-2148565484.jpg", imageAlt: "Photo" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164871.jpg", imageAlt: "Content" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-speaking-radio_23-2148802279.jpg", imageAlt: "Podcast" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-medical-mask_23-2148503475.jpg", imageAlt: "Studio 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-discussing-radio_23-2148802285.jpg", imageAlt: "Studio 3" } ]} /> @@ -102,8 +64,7 @@ export default function LandingPage() { useInvertedBackground={true} title="A Hub for Creators" description={[ - "Timeless Creative Hub is where Lagos visionaries bring their ideas to life. We provide a state-of-the-art environment designed for professionals and creators who demand excellence.", - "Our spaces are equipped with industry-leading technology, ensuring that your photography, podcast, or content creation session is seamless, professional, and inspiring.", + "Timeless Creative Hub is where Lagos visionaries bring their ideas to life. We provide a state-of-the-art environment designed for professionals and creators who demand excellence.", "Our spaces are equipped with industry-leading technology, ensuring that your photography, podcast, or content creation session is seamless, professional, and inspiring." ]} /> @@ -115,41 +76,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Photography Studio", - description: "Professional-grade lighting, backdrops, and gear for photographers and brands.", - buttons: [ - { - text: "Book Now", - href: "#booking", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-professional-photographer-equipment_23-2149033397.jpg", - imageAlt: "Photo", + title: "Photography Studio", description: "Professional-grade lighting, backdrops, and gear for photographers and brands.", buttons: [{ text: "Book Now", href: "#booking" }], + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-professional-photographer-equipment_23-2149033397.jpg", imageAlt: "Photo" }, { - title: "Content Creation", - description: "A versatile space designed for influencers, videographers, and digital storytellers.", - buttons: [ - { - text: "Book Now", - href: "#booking", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/clean-modern-desk-setup-living-room-designed-media-production_482257-124178.jpg", - imageAlt: "Content", + title: "Content Creation", description: "A versatile space designed for influencers, videographers, and digital storytellers.", buttons: [{ text: "Book Now", href: "#booking" }], + imageSrc: "http://img.b2bpic.net/free-photo/clean-modern-desk-setup-living-room-designed-media-production_482257-124178.jpg", imageAlt: "Content" }, { - title: "Podcast Studio", - description: "Crystal clear audio production with noise-isolated environments and professional mics.", - buttons: [ - { - text: "Book Now", - href: "#booking", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-microphone-table_23-2149455541.jpg", - imageAlt: "Podcast", - }, + title: "Podcast Studio", description: "Crystal clear audio production with noise-isolated environments and professional mics.", buttons: [{ text: "Book Now", href: "#booking" }], + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-microphone-table_23-2149455541.jpg", imageAlt: "Podcast" + } ]} title="Our Services" description="Premium creative solutions tailored to your production needs." @@ -158,52 +95,17 @@ export default function LandingPage() {