From 451d72e4705498ee4bd0940128cbe69c9cf7da29 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:07:14 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0cd065e..d0d1528 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,7 +6,6 @@ import ContactSplit from "@/components/sections/contact/ContactSplit"; import FaqBase from "@/components/sections/faq/FaqBase"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import FooterCard from "@/components/sections/footer/FooterCard"; -import Link from "next/link"; import { Mail, Github, Linkedin, Twitter } from "lucide-react"; const navItems = [ @@ -34,9 +33,9 @@ export default function ContactPage() { @@ -48,8 +47,8 @@ export default function ContactPage() { tagIcon={Mail} background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/modern-collaborative-workspace-showing-d-1772556088258-1f3bf5a6.png?_wi=5" - imageAlt="smartbiz team collaborating" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/modern-collaborative-workspace-showing-d-1772556088258-1f3bf5a6.png" + imageAlt="Webuild team collaborating" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email" @@ -66,7 +65,7 @@ export default function ContactPage() { faqs={[ { id: "1", title: "How quickly will you respond to my inquiry?", content: - "We typically respond to inquiries within 24 business hours. For urgent matters, feel free to call or email us directly at hello@smartbiz.dev."}, + "We typically respond to inquiries within 24 business hours. For urgent matters, feel free to call or email us directly at hello@webuild.dev."}, { id: "2", title: "What should I prepare for the initial consultation?", content: "Come ready to discuss your business goals, target audience, current challenges, and budget. It helps to have any competitor websites or design inspiration you like. We'll guide you through the rest!"}, @@ -92,16 +91,16 @@ export default function ContactPage() {
); -} +} \ No newline at end of file