Update src/app/about/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "Collections", href: "/collections" },
|
||||
{ label: "Suits & Formal", href: "/collections" },
|
||||
{ label: "Casual Wear", href: "/collections" },
|
||||
@@ -28,8 +27,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Visit Us", href: "/visit" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -37,8 +35,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (065) 682 9469", href: "tel:+353656829469" },
|
||||
{ label: "37 O'Connell Street, Ennis", href: "#" },
|
||||
{ label: "Co. Clare, V95 W938", href: "#" },
|
||||
@@ -46,8 +43,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#privacy" },
|
||||
{ label: "Terms & Conditions", href: "#terms" },
|
||||
],
|
||||
@@ -72,9 +68,7 @@ export default function AboutPage() {
|
||||
brandName="Murphy's Menswear"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+353656829469",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+353656829469"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -84,7 +78,7 @@ export default function AboutPage() {
|
||||
title="Our Story: 40+ Years of Quality Menswear"
|
||||
description="Since the 1980s, Murphy's Menswear has been serving the men of Ennis and Co. Clare with premium clothing, expert service, and a commitment to quality that never compromises."
|
||||
tag="Our Heritage"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-standing-shop-looking-mirror-choosing-tie_7502-4399.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-standing-shop-looking-mirror-choosing-tie_7502-4399.jpg"
|
||||
imageAlt="The heart of Murphy's Menswear: quality service"
|
||||
buttons={[
|
||||
{ text: "Visit Us", href: "/visit" },
|
||||
@@ -101,22 +95,13 @@ export default function AboutPage() {
|
||||
tag="What We Stand For"
|
||||
features={[
|
||||
{
|
||||
title: "Quality First",
|
||||
description: "We select only the finest pieces from trusted brands. No compromises.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Award,
|
||||
title: "Quality First", description: "We select only the finest pieces from trusted brands. No compromises.", bentoComponent: "reveal-icon", icon: Award,
|
||||
},
|
||||
{
|
||||
title: "Local Pride",
|
||||
description: "We're part of the Ennis community and proud to serve our neighbors.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Store,
|
||||
title: "Local Pride", description: "We're part of the Ennis community and proud to serve our neighbors.", bentoComponent: "reveal-icon", icon: Store,
|
||||
},
|
||||
{
|
||||
title: "Customer Care",
|
||||
description: "Your satisfaction is our priority. Friendly, honest service always.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Heart,
|
||||
title: "Customer Care", description: "Your satisfaction is our priority. Friendly, honest service always.", bentoComponent: "reveal-icon", icon: Heart,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -131,21 +116,13 @@ export default function AboutPage() {
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "40+",
|
||||
description: "Years of trusted service to the community",
|
||||
},
|
||||
id: "1", value: "40+", description: "Years of trusted service to the community"},
|
||||
{
|
||||
id: "2",
|
||||
value: "O'Connell St",
|
||||
description: "Iconic location in the heart of Ennis",
|
||||
},
|
||||
id: "2", value: "O'Connell St", description: "Iconic location in the heart of Ennis"},
|
||||
{
|
||||
id: "3",
|
||||
value: "Premium",
|
||||
description: "Quality commitment to every customer",
|
||||
},
|
||||
id: "3", value: "Premium", description: "Quality commitment to every customer"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user