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() {
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() {
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() {