diff --git a/src/app/page.tsx b/src/app/page.tsx index e252f4f..05954a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -149,46 +92,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Brand Strategy", - description: "Comprehensive identity development and positioning for market leaders.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169864.jpg", - imageAlt: "analytics mobile app mockup", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-looks-greenscreen_482257-76544.jpg", - imageAlt: "content scheduler app ui", - }, - imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-with-blue-light_23-2148242670.jpg?_wi=2", - imageAlt: "analytics mobile app mockup", + title: "Brand Strategy", description: "Comprehensive identity development and positioning for market leaders.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169864.jpg", imageAlt: "analytics mobile app mockup" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-looks-greenscreen_482257-76544.jpg", imageAlt: "content scheduler app ui" } }, { - title: "Content Production", - description: "Cinematic video and high-end graphic design tailored for modern feeds.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-stock-market-online_53876-163988.jpg", - imageAlt: "analytics mobile app mockup", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-illustrated_23-2151877730.jpg", - imageAlt: "content scheduler app ui", - }, - imageSrc: "http://img.b2bpic.net/free-photo/multinational-group-colleagues-looking-laptop-screen-work-meeting-office_1098-20242.jpg?_wi=2", - imageAlt: "analytics mobile app mockup", + title: "Content Production", description: "Cinematic video and high-end graphic design tailored for modern feeds.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-stock-market-online_53876-163988.jpg", imageAlt: "analytics mobile app mockup" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-illustrated_23-2151877730.jpg", imageAlt: "content scheduler app ui" } }, { - title: "Community Management", - description: "Building and nurturing highly engaged audience communities.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-displaying-financial-data-charts_23-2152020638.jpg", - imageAlt: "analytics mobile app mockup", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-elements-collection_23-2149053605.jpg", - imageAlt: "content scheduler app ui", - }, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", - imageAlt: "analytics mobile app mockup", + title: "Community Management", description: "Building and nurturing highly engaged audience communities.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smartphone-displaying-financial-data-charts_23-2152020638.jpg", imageAlt: "analytics mobile app mockup" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-ui-ux-elements-collection_23-2149053605.jpg", imageAlt: "content scheduler app ui" } }, ]} showStepNumbers={true} @@ -204,26 +117,10 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "1.2M+", - description: "Global Reach", - }, - { - id: "m2", - value: "45%", - description: "Avg Growth Increase", - }, - { - id: "m3", - value: "98%", - description: "Client Retention", - }, - { - id: "m4", - value: "500+", - description: "Projects Delivered", - }, + { id: "m1", value: "1.2M+", description: "Global Reach" }, + { id: "m2", value: "45%", description: "Avg Growth Increase" }, + { id: "m3", value: "98%", description: "Client Retention" }, + { id: "m4", value: "500+", description: "Projects Delivered" }, ]} title="Impact by the Numbers" description="We don't just create content; we deliver meaningful business outcomes for our clients." @@ -237,26 +134,11 @@ export default function LandingPage() { rating={5} author="Sarah Chen, Director of Marketing" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", - alt: "successful male CEO portrait", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-avantgarde-head-piece_23-2149020821.jpg", - alt: "creative woman portrait", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg", - alt: "young entrepreneur portrait", - }, - { - src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", - alt: "senior marketing manager", - }, - { - src: "http://img.b2bpic.net/free-photo/businessman-leader-modern-office-with-businesspeople-working_1139-960.jpg", - alt: "innovative creative director", - }, + { src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", alt: "successful male CEO portrait" }, + { src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-avantgarde-head-piece_23-2149020821.jpg", alt: "creative woman portrait" }, + { src: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg", alt: "young entrepreneur portrait" }, + { src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", alt: "senior marketing manager" }, + { src: "http://img.b2bpic.net/free-photo/businessman-leader-modern-office-with-businesspeople-working_1139-960.jpg", alt: "innovative creative director" }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -266,18 +148,11 @@ export default function LandingPage() {