From b878cd10979e047e5083f0420b27cc26d3d69695 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 17:51:07 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6acda77..8506583 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -9,7 +9,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' export default function ContactPage() { const navItems = [ - { name: "Contact", href: "/contact" }, + { name: "Contact", id: "/contact" }, ]; const navButton = { @@ -49,7 +49,7 @@ export default function ContactPage() { description="Ready to bring your ideas to life? Fill out the form below or reach out to us directly. We're excited to hear about your project!" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/low-angle-team-meeting-office_23-2148339378.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/low-angle-team-meeting-office_23-2148339378.jpg" imageAlt="graphic design studio interior modern" mediaAnimation="opacity" inputPlaceholder="Your Email Address" @@ -64,11 +64,11 @@ export default function ContactPage() { description="Hear directly from the businesses we've helped elevate through exceptional design." testimonials={[ { - id: "1", name: "Sarah Chen", role: "Marketing Director", testimonial: "PixelPulse Agency transformed our brand identity. Their creative vision and attention to detail were simply outstanding. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195343.jpg?_wi=4"}, + id: "1", name: "Sarah Chen", role: "Marketing Director", testimonial: "PixelPulse Agency transformed our brand identity. Their creative vision and attention to detail were simply outstanding. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195343.jpg"}, { - id: "2", name: "David Lee", role: "CEO", testimonial: "Working with PixelPulse Agency was a game-changer for our web presence. The new UI/UX is not only beautiful but also incredibly user-friendly.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-man-standing-with-suitcase-airport-waiting-flight-xa_657883-702.jpg?_wi=4"}, + id: "2", name: "David Lee", role: "CEO", testimonial: "Working with PixelPulse Agency was a game-changer for our web presence. The new UI/UX is not only beautiful but also incredibly user-friendly.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-man-standing-with-suitcase-airport-waiting-flight-xa_657883-702.jpg"}, { - id: "3", name: "Emily Rodriguez", role: "Founder", testimonial: "Their packaging designs were exactly what we envisioned. PixelPulse Agency captured the essence of our brand perfectly. A true pleasure to collaborate with.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3920.jpg?_wi=4"}, + id: "3", name: "Emily Rodriguez", role: "Founder", testimonial: "Their packaging designs were exactly what we envisioned. PixelPulse Agency captured the essence of our brand perfectly. A true pleasure to collaborate with.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3920.jpg"}, ]} animationType="slide-up" textboxLayout="default" From 47d3e331d2433a3145684902c679f6b03420706b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 17:51:08 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index afed1d8..da785dc 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -9,12 +9,12 @@ import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis" export default function ServicesPage() { const navItems = [ - { name: "Home", href: "/" }, - { name: "About", href: "/about" }, - { name: "Services", href: "/services" }, - { name: "Portfolio", href: "/portfolio" }, - { name: "Testimonials", href: "/testimonials" }, - { name: "Contact", href: "/contact" }, + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Services", id: "/services" }, + { name: "Portfolio", id: "/portfolio" }, + { name: "Testimonials", id: "/testimonials" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ @@ -68,11 +68,11 @@ export default function ServicesPage() { description="From concept to completion, we offer a full suite of graphic design services tailored to your needs." features={[ { - id: "branding", title: "Brand Identity & Logo Design", description: "We build strong, memorable brands that resonate with your audience and stand out in the market.", imageSrc: "http://img.b2bpic.net/free-vector/brand-manual-template-design_23-2149872584.jpg?_wi=3", imageAlt: "branding identity logo development"}, + id: "branding", title: "Brand Identity & Logo Design", description: "We build strong, memorable brands that resonate with your audience and stand out in the market.", imageSrc: "http://img.b2bpic.net/free-vector/brand-manual-template-design_23-2149872584.jpg", imageAlt: "branding identity logo development"}, { - id: "webdesign", title: "Web & UI/UX Design", description: "Creating intuitive and beautiful websites and user interfaces that deliver exceptional digital experiences.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg?_wi=3", imageAlt: "responsive web design interface tablet"}, + id: "webdesign", title: "Web & UI/UX Design", description: "Creating intuitive and beautiful websites and user interfaces that deliver exceptional digital experiences.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg", imageAlt: "responsive web design interface tablet"}, { - id: "printdesign", title: "Print & Packaging Design", description: "Bringing your brand to life in the physical world with stunning brochures, packaging, and marketing materials.", imageSrc: "http://img.b2bpic.net/free-vector/brochure-template-design_1097-354.jpg?_wi=3", imageAlt: "professional print design brochure magazine"}, + id: "printdesign", title: "Print & Packaging Design", description: "Bringing your brand to life in the physical world with stunning brochures, packaging, and marketing materials.", imageSrc: "http://img.b2bpic.net/free-vector/brochure-template-design_1097-354.jpg", imageAlt: "professional print design brochure magazine"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -101,13 +101,13 @@ export default function ServicesPage() { description="Hear directly from the businesses we've helped elevate through exceptional design." testimonials={[ { - id: "1", name: "Sarah Chen", role: "Marketing Director", testimonial: "PixelPulse Agency transformed our brand identity. Their creative vision and attention to detail were simply outstanding. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195343.jpg?_wi=3", imageAlt: "professional woman portrait smiling"}, + id: "1", name: "Sarah Chen", role: "Marketing Director", testimonial: "PixelPulse Agency transformed our brand identity. Their creative vision and attention to detail were simply outstanding. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195343.jpg", imageAlt: "professional woman portrait smiling"}, { - id: "2", name: "David Lee", role: "CEO", testimonial: "Working with PixelPulse Agency was a game-changer for our web presence. The new UI/UX is not only beautiful but also incredibly user-friendly.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-man-standing-with-suitcase-airport-waiting-flight-xa_657883-702.jpg?_wi=3", imageAlt: "male executive professional headshot"}, + id: "2", name: "David Lee", role: "CEO", testimonial: "Working with PixelPulse Agency was a game-changer for our web presence. The new UI/UX is not only beautiful but also incredibly user-friendly.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-man-standing-with-suitcase-airport-waiting-flight-xa_657883-702.jpg", imageAlt: "male executive professional headshot"}, { - id: "3", name: "Emily Rodriguez", role: "Founder", testimonial: "Their packaging designs were exactly what we envisioned. PixelPulse Agency captured the essence of our brand perfectly. A true pleasure to collaborate with.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3920.jpg?_wi=3", imageAlt: "young woman creative professional"}, + id: "3", name: "Emily Rodriguez", role: "Founder", testimonial: "Their packaging designs were exactly what we envisioned. PixelPulse Agency captured the essence of our brand perfectly. A true pleasure to collaborate with.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-glasses-cafe_273609-3920.jpg", imageAlt: "young woman creative professional"}, { - id: "4", name: "Michael Kim", role: "Product Manager", testimonial: "The team at PixelPulse Agency delivered exceptional infographics that made our complex data engaging and easy to understand. Professional and efficient.", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2903.jpg?_wi=2", imageAlt: "happy client male portrait casual"}, + id: "4", name: "Michael Kim", role: "Product Manager", testimonial: "The team at PixelPulse Agency delivered exceptional infographics that made our complex data engaging and easy to understand. Professional and efficient.", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2903.jpg", imageAlt: "happy client male portrait casual"}, ]} animationType="slide-up" textboxLayout="default"