From 44a476f6c5a744ba0089708db1cb246d116c0074 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 21:53:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 233 +++++++++++------------------------------------ 1 file changed, 52 insertions(+), 181 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fff9df..2523575 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -59,32 +51,20 @@ export default function LandingPage() { description="Rosa Digital crafts premium digital experiences for forward-thinking brands that demand distinction, clarity, and measurable impact in an evolving market." buttons={[ { - text: "Start Project", - href: "#contact", - }, + text: "Start Project", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/top-view-laptop-with-coffee-notebook_23-2148173452.jpg" avatars={[ { - src: "http://img.b2bpic.net/free-photo/business-woman-portrait_93675-133097.jpg", - alt: "Business woman portrait", - }, + src: "http://img.b2bpic.net/free-photo/business-woman-portrait_93675-133097.jpg", alt: "Business woman portrait"}, { - src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", - alt: "Close-up of positive executive at work", - }, + src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", alt: "Close-up of positive executive at work"}, { - src: "http://img.b2bpic.net/free-photo/business-concept-portrait-young-successful-businessman-posing-dark-background-copy-space_1258-103972.jpg", - alt: "Business Concept portrait young successful businessman posing over dark background Copy space", - }, + src: "http://img.b2bpic.net/free-photo/business-concept-portrait-young-successful-businessman-posing-dark-background-copy-space_1258-103972.jpg", alt: "Business Concept portrait young successful businessman posing over dark background Copy space"}, { - src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", - alt: "Portrait of young smiling woman looking at camera", - }, + src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", alt: "Portrait of young smiling woman looking at camera"}, { - src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", - alt: "Closeup of Happy Middle-aged Business Leader", - }, + src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", alt: "Closeup of Happy Middle-aged Business Leader"}, ]} avatarText="Trusted by 200+ industry leaders" /> @@ -97,19 +77,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Industry Awards", - value: "15+", - }, + label: "Industry Awards", value: "15+"}, { icon: Users, - label: "Clients Served", - value: "200+", - }, + label: "Clients Served", value: "200+"}, { icon: Globe, - label: "Markets Global", - value: "12", - }, + label: "Markets Global", value: "12"}, ]} metricsAnimation="slide-up" /> @@ -123,19 +97,13 @@ export default function LandingPage() { features={[ { icon: Zap, - title: "Brand Strategy", - description: "Defining your core identity and messaging for maximum market impact.", - }, + title: "Brand Strategy", description: "Defining your core identity and messaging for maximum market impact."}, { icon: Layout, - title: "UI/UX Design", - description: "Creating intuitive and beautiful interfaces that engage your audience deeply.", - }, + title: "UI/UX Design", description: "Creating intuitive and beautiful interfaces that engage your audience deeply."}, { icon: Code, - title: "Web Development", - description: "Robust, high-performance web applications built for scale and security.", - }, + title: "Web Development", description: "Robust, high-performance web applications built for scale and security."}, ]} title="Our Expertise" description="Comprehensive digital solutions tailored to elevate your brand identity and market position." @@ -144,52 +112,23 @@ export default function LandingPage() {