From f186002cb1ce99c1802c2d8fc0ba6d104aed2ac7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:22:46 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 65 +++++++----------------------------------- 1 file changed, 11 insertions(+), 54 deletions(-) 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() {