From 9a815aa044d1c8fcdd5bbd4d9ae3fb5fb8dc6bdf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 17:26:16 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 52 +++++++++--------------------------------- 1 file changed, 11 insertions(+), 41 deletions(-) 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