diff --git a/src/app/_components/my-projects/page.tsx b/src/app/_components/my-projects/page.tsx index afd47c7..e92aaa1 100644 --- a/src/app/_components/my-projects/page.tsx +++ b/src/app/_components/my-projects/page.tsx @@ -73,7 +73,10 @@ export default function MyProjects() { : groupedProjects[selectedCategory]?.slice(0, 6) || []; // Get first 6 projects from selected category return ( -
+

My Projects

Lorem ipsum dolor sit amet consectetur. Mollis erat duis aliquam mauris @@ -85,7 +88,7 @@ export default function MyProjects() {

  • setSelectedCategory(category.label)} - className={`select-none rounded-md border whitespace-nowrap border-[#545454] bg-[#F8F8F8] px-[20px] py-[10px] text-[18px] font-[600] hover:cursor-pointer hover:border-[#FD6F00] ${ + className={`select-none whitespace-nowrap rounded-md border border-[#545454] bg-[#F8F8F8] px-[20px] py-[10px] text-[18px] font-[600] hover:cursor-pointer hover:border-[#FD6F00] ${ selectedCategory === category.label ? "bg-[#FD6F00] text-[#FFFFFF]" : "text-[#000]" @@ -106,8 +109,11 @@ export default function MyProjects() {
    {filteredProjects.length > 0 ? ( filteredProjects.map((project, index) => ( -
    -
    +
    +
    {project.images.map((image, idx) => ( ))}
    -
    +
    {project.category}
    -

    +

    {project.title}

    diff --git a/src/app/_components/services/page.tsx b/src/app/_components/services/page.tsx index 8f4a17c..c15aed1 100644 --- a/src/app/_components/services/page.tsx +++ b/src/app/_components/services/page.tsx @@ -53,14 +53,14 @@ export default function Services() { {service!.altText} )}
    -

    +

    {loading ? ( ) : ( service!.title )}

    -

    +

    {loading ? ( ) : ( diff --git a/src/app/_components/testimonials/page.tsx b/src/app/_components/testimonials/page.tsx index 044bd2c..dbb6628 100644 --- a/src/app/_components/testimonials/page.tsx +++ b/src/app/_components/testimonials/page.tsx @@ -48,28 +48,32 @@ export default function Testimonials() { ]; return ( -

    -

    Testominials

    -

    +

    +

    Testominials

    +

    Lorem ipsum dolor sit amet consectetur. Mollis erat duis aliquam mauris est risus lectus. Phasellus consequat urna tellus

    -
    +
    {testimonials.map((testimonial, index) => (
    - user profile picture -
    -

    +

    + user profile picture +
    +
    +

    @@ -79,10 +83,10 @@ export default function Testimonials() { “

    -
    +
    {testimonial.name}
    -

    +

    {testimonial.position}