From eb35616949dce0112281b27eb7c90098b1975508 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:52:29 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 42 ++++++++++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 14 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 01575b4..13f50d3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -42,7 +42,8 @@ export default function ContactPage() { brandName="Storefront" navItems={navItems} button={{ - text: "Shop Now", href: "/products"}} + text: "Shop Now", href: "/products" + }} /> @@ -60,15 +61,18 @@ export default function ContactPage() { { icon: Mail, title: "Email Support", description: - "Send us your questions and we'll respond within 24 hours at support@storefront.com"}, + "Send us your questions and we'll respond within 24 hours at support@storefront.com" + }, { icon: Phone, title: "Phone Support", description: - "Call our team at 1-800-SHOP-NOW. Available Monday-Sunday, 8AM-10PM EST"}, + "Call our team at 1-800-SHOP-NOW. Available Monday-Sunday, 8AM-10PM EST" + }, { icon: MapPin, title: "Visit Us", description: - "Located at 123 Commerce Street, Shopping District, NY 10001. Visit our flagship store"}, + "Located at 123 Commerce Street, Shopping District, NY 10001. Visit our flagship store" + }, ]} /> @@ -87,27 +91,33 @@ export default function ContactPage() { { id: "1", name: "Jessica Lopez", handle: "@jessicalopez", testimonial: "Outstanding quality and incredible prices! I've been shopping here for over a year and never had a single issue.", imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jessica Lopez"}, + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jessica Lopez" + }, { id: "2", name: "Marcus Thompson", handle: "@marcusthompson", testimonial: "The customer service team is phenomenal. They resolved my question within hours!", imageSrc: - "http://img.b2bpic.net/free-photo/handsome-happy-young-guy-with-glasses-posing_176420-30005.jpg", imageAlt: "Marcus Thompson"}, + "http://img.b2bpic.net/free-photo/handsome-happy-young-guy-with-glasses-posing_176420-30005.jpg", imageAlt: "Marcus Thompson" + }, { id: "3", name: "Amanda Park", handle: "@amandapark", testimonial: "Best online shopping experience ever. Fast delivery and the products are exactly as described.", imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Amanda Park"}, + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Amanda Park" + }, { id: "4", name: "Robert Singh", handle: "@robertsingh", testimonial: "Love the loyalty program! I earn rewards on every purchase and get exclusive discounts.", imageSrc: - "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-up-thinking-positive-smiling-broadly_141793-55034.jpg", imageAlt: "Robert Singh"}, + "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-up-thinking-positive-smiling-broadly_141793-55034.jpg", imageAlt: "Robert Singh" + }, { id: "5", name: "Sofia Martinez", handle: "@sofiam", testimonial: "Fantastic selection and unbeatable prices. This is my favorite place to shop online!", imageSrc: - "http://img.b2bpic.net/free-photo/photo-young-woman-with-open-mouth-excited-about-something_114579-70645.jpg", imageAlt: "Sofia Martinez"}, + "http://img.b2bpic.net/free-photo/photo-young-woman-with-open-mouth-excited-about-something_114579-70645.jpg", imageAlt: "Sofia Martinez" + }, { id: "6", name: "James Wilson", handle: "@jameswilson", testimonial: "The website is so easy to navigate. Finding products and checking out is a breeze!", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson" + }, ]} speed={40} /> @@ -168,13 +178,17 @@ export default function ContactPage() { { items: [ { - label: "Facebook", href: "https://facebook.com"}, + label: "Facebook", href: "https://facebook.com" + }, { - label: "Twitter", href: "https://twitter.com"}, + label: "Twitter", href: "https://twitter.com" + }, { - label: "Instagram", href: "https://instagram.com"}, + label: "Instagram", href: "https://instagram.com" + }, { - label: "LinkedIn", href: "https://linkedin.com"}, + label: "LinkedIn", href: "https://linkedin.com" + }, ], }, ]}