diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2925b2c..e28718e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TextAbout from '@/components/sections/about/TextAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -66,13 +48,7 @@ export default function LandingPage() { layout="section" title="Our Roasting Standards" sections={[ - { - heading: "Sourcing", - content: { - type: "paragraph", - text: "We source direct from farmers.", - }, - }, + { heading: "Sourcing", content: { type: "paragraph", text: "We source direct from farmers." } }, ]} /> @@ -80,17 +56,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file