diff --git a/src/app/page.tsx b/src/app/page.tsx index 512d2a2..30ff138 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -139,7 +70,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Crafting Digital Experiences" description="We are a boutique social media agency focused on high-end production, strategic growth, and human-centric community management. We don't just post content; we create movements." - imageSrc="http://img.b2bpic.net/free-photo/people-developing-photos-darkroom-front-view_23-2149894024.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/people-developing-photos-darkroom-front-view_23-2149894024.jpg" imageAlt="modern agency office dark" /> @@ -150,66 +81,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Content Creation", - description: "High-quality production of video, image, and copy assets.", - icon: Camera, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/black-smartphone-product-shot-dark-environment_187299-46536.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-displaying-2fa-confirmation-secure-access_23-2152029086.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/person-using-smartphone-his-automated-home_23-2149036912.jpg?_wi=2", - imageAlt: "smartphone ui dark theme", - }, - { - title: "SMM Management", - description: "Complete handling of community engagement and scheduling.", - icon: MessageSquare, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-3d-rendering-modern-tech-device_187299-46717.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-8592.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/people-developing-photos-darkroom-front-view_23-2149894024.jpg?_wi=2", - imageAlt: "smartphone ui dark theme", - }, - { - title: "Brand Strategy", - description: "Defining your unique voice in a crowded digital space.", - icon: Shield, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/incoming-call-screen-from-merry-christmas-happy-new-year-close-up_169016-41510.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-taking-notes-office_23-2149749859.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg?_wi=2", - imageAlt: "smartphone ui dark theme", - }, - { - title: "Growth Strategy", - description: "Data-driven marketing to maximize ROI.", - icon: Zap, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150671595.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/design-space-paper_53876-14557.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?_wi=2", - imageAlt: "smartphone ui dark theme", - }, + { title: "Content Creation", description: "High-quality production of video, image, and copy assets.", icon: Camera, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/black-smartphone-product-shot-dark-environment_187299-46536.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/smartphone-displaying-2fa-confirmation-secure-access_23-2152029086.jpg" }] }, + { title: "SMM Management", description: "Complete handling of community engagement and scheduling.", icon: MessageSquare, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/minimalist-3d-rendering-modern-tech-device_187299-46717.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-8592.jpg" }] }, + { title: "Brand Strategy", description: "Defining your unique voice in a crowded digital space.", icon: Shield, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/incoming-call-screen-from-merry-christmas-happy-new-year-close-up_169016-41510.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-taking-notes-office_23-2149749859.jpg" }] }, + { title: "Growth Strategy", description: "Data-driven marketing to maximize ROI.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150671595.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/design-space-paper_53876-14557.jpg" }] } ]} title="Our Expert Services" description="Comprehensive social media solutions tailored for elite brands." @@ -220,44 +95,13 @@ export default function LandingPage() {