Update src/app/contact/page.tsx

This commit is contained in:
2026-03-19 17:35:45 +00:00
parent 4e8fbcb132
commit b02a82c372

View File

@@ -6,7 +6,7 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { Award, HelpCircle } from "lucide-react";
import { Award, HelpCircle, MessageCircle, Truck, FileText, DollarSign } from "lucide-react";
export default function ContactPage() {
const navItems = [
@@ -18,8 +18,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Shop",
items: [
title: "Shop", items: [
{ label: "Latest Phones", href: "/" },
{ label: "Accessories", href: "/" },
{ label: "Deals & Offers", href: "/" },
@@ -27,8 +26,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -36,8 +34,7 @@ export default function ContactPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Warranty Info", href: "#" },
@@ -45,8 +42,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Return Policy", href: "#" },
@@ -89,31 +85,27 @@ export default function ContactPage() {
features={[
{
id: 1,
title: "Phone Support",
description: "Call our customer service team directly. Available 24/7 for urgent queries and product assistance. +91-XXXX-XXXX-XXX",
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg?_wi=4",
imageAlt: "Phone support",
title: "Phone Support", description: "Call our customer service team directly. Available 24/7 for urgent queries and product assistance. +91-XXXX-XXXX-XXX", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg?_wi=4", imageAlt: "Phone support", buttons: [
{ text: "Chat with Support", href: "#" },
],
},
{
id: 2,
title: "Email Support",
description: "Send us detailed questions and we'll respond within 24 hours. Perfect for complex queries, warranty claims, and bulk orders.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg?_wi=5",
imageAlt: "Email support",
title: "Email Support", description: "Send us detailed questions and we'll respond within 24 hours. Perfect for complex queries, warranty claims, and bulk orders.", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg?_wi=5", imageAlt: "Email support", buttons: [
{ text: "Track Delivery", href: "#" },
],
},
{
id: 3,
title: "Store Visit",
description: "Visit our flagship store in the heart of the city. Experience products firsthand and get expert guidance from our team in person.",
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736732.jpg?_wi=3",
imageAlt: "Store location",
title: "Store Visit", description: "Visit our flagship store in the heart of the city. Experience products firsthand and get expert guidance from our team in person.", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736732.jpg?_wi=3", imageAlt: "Store location", buttons: [
{ text: "View Warranty Details", href: "#" },
],
},
{
id: 4,
title: "Live Chat",
description: "Chat with our support specialists in real-time. Quick answers to common questions about products, shipping, and warranty.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg?_wi=4",
imageAlt: "Live chat support",
title: "Live Chat", description: "Chat with our support specialists in real-time. Quick answers to common questions about products, shipping, and warranty.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg?_wi=4", imageAlt: "Live chat support", buttons: [
{ text: "Check Prices", href: "#" },
],
},
]}
/>
@@ -137,30 +129,15 @@ export default function ContactPage() {
mediaAnimation="slide-up"
faqs={[
{
id: "1",
title: "What are your business hours?",
content: "We're open Monday to Sunday, 10 AM to 8 PM. Online support is available 24/7. Holiday hours may vary.",
},
id: "1", title: "What are your business hours?", content: "We're open Monday to Sunday, 10 AM to 8 PM. Online support is available 24/7. Holiday hours may vary."},
{
id: "2",
title: "How can I track my order?",
content: "You'll receive a tracking link via email once your order ships. You can also check status in your account on our website.",
},
id: "2", title: "How can I track my order?", content: "You'll receive a tracking link via email once your order ships. You can also check status in your account on our website."},
{
id: "3",
title: "Do you handle warranty claims?",
content: "Yes, warranty claims are processed at our service center. Visit with your product and original receipt for quick resolution.",
},
id: "3", title: "Do you handle warranty claims?", content: "Yes, warranty claims are processed at our service center. Visit with your product and original receipt for quick resolution."},
{
id: "4",
title: "Can I cancel or modify my order?",
content: "Orders can be modified within 1 hour of placement. After that, cancellation may incur fees. Contact us immediately for assistance.",
},
id: "4", title: "Can I cancel or modify my order?", content: "Orders can be modified within 1 hour of placement. After that, cancellation may incur fees. Contact us immediately for assistance."},
{
id: "5",
title: "What's your response time?",
content: "Email queries: 24 hours. Chat: Instant. Phone: 2-3 minutes average wait. We prioritize urgent issues.",
},
id: "5", title: "What's your response time?", content: "Email queries: 24 hours. Chat: Instant. Phone: 2-3 minutes average wait. We prioritize urgent issues."},
]}
/>
</div>