From 3055f11e7e9e9686c3203d40ce57e45a5c8a24cd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:15:23 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 148 +++++++++++++++------------------------ 1 file changed, 55 insertions(+), 93 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4e8985f..7fd0765 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
- + - +
); -} +} \ No newline at end of file -- 2.49.1 From c76636a0f494cf54a6a168e55c4baf535fdb0ee4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:15:23 +0000 Subject: [PATCH 2/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0bb539e..b5dad7c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Montserrat } from "next/font/google"; export const metadata: Metadata = { - title: 'Foot Collection | Modern Footwear for Everyone', - description: 'Shop the latest collection of stylish sneakers, casual shoes, and slippers for men, women, and kids at Foot Collection.', + title: 'Contact Us | Foot Collection', + description: 'Have questions? Get in touch with the Foot Collection team for support or inquiries.', openGraph: { "title": "Foot Collection | Footwear Store", "description": "Discover premium, comfortable footwear for all ages.", -- 2.49.1