Update src/app/contact/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "Watches", href: "/shop?category=watches" },
|
||||
{ label: "Accessories", href: "/shop?category=accessories" },
|
||||
{ label: "Trimmers", href: "/shop?category=trimmers" },
|
||||
@@ -29,8 +28,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Story", href: "/about" },
|
||||
{ label: "Sustainability", href: "/sustainability" },
|
||||
@@ -39,8 +37,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Shipping Info", href: "/shipping" },
|
||||
@@ -49,8 +46,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Cookie Policy", href: "/cookies" },
|
||||
@@ -58,24 +54,15 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/premiumessentials",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/premiumessentials"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/premiumessentials",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/premiumessentials"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com/premiumessentials",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com/premiumessentials"},
|
||||
{
|
||||
label: "YouTube",
|
||||
href: "https://youtube.com/@premiumessentials",
|
||||
},
|
||||
label: "YouTube", href: "https://youtube.com/@premiumessentials"},
|
||||
],
|
||||
},
|
||||
];
|
||||
@@ -87,7 +74,7 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmall"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -103,7 +90,7 @@ export default function ContactPage() {
|
||||
title="We're Here to Help"
|
||||
description="Have questions about our products or need assistance? Our dedicated customer service team is available 24/7 to support you. Reach out and let us know how we can help."
|
||||
tagIcon={Mail}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Send Message"
|
||||
@@ -119,15 +106,7 @@ export default function ContactPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"GQ Magazine",
|
||||
"Hypebeast",
|
||||
"Gentleman's Journal",
|
||||
"The Verge",
|
||||
"Complex",
|
||||
"Mens Health",
|
||||
"Esquire",
|
||||
"Wired",
|
||||
]}
|
||||
"GQ Magazine", "Hypebeast", "Gentleman's Journal", "The Verge", "Complex", "Mens Health", "Esquire", "Wired"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user