diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e13061..a831545 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,29 +32,17 @@ export default function LandingPage() { @@ -63,87 +51,56 @@ export default function LandingPage() {
@@ -171,25 +126,13 @@ export default function LandingPage() { carouselMode="buttons" metrics={[ { - id: "m1", - value: "100+", - title: "Successful Projects", - description: "Delivering exceptional web experiences for diverse clients.", - icon: CheckCircle, + id: "m1", value: "100+", title: "Successful Projects", description: "Delivering exceptional web experiences for diverse clients.", icon: CheckCircle, }, { - id: "m2", - value: "98%", - title: "Client Satisfaction", - description: "Building strong relationships through reliable and impactful work.", - icon: Star, + id: "m2", value: "98%", title: "Client Satisfaction", description: "Building strong relationships through reliable and impactful work.", icon: Star, }, { - id: "m3", - value: "+30%", - title: "Average Conversion Lift", - description: "Optimizing designs and user flows for measurable growth.", - icon: TrendingUp, + id: "m3", value: "+30%", title: "Average Conversion Lift", description: "Optimizing designs and user flows for measurable growth.", icon: TrendingUp, }, ]} title="My Impact, Quantified" @@ -205,65 +148,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - brand: "Tech Solutions", - name: "AI SaaS Platform", - price: "View Case Study", - rating: 5, - reviewCount: "25", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134678368-5c2qrpas.png", - imageAlt: "AI SaaS Platform Dashboard", - }, + id: "p1", brand: "Tech Solutions", name: "AI SaaS Platform", price: "View Case Study", rating: 5, + reviewCount: "25", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134678368-5c2qrpas.png", imageAlt: "AI SaaS Platform Dashboard"}, { - id: "p2", - brand: "Global Ventures", - name: "Corporate Redesign", - price: "View Case Study", - rating: 5, - reviewCount: "18", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134469186-xp7xy5lm.png", - imageAlt: "Corporate Website Homepage", - }, + id: "p2", brand: "Global Ventures", name: "Corporate Redesign", price: "View Case Study", rating: 5, + reviewCount: "18", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134469186-xp7xy5lm.png", imageAlt: "Corporate Website Homepage"}, { - id: "p3", - brand: "E-Learning Hub", - name: "Online Course Portal", - price: "View Case Study", - rating: 4, - reviewCount: "30", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134490666-z1gftx3q.png", - imageAlt: "Online Course Platform UI", - }, + id: "p3", brand: "E-Learning Hub", name: "Online Course Portal", price: "View Case Study", rating: 4, + reviewCount: "30", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134490666-z1gftx3q.png", imageAlt: "Online Course Platform UI"}, { - id: "p4", - brand: "Insight Blog", - name: "Modern Content Hub", - price: "View Case Study", - rating: 5, - reviewCount: "12", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134511954-f922btm0.png", - imageAlt: "Modern Blog Interface", - }, + id: "p4", brand: "Insight Blog", name: "Modern Content Hub", price: "View Case Study", rating: 5, + reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134511954-f922btm0.png", imageAlt: "Modern Blog Interface"}, { - id: "p5", - brand: "Urban Living", - name: "Real Estate Portal", - price: "View Case Study", - rating: 4, - reviewCount: "22", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134662725-kuyphl0l.png", - imageAlt: "Real Estate Listing Website", - }, + id: "p5", brand: "Urban Living", name: "Real Estate Portal", price: "View Case Study", rating: 4, + reviewCount: "22", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134662725-kuyphl0l.png", imageAlt: "Real Estate Listing Website"}, { - id: "p6", - brand: "Gourmet Eats", - name: "Restaurant Ordering Site", - price: "View Case Study", - rating: 5, - reviewCount: "15", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134689001-yl8r30sw.png", - imageAlt: "Restaurant Online Ordering", - }, + id: "p6", brand: "Gourmet Eats", name: "Restaurant Ordering Site", price: "View Case Study", rating: 5, + reviewCount: "15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvEZbugZJMMJKmRQ7QXba2nKnk/uploaded-1781134689001-yl8r30sw.png", imageAlt: "Restaurant Online Ordering"}, ]} title="Showcasing My Award-Winning Web Projects" description="Explore a selection of high-performing websites I've designed and developed for clients across various industries." @@ -276,65 +177,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Johnson", - date: "March 2024", - title: "Exceptional Vision & Execution", - quote: "Working with [Your Name] was a game-changer for our online presence. Their ability to translate our vision into a high-performing website exceeded all expectations. We saw immediate improvements in user engagement and conversions.", - tag: "SaaS Startup", - avatarSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", - avatarAlt: "Sarah Johnson avatar", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-workspace-design_1048-1772.jpg", - imageAlt: "Team collaboration", - }, + id: "1", name: "Sarah Johnson", date: "March 2024", title: "Exceptional Vision & Execution", quote: "Working with [Your Name] was a game-changer for our online presence. Their ability to translate our vision into a high-performing website exceeded all expectations. We saw immediate improvements in user engagement and conversions.", tag: "SaaS Startup", avatarSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", avatarAlt: "Sarah Johnson avatar", imageSrc: "http://img.b2bpic.net/free-photo/wooden-workspace-design_1048-1772.jpg", imageAlt: "Team collaboration"}, { - id: "2", - name: "Michael Chen", - date: "February 2024", - title: "Strategic Design Partner", - quote: "[Your Name] is not just a designer; they're a strategic partner. Their insights into user experience and conversion optimization were invaluable. Our new platform is not only beautiful but incredibly effective.", - tag: "Fintech Company", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", - avatarAlt: "Michael Chen avatar", - imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg", - imageAlt: "Data analytics dashboard", - }, + id: "2", name: "Michael Chen", date: "February 2024", title: "Strategic Design Partner", quote: "[Your Name] is not just a designer; they're a strategic partner. Their insights into user experience and conversion optimization were invaluable. Our new platform is not only beautiful but incredibly effective.", tag: "Fintech Company", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", avatarAlt: "Michael Chen avatar", imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg", imageAlt: "Data analytics dashboard"}, { - id: "3", - name: "Emily Rodriguez", - date: "January 2024", - title: "Flawless Execution", - quote: "The attention to detail and commitment to quality from [Your Name] are truly remarkable. Our project was delivered on time, within budget, and with flawless execution. Highly recommended!", - tag: "Marketing Agency", - avatarSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg", - avatarAlt: "Emily Rodriguez avatar", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-chatting-desk_23-2149345216.jpg", - imageAlt: "Creative brainstorming", - }, + id: "3", name: "Emily Rodriguez", date: "January 2024", title: "Flawless Execution", quote: "The attention to detail and commitment to quality from [Your Name] are truly remarkable. Our project was delivered on time, within budget, and with flawless execution. Highly recommended!", tag: "Marketing Agency", avatarSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg", avatarAlt: "Emily Rodriguez avatar", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-chatting-desk_23-2149345216.jpg", imageAlt: "Creative brainstorming"}, { - id: "4", - name: "David Kim", - date: "December 2023", - title: "Beyond Expectations", - quote: "I've worked with many developers, but [Your Name]'s dedication stands out. They went above and beyond to ensure every feature functioned perfectly and that the design was pixel-perfect. A true professional.", - tag: "E-commerce Brand", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg", - avatarAlt: "David Kim avatar", - imageSrc: "http://img.b2bpic.net/free-photo/people-innovations-technology-businesspeople-studying-financial-data-touch-pad-pc-with-concentrated-look_273609-5536.jpg", - imageAlt: "Developers coding", - }, + id: "4", name: "David Kim", date: "December 2023", title: "Beyond Expectations", quote: "I've worked with many developers, but [Your Name]'s dedication stands out. They went above and beyond to ensure every feature functioned perfectly and that the design was pixel-perfect. A true professional.", tag: "E-commerce Brand", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg", avatarAlt: "David Kim avatar", imageSrc: "http://img.b2bpic.net/free-photo/people-innovations-technology-businesspeople-studying-financial-data-touch-pad-pc-with-concentrated-look_273609-5536.jpg", imageAlt: "Developers coding"}, { - id: "5", - name: "Jessica Lee", - date: "November 2023", - title: "Transformative Results", - quote: "Our old website was underperforming. [Your Name] transformed it into a modern, high-converting machine. The results speak for themselves: increased traffic, engagement, and sales!", - tag: "Consulting Firm", - avatarSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg", - avatarAlt: "Jessica Lee avatar", - imageSrc: "http://img.b2bpic.net/free-photo/executives-greeting-each-other_1098-2853.jpg", - imageAlt: "Business meeting", - }, + id: "5", name: "Jessica Lee", date: "November 2023", title: "Transformative Results", quote: "Our old website was underperforming. [Your Name] transformed it into a modern, high-converting machine. The results speak for themselves: increased traffic, engagement, and sales!", tag: "Consulting Firm", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg", avatarAlt: "Jessica Lee avatar", imageSrc: "http://img.b2bpic.net/free-photo/executives-greeting-each-other_1098-2853.jpg", imageAlt: "Business meeting"}, ]} title="What My Clients Say" description="Hear directly from clients who have experienced the impact of my design and development work." @@ -346,14 +197,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Global Innovations", - "Digital Dynamics", - "Apex Solutions", - "Creative Edge Studio", - "FutureScape Tech", - "Catalyst Brands", - "Streamline Services", - ]} + "Global Innovations", "Digital Dynamics", "Apex Solutions", "Creative Edge Studio", "FutureScape Tech", "Catalyst Brands", "Streamline Services"]} title="Trusted by Diverse Industries" description="My commitment to excellence has earned the trust of clients ranging from startups to established enterprises." speed={40} @@ -365,8 +209,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file