Update src/app/contact/page.tsx
This commit is contained in:
@@ -31,7 +31,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -42,9 +42,7 @@ export default function ContactPage() {
|
||||
brandName="Storefront"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/products",
|
||||
}}
|
||||
text: "Shop Now", href: "/products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,22 +59,16 @@ export default function ContactPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Mail,
|
||||
title: "Email Support",
|
||||
description:
|
||||
"Send us your questions and we'll respond within 24 hours at support@storefront.com",
|
||||
},
|
||||
title: "Email Support", description:
|
||||
"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",
|
||||
},
|
||||
title: "Phone Support", description:
|
||||
"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",
|
||||
},
|
||||
title: "Visit Us", description:
|
||||
"Located at 123 Commerce Street, Shopping District, NY 10001. Visit our flagship store"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,65 +85,29 @@ export default function ContactPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
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?_wi=5",
|
||||
imageAlt: "Jessica Lopez",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=2",
|
||||
imageAlt: "Marcus Thompson",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=6",
|
||||
imageAlt: "Amanda Park",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=2",
|
||||
imageAlt: "Robert Singh",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=2",
|
||||
imageAlt: "Sofia Martinez",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=2",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
speed={40}
|
||||
/>
|
||||
@@ -164,7 +120,7 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Let's Get You What You Need"
|
||||
description="Whether you have product questions, need order assistance, or want to share feedback, our team is ready to help. Contact us today!"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Send Message", href: "#" },
|
||||
@@ -212,21 +168,13 @@ 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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user