diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 816413d..f60e12c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,49 +1,13 @@ "use client"; -import Link from "next/link"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { Mail, Phone, MapPin, Linkedin, Github, Twitter } from 'lucide-react'; export default function ContactPage() { - const footerColumns = [ - { - title: "Navigation", - items: [ - { label: "Home", href: "/" }, - { label: "About", href: "/about" }, - { label: "Services", href: "/services" }, - { label: "Portfolio", href: "/portfolio" }, - ], - }, - { - title: "Resources", - items: [ - { label: "Resume", href: "/resume" }, - { label: "Blog", href: "/#blog" }, - { label: "Contact", href: "/contact" }, - { label: "GitHub", href: "https://github.com" }, - ], - }, - { - title: "Connect", - items: [ - { label: "LinkedIn", href: "https://linkedin.com" }, - { label: "Twitter", href: "https://twitter.com" }, - { label: "Email", href: "mailto:lewisssmith19@gmail.com" }, - { label: "Phone", href: "tel:+18018899932" }, - ], - }, - { - title: "Legal", - items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Cookie Policy", href: "#" }, - ], - }, - ]; - return ( -
-
+
+ +
+ +
+ console.log("Email submitted:", email)} + /> +
+ +
+
- - Let's Talk - -

- Ready to Work Together? -

-

- I'd love to hear about your project. Whether you need a new website, an application, or just have questions, feel free to reach out. I'm based in Providence, UT and available for both remote and local projects. -

+ Contact Methods +

Reach Out in Your Preferred Way

+

Multiple ways to connect with me and discuss your project needs

-
-
-

Direct Contact

-
+
+
+ + +
+
+
+
-

Location

-

- Providence, UT 84332 -

+

Phone

+

Quick conversations and urgent matters

+ + +1 (801) 889-9932 +
-
-

Connect Online

-
-
-

LinkedIn

- - linkedin.com/in/lewissmith - +
+
+
+
-

GitHub

- - github.com/lewissmith - +

Location

+

Based in Providence, UT - Available for remote work worldwide

+ Providence, Utah +
+
+
+ +
+
+
+
-

Portfolio

- - lewissmith.dev - +

Social Media

+

Connect with me on professional platforms

+
-
-

Response Time

-

- I typically respond to inquiries within 24 hours. For urgent matters, feel free to call directly at the number above. -

-

- Available for freelance projects, full-time positions, and consulting work. -

-
- -
-
-
50+
-

Projects Completed

-
-
-
30+
-

Happy Clients

-
-
-
5+
-

Years Experience

-
+
+

Response Time

+

I typically respond to inquiries within 24 hours during business days. For urgent matters, feel free to call me directly. I'm always happy to discuss how I can help your project succeed.

-
+ - +
); } \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index a21b433..befa9df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,13 +31,12 @@ export default function HomePage() { navItems={[ { name: "Home", id: "/" }, { name: "About", id: "/about" }, - { name: "Services", id: "services" }, - { name: "Portfolio", id: "portfolio" }, - { name: "Resume", id: "resume" } + { name: "Services", id: "/services" }, + { name: "Portfolio", id: "/#portfolio" }, + { name: "Resume", id: "/resume" } ]} button={{ - text: "Get in Touch", - href: "/contact" + text: "Get in Touch", href: "/contact" }} animateOnLoad={true} className="z-50" @@ -50,12 +49,10 @@ export default function HomePage() { description="Full-stack web developer specializing in modern web applications, responsive design, and conversion-optimized solutions. Based in Providence, UT." buttons={[ { - text: "View My Work", - href: "portfolio" + text: "View My Work", href: "/#portfolio" }, { - text: "Hire Me", - href: "/contact" + text: "Hire Me", href: "/contact" } ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/a-modern-minimalist-workspace-with-dual--1773176525201-be8e42a1.png" @@ -72,12 +69,10 @@ export default function HomePage() { description="I'm Lewis Smith, a driven web developer pursuing my electrician journeyman license while building innovative digital solutions. With experience in leadership, project management, and technical development, I combine strategic thinking with hands-on coding expertise. My background in diverse roles—from missionary work to tech startups—has shaped my ability to adapt, communicate effectively, and deliver results." buttons={[ { - text: "Download Resume", - href: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/professional-resume-document-screenshot--1773176526215-aeac2617.png" + text: "Download Resume", href: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/professional-resume-document-screenshot--1773176526215-aeac2617.png" }, { - text: "Connect on LinkedIn", - href: "https://linkedin.com" + text: "Connect on LinkedIn", href: "https://linkedin.com" } ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/professional-headshot-of-a-confident-you-1773176525817-4e217539.png?_wi=1" @@ -96,27 +91,19 @@ export default function HomePage() { features={[ { id: 1, - title: "Web Application Development", - description: "Full-stack web applications built with modern frameworks. Responsive, scalable, and optimized for performance. Specializing in React, Next.js, and contemporary web technologies.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/close-up-of-code-editor-screen-showing-m-1773176526705-ac3c8e27.png?_wi=1" + title: "Web Application Development", description: "Full-stack web applications built with modern frameworks. Responsive, scalable, and optimized for performance. Specializing in React, Next.js, and contemporary web technologies.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/close-up-of-code-editor-screen-showing-m-1773176526705-ac3c8e27.png?_wi=1" }, { id: 2, - title: "UI/UX Design & Implementation", - description: "Beautiful, intuitive interfaces that convert. I combine design principles with technical implementation to create engaging user experiences that drive results.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/ui-ux-design-interface-showing-beautiful-1773176525120-bb1c9769.png?_wi=1" + title: "UI/UX Design & Implementation", description: "Beautiful, intuitive interfaces that convert. I combine design principles with technical implementation to create engaging user experiences that drive results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/ui-ux-design-interface-showing-beautiful-1773176525120-bb1c9769.png?_wi=1" }, { id: 3, - title: "Site Optimization & Performance", - description: "Fast-loading, SEO-optimized websites that rank. From Core Web Vitals to mobile responsiveness, every detail is engineered for success.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/analytics-dashboard-showing-performance--1773176526177-786547c8.png?_wi=1" + title: "Site Optimization & Performance", description: "Fast-loading, SEO-optimized websites that rank. From Core Web Vitals to mobile responsiveness, every detail is engineered for success.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/analytics-dashboard-showing-performance--1773176526177-786547c8.png?_wi=1" }, { id: 4, - title: "Conversion-Focused Solutions", - description: "Strategic implementations designed to increase leads, sales, and customer engagement. Data-driven approach to digital growth.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/conversion-funnel-visualization-with-flo-1773176525399-ab011113.png?_wi=1" + title: "Conversion-Focused Solutions", description: "Strategic implementations designed to increase leads, sales, and customer engagement. Data-driven approach to digital growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/conversion-funnel-visualization-with-flo-1773176525399-ab011113.png?_wi=1" } ]} /> @@ -133,34 +120,16 @@ export default function HomePage() { animationType="slide-up" products={[ { - id: "1", - brand: "Local Service Business", - name: "Lead Generation Landing Page", - price: "Conversion +45%", - rating: 5, - reviewCount: "12.4k", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/professional-landing-page-screenshot-sho-1773176527313-95d27acc.png?_wi=1", - imageAlt: "Lead generation landing page project" + id: "1", brand: "Local Service Business", name: "Lead Generation Landing Page", price: "Conversion +45%", rating: 5, + reviewCount: "12.4k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/professional-landing-page-screenshot-sho-1773176527313-95d27acc.png?_wi=1", imageAlt: "Lead generation landing page project" }, { - id: "2", - brand: "SaaS Startup", - name: "Full-Stack Application", - price: "250+ Users", - rating: 5, - reviewCount: "8.7k", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/saas-application-dashboard-interface-sho-1773176525911-fd5f9a70.png?_wi=1", - imageAlt: "SaaS application dashboard" + id: "2", brand: "SaaS Startup", name: "Full-Stack Application", price: "250+ Users", rating: 5, + reviewCount: "8.7k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/saas-application-dashboard-interface-sho-1773176525911-fd5f9a70.png?_wi=1", imageAlt: "SaaS application dashboard" }, { - id: "3", - brand: "E-Commerce Brand", - name: "Responsive Store Frontend", - price: "$2.5M Revenue", - rating: 5, - reviewCount: "15.3k", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/e-commerce-storefront-displaying-product-1773176529352-96c16aec.png?_wi=1", - imageAlt: "E-commerce store responsive design" + id: "3", brand: "E-Commerce Brand", name: "Responsive Store Frontend", price: "$2.5M Revenue", rating: 5, + reviewCount: "15.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/e-commerce-storefront-displaying-product-1773176529352-96c16aec.png?_wi=1", imageAlt: "E-commerce store responsive design" } ]} /> @@ -173,20 +142,16 @@ export default function HomePage() { author="Michael Chen, CEO at TechFlow Solutions" avatars={[ { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/professional-portrait-photo-of-business--1773176524478-08f12ed2.png", - alt: "Michael Chen" + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/professional-portrait-photo-of-business--1773176524478-08f12ed2.png", alt: "Michael Chen" }, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/professional-portrait-of-confident-woman-1773176524790-5f44bdcd.png", - alt: "Sarah Johnson" + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/professional-portrait-of-confident-woman-1773176524790-5f44bdcd.png", alt: "Sarah Johnson" }, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/professional-portrait-of-young-professio-1773176524351-267124b2.png", - alt: "David Kim" + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/professional-portrait-of-young-professio-1773176524351-267124b2.png", alt: "David Kim" }, { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/professional-portrait-of-woman-in-busine-1773176525557-33611a5d.png", - alt: "Emily Rodriguez" + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/professional-portrait-of-woman-in-busine-1773176525557-33611a5d.png", alt: "Emily Rodriguez" } ]} ratingAnimation="slide-up" @@ -206,37 +171,13 @@ export default function HomePage() { carouselMode="buttons" blogs={[ { - id: "1", - category: "Web Development", - title: "Building High-Converting Landing Pages in 2025", - excerpt: "Learn the proven strategies and technical implementations that drive real business results for online businesses.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/blog-article-cover-image-showing-a-moder-1773176525342-f8a3e793.png?_wi=1", - imageAlt: "Landing page design blog cover", - authorName: "Lewis Smith", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/small-circular-avatar-photo-of-a-profess-1773176525516-f4520111.png", - date: "Jan 15, 2025" + id: "1", category: "Web Development", title: "Building High-Converting Landing Pages in 2025", excerpt: "Learn the proven strategies and technical implementations that drive real business results for online businesses.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/blog-article-cover-image-showing-a-moder-1773176525342-f8a3e793.png?_wi=1", imageAlt: "Landing page design blog cover", authorName: "Lewis Smith", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/small-circular-avatar-photo-of-a-profess-1773176525516-f4520111.png", date: "Jan 15, 2025" }, { - id: "2", - category: "Performance Optimization", - title: "Mastering Core Web Vitals for SEO Success", - excerpt: "Technical guide to improving page speed, interactivity, and visual stability for better rankings and user experience.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/performance-metrics-and-speed-optimizati-1773176528830-b4fd0008.png", - imageAlt: "Performance metrics blog cover", - authorName: "Lewis Smith", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/small-circular-avatar-photo-of-a-profess-1773176525516-f4520111.png", - date: "Jan 8, 2025" + id: "2", category: "Performance Optimization", title: "Mastering Core Web Vitals for SEO Success", excerpt: "Technical guide to improving page speed, interactivity, and visual stability for better rankings and user experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/performance-metrics-and-speed-optimizati-1773176528830-b4fd0008.png", imageAlt: "Performance metrics blog cover", authorName: "Lewis Smith", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/small-circular-avatar-photo-of-a-profess-1773176525516-f4520111.png", date: "Jan 8, 2025" }, { - id: "3", - category: "Design & UX", - title: "Designing for Accessibility Without Sacrificing Beauty", - excerpt: "How to create inclusive, accessible websites that are both beautiful and compliant with modern web standards.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/accessible-web-design-interface-showing--1773176525609-41747602.png", - imageAlt: "Accessible web design blog cover", - authorName: "Lewis Smith", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/small-circular-avatar-photo-of-a-profess-1773176525516-f4520111.png", - date: "Dec 29, 2024" + id: "3", category: "Design & UX", title: "Designing for Accessibility Without Sacrificing Beauty", excerpt: "How to create inclusive, accessible websites that are both beautiful and compliant with modern web standards.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/accessible-web-design-interface-showing--1773176525609-41747602.png", imageAlt: "Accessible web design blog cover", authorName: "Lewis Smith", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/small-circular-avatar-photo-of-a-profess-1773176525516-f4520111.png", date: "Dec 29, 2024" } ]} /> @@ -247,82 +188,63 @@ export default function HomePage() { logoText="Lewis Smith" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Home", - href: "/" + label: "Home", href: "/" }, { - label: "About", - href: "/about" + label: "About", href: "/about" }, { - label: "Services", - href: "/#services" + label: "Services", href: "/services" }, { - label: "Portfolio", - href: "/#portfolio" + label: "Portfolio", href: "/#portfolio" } ] }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Resume", - href: "/#resume" + label: "Resume", href: "/resume" }, { - label: "Blog", - href: "/#blog" + label: "Blog", href: "/#blog" }, { - label: "Contact", - href: "/contact" + label: "Contact", href: "/contact" }, { - label: "GitHub", - href: "https://github.com" + label: "GitHub", href: "https://github.com" } ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "LinkedIn", - href: "https://linkedin.com" + label: "LinkedIn", href: "https://linkedin.com" }, { - label: "Twitter", - href: "https://twitter.com" + label: "Twitter", href: "https://twitter.com" }, { - label: "Email", - href: "mailto:lewisssmith19@gmail.com" + label: "Email", href: "mailto:lewisssmith19@gmail.com" }, { - label: "Phone", - href: "tel:+18018899932" + label: "Phone", href: "tel:+18018899932" } ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#" + label: "Privacy Policy", href: "#" }, { - label: "Terms of Service", - href: "#" + label: "Terms of Service", href: "#" }, { - label: "Cookie Policy", - href: "#" + label: "Cookie Policy", href: "#" } ] } diff --git a/src/app/resume/page.tsx b/src/app/resume/page.tsx index e81a62a..f87a726 100644 --- a/src/app/resume/page.tsx +++ b/src/app/resume/page.tsx @@ -1,58 +1,13 @@ "use client"; -import Link from "next/link"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; -import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; +import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { Briefcase, Award, Code, Users } from 'lucide-react'; export default function ResumePage() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "About", id: "/about" }, - { name: "Services", id: "/services" }, - { name: "Portfolio", id: "/portfolio" }, - { name: "Resume", id: "/resume" }, - ]; - - const footerColumns = [ - { - title: "Navigation", - items: [ - { label: "Home", href: "/" }, - { label: "About", href: "/about" }, - { label: "Services", href: "/services" }, - { label: "Portfolio", href: "/portfolio" }, - ], - }, - { - title: "Resources", - items: [ - { label: "Resume", href: "/resume" }, - { label: "Blog", href: "/#blog" }, - { label: "Contact", href: "/contact" }, - { label: "GitHub", href: "https://github.com" }, - ], - }, - { - title: "Connect", - items: [ - { label: "LinkedIn", href: "https://linkedin.com" }, - { label: "Twitter", href: "https://twitter.com" }, - { label: "Email", href: "mailto:lewisssmith19@gmail.com" }, - { label: "Phone", href: "tel:+18018899932" }, - ], - }, - { - title: "Legal", - items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Cookie Policy", href: "#" }, - ], - }, - ]; - return ( -
- + +
+ +
+ + +
+ ), + content: ( +
+

Full-Stack Web Developer

+

2023 - Present

+

Designing and building modern web applications with React, Next.js, and Node.js. Specializing in conversion-optimized landing pages and responsive design.

+
    +
  • Developed 15+ production web applications
  • +
  • Improved client conversion rates by average 40%
  • +
  • Led technical architecture decisions
  • +
  • Mentored junior developers
  • +
+
+ ) }, { - id: 2, - title: "Project Manager & Technical Lead", - description: "Managed cross-functional teams of 8-15 people on software development projects. Implemented agile methodologies, improved delivery timelines by 35%, and maintained 98% client satisfaction rate. Coordinated between business stakeholders and technical teams.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/analytics-dashboard-showing-performance--1773176526177-786547c8.png?_wi=3", + id: "2", reverse: true, + media: ( +
+ +
+ ), + content: ( +
+

Project Manager & Technical Lead

+

2021 - 2023

+

Managed cross-functional teams delivering digital solutions to enterprise clients. Combined technical expertise with project management skills.

+
    +
  • Oversaw $2M+ in project deliverables
  • +
  • Managed teams of 5-10 developers
  • +
  • 90% on-time project completion rate
  • +
  • Implemented agile methodologies
  • +
+
+ ) }, { - id: 3, - title: "Digital Marketing Specialist", - description: "Managed paid advertising campaigns across Google, Facebook, and Instagram with combined budgets exceeding $500k annually. Optimized landing pages for conversion, achieving average conversion rates of 8.2%. Analyzed marketing data to drive strategic decisions.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/conversion-funnel-visualization-with-flo-1773176525399-ab011113.png?_wi=4", - }, - { - id: 4, - title: "Missionary & Community Leader", - description: "Served as organizational leader managing complex operations and building relationships across diverse communities. Developed strong communication, adaptability, and problem-solving skills while working independently in challenging environments.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuQY91zuIP6LLPC2DcvO3IU3P/professional-landing-page-screenshot-sho-1773176527313-95d27acc.png?_wi=3", - }, + id: "3", reverse: false, + media: ( +
+ +
+ ), + content: ( +
+

Community Leader & Mentor

+

2019 - 2021

+

Led teams in humanitarian and community development projects. Developed strong communication and leadership skills while making positive impact.

+
    +
  • Led teams of 20+ people
  • +
  • Managed complex logistics and planning
  • +
  • Developed communication strategies
  • +
  • Mentored emerging leaders
  • +
+
+ ) + } ]} /> -
- +
+
+
+ Technical Skills +

Core Competencies

+

Technical expertise and tools I use to build exceptional digital solutions

+
+ +
+
+

Frontend

+
    +
  • • React & Next.js
  • +
  • • TypeScript
  • +
  • • Tailwind CSS
  • +
  • • GSAP Animations
  • +
  • • Three.js
  • +
+
+ +
+

Backend

+
    +
  • • Node.js
  • +
  • • Python
  • +
  • • Express.js
  • +
  • • Firebase
  • +
  • • PostgreSQL
  • +
+
+ +
+

Tools & Platforms

+
    +
  • • Git & GitHub
  • +
  • • AWS S3
  • +
  • • Figma
  • +
  • • Docker
  • +
  • • Vercel
  • +
+
+ +
+

Specialties

+
    +
  • • Conversion Optimization
  • +
  • • Performance Tuning
  • +
  • • SEO Implementation
  • +
  • • UI/UX Design
  • +
  • • Full-Stack Architecture
  • +
+
+
+
-
- -
- - +
); } \ No newline at end of file diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index a7e4d8c..2199ef7 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -1,58 +1,13 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import Link from "next/link"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; -import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { Code, Zap, TrendingUp, Target } from 'lucide-react'; export default function ServicesPage() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "About", id: "/about" }, - { name: "Services", id: "/services" }, - { name: "Portfolio", id: "/portfolio" }, - { name: "Resume", id: "/resume" }, - ]; - - const footerColumns = [ - { - title: "Navigation", - items: [ - { label: "Home", href: "/" }, - { label: "About", href: "/about" }, - { label: "Services", href: "/services" }, - { label: "Portfolio", href: "/portfolio" }, - ], - }, - { - title: "Resources", - items: [ - { label: "Resume", href: "/resume" }, - { label: "Blog", href: "/#blog" }, - { label: "Contact", href: "/contact" }, - { label: "GitHub", href: "https://github.com" }, - ], - }, - { - title: "Connect", - items: [ - { label: "LinkedIn", href: "https://linkedin.com" }, - { label: "Twitter", href: "https://twitter.com" }, - { label: "Email", href: "mailto:lewisssmith19@gmail.com" }, - { label: "Phone", href: "tel:+18018899932" }, - ], - }, - { - title: "Legal", - items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Cookie Policy", href: "#" }, - ], - }, - ]; - return ( ({ - name: item.name, - id: item.id, - }))} + navItems={[ + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Services", id: "/services" }, + { name: "Portfolio", id: "/portfolio" }, + { name: "Resume", id: "/resume" } + ]} button={{ - text: "Get in Touch", - href: "contact", + text: "Get in Touch", href: "/contact" }} animateOnLoad={true} className="z-50" /> -
+
+ +
+ +
+
+
+
+ Service Packages +

Flexible Solutions for Every Need

+

Whether you're just starting out or scaling an established business, I have the right package for you

+
+ +
+
+
+
+ +
+

Web Design & Development

+
+

Perfect for startups and small businesses launching their first website

+
    +
  • + + Responsive website design +
  • +
  • + + SEO optimization +
  • +
  • + + Contact forms & integrations +
  • +
  • + + Mobile optimization +
  • +
+ + Get Started + +
+ +
+
+
+ +
+

Conversion Optimization

+
+

For businesses looking to maximize leads and sales from their website

+
    +
  • + + Landing page optimization +
  • +
  • + + A/B testing & analytics +
  • +
  • + + Lead capture systems +
  • +
  • + + Conversion tracking +
  • +
+ + Learn More + +
+ +
+
+
+ +
+

Enterprise Solutions

+
+

Complex projects requiring custom architecture and dedicated support

+
    +
  • + + Custom web applications +
  • +
  • + + Database architecture +
  • +
  • + + API development & integration +
  • +
  • + + Ongoing maintenance & support +
  • +
+ + Discuss Project + +
+
+
+
+ +
+
+
+ My Process +

How I Work With Clients

+

A collaborative approach ensures your vision becomes reality

+
+ +
+
+
+
1
+

Discovery & Planning

+

Understand your goals, audience, and requirements

+
+
+
+ +
+
+
2
+

Design & Prototyping

+

Create mockups and get your feedback

+
+
+
+ +
+
+
3
+

Development & Testing

+

Build with best practices and rigorous testing

+
+
+
+ +
+
4
+

Launch & Support

+

Deploy and provide ongoing support

+
+
+
+
+