diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 573392f..0d3260b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -55,9 +41,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Story" description={[ - "At Java Cafe, we are dedicated to bringing the finest beans from around the world to your cup.", - "Our passion for coffee started small, and today we continue to grow alongside our wonderful community.", - ]} + "At Java Cafe, we are dedicated to bringing the finest beans from around the world to your cup.", "Our passion for coffee started small, and today we continue to grow alongside our wonderful community."]} /> @@ -70,12 +54,7 @@ export default function LandingPage() { title="Our Baristas" description="The heart of Java Cafe." members={[ - { - id: "1", - name: "Anna", - role: "Head Barista", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-guitar_23-2151169639.jpg?_wi=3", - }, + { id: "1", name: "Anna", role: "Head Barista", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-guitar_23-2151169639.jpg" }, ]} /> @@ -83,30 +62,8 @@ export default function LandingPage() {