From 1d9c5909a1ae783fd1d1005534a82462063803fa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 17:16:33 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 79 +++++++----------------------------------- 1 file changed, 13 insertions(+), 66 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 40cf66b..95e4c83 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -63,13 +42,7 @@ export default function LandingPage() { layout="section" title="Our Craft" sections={[ - { - heading: "Our Story", - content: { - type: "paragraph", - text: "Started in the heart of Jodhpur, Sartorial was born from a desire to bring bespoke quality to the modern Indian man.", - }, - }, + { heading: "Our Story", content: "Started in the heart of Jodhpur, Sartorial was born from a desire to bring bespoke quality to the modern Indian man." }, ]} /> @@ -77,9 +50,7 @@ export default function LandingPage() {
-- 2.49.1 From b2f28a0a5c0d9ff13f064c581120f50ea1dc6479 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 17:16:33 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 82 +++++++--------------------------------- 1 file changed, 13 insertions(+), 69 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7204ae9..2a47f0f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -export default function LandingPage() { +export default function ContactPage() { return ( @@ -61,9 +40,7 @@ export default function LandingPage() {
-- 2.49.1 From 5fbff3dbc18e946f861b9c5fee06916ddf0724dd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 17:16:34 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 141 +++++++++-------------------------------------- 1 file changed, 26 insertions(+), 115 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 520138d..660bfa3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,34 +28,13 @@ export default function LandingPage() {