diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 23d686d..5524562 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -7,196 +7,84 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -export default function LandingPage() { +export default function BlogPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 9cae923..010dff5 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -7,9 +7,9 @@ import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwen import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { PenTool, Search } from "lucide-react"; +import { PenTool, Search, Check, Layers, Type, Zap, Layout } from "lucide-react"; -export default function LandingPage() { +export default function ServicesPage() { return ( @@ -67,70 +45,31 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "UI/UX Design", - description: "Designing intuitive user experiences and interfaces.", - items: [ - { - text: "App Design", - }, - { - text: "Web Platforms", - }, - { - text: "Prototyping", - }, + title: "UI/UX Design", description: "Designing intuitive user experiences and interfaces.", items: [ + { icon: Layout, text: "App Design" }, + { icon: Layers, text: "Web Platforms" }, + { icon: Zap, text: "Prototyping" }, ], reverse: false, - media: { - imageSrc: "http://img.b2bpic.net/free-psd/healthy-food-landing-page-template_23-2149019900.jpg?_wi=5", - imageAlt: "UI/UX Services", - }, - imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038908.jpg?_wi=3", - imageAlt: "modern interface design project concept", + media: { imageSrc: "http://img.b2bpic.net/free-psd/healthy-food-landing-page-template_23-2149019900.jpg", imageAlt: "UI/UX Services" }, }, { - title: "Brand Strategy", - description: "Developing cohesive brand identities that resonate.", - items: [ - { - text: "Logo Design", - }, - { - text: "Typography", - }, - { - text: "Brand Systems", - }, + title: "Brand Strategy", description: "Developing cohesive brand identities that resonate.", items: [ + { icon: Check, text: "Logo Design" }, + { icon: Type, text: "Typography" }, + { icon: Layers, text: "Brand Systems" }, ], reverse: true, - media: { - imageSrc: "http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458980.jpg?_wi=4", - imageAlt: "Branding Services", - }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-elements-arrangement-with-empty-screen-tablet_23-2148708013.jpg?_wi=3", - imageAlt: "corporate branding identity layout design", + media: { imageSrc: "http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458980.jpg", imageAlt: "Branding Services" }, }, { - title: "Visual Design", - description: "High-quality visual content for all mediums.", - items: [ - { - text: "Social Media", - }, - { - text: "Poster Design", - }, - { - text: "Marketing Assets", - }, + title: "Visual Design", description: "High-quality visual content for all mediums.", items: [ + { icon: Zap, text: "Social Media" }, + { icon: Layout, text: "Poster Design" }, + { icon: Layers, text: "Marketing Assets" }, ], reverse: false, - media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-elements-arrangement-with-empty-screen-tablet_23-2148708013.jpg?_wi=4", - imageAlt: "Graphic Services", - }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-glad-businesslady-with-elegant-short-haircut-looking-away-refined-caucasian-girl-with-pink-makeup-posing-gray-jacket-claret-wall_197531-8079.jpg", - imageAlt: "portrait professional woman graphic designer", + media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-elements-arrangement-with-empty-screen-tablet_23-2148708013.jpg", imageAlt: "Graphic Services" }, }, ]} title="How I can help" @@ -147,34 +86,18 @@ export default function LandingPage() { description="How we collaborate to build success." features={[ { - title: "Discovery", - description: "Understanding your business goals.", - icon: Search, + title: "Discovery", description: "Understanding your business goals.", icon: Search, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458980.jpg?_wi=5", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345425.jpg?_wi=4", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458980.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345425.jpg" }, ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-businesswoman_329181-13396.jpg", - imageAlt: "man professional headshot profile", }, { - title: "Execution", - description: "Turning ideas into pixel-perfect reality.", - icon: PenTool, + title: "Execution", description: "Turning ideas into pixel-perfect reality.", icon: PenTool, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038908.jpg?_wi=4", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-elements-arrangement-with-empty-screen-tablet_23-2148708013.jpg?_wi=5", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038908.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-elements-arrangement-with-empty-screen-tablet_23-2148708013.jpg" }, ], - imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-10390.jpg", - imageAlt: "professional portrait female creative director", }, ]} /> @@ -185,9 +108,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Pricing & Timeline" description={[ - "Projects are quoted based on specific deliverables.", - "Average turnaround time is 4-8 weeks per project.", - ]} + "Projects are quoted based on specific deliverables.", "Average turnaround time is 4-8 weeks per project."]} /> @@ -196,54 +117,24 @@ export default function LandingPage() { logoText="Designer Portfolio" columns={[ { - title: "Links", - items: [ - { - label: "Home", - href: "/", - }, - { - label: "Portfolio", - href: "/portfolio", - }, - { - label: "Services", - href: "/services", - }, + title: "Links", items: [ + { label: "Home", href: "/" }, + { label: "Portfolio", href: "/portfolio" }, + { label: "Services", href: "/services" }, ], }, { - title: "Social", - items: [ - { - label: "Dribbble", - href: "#", - }, - { - label: "Behance", - href: "#", - }, - { - label: "LinkedIn", - href: "#", - }, - { - label: "Instagram", - href: "#", - }, + title: "Social", items: [ + { label: "Dribbble", href: "#" }, + { label: "Behance", href: "#" }, + { label: "LinkedIn", href: "#" }, + { label: "Instagram", href: "#" }, ], }, { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms", - href: "#", - }, + title: "Legal", items: [ + { label: "Privacy Policy", href: "#" }, + { label: "Terms", href: "#" }, ], }, ]}