Update src/app/contact/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user