From 89482cfaef79fba09a13aa5ed4ea5d50ea49dd99 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 22:17:14 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 90 +++++++----------------------------------- 1 file changed, 14 insertions(+), 76 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index efb20ff..52ac106 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import TeamCardOne from '@/components/sections/team/TeamCardOne'; 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="A Belief in Heritage" description={[ - "Wawelski began with a simple belief: food has the power to bring people together and keep traditions alive. Our shelves are filled with the flavors we grew up with—crafted by artisans, trusted by families, and chosen with intention.", - "We believe that everyday foods can be special. That a slice of fresh sernik or the scent of smoked kielbasa can elevate even the simplest day.", - ]} + "Wawelski began with a simple belief: food has the power to bring people together and keep traditions alive. Our shelves are filled with the flavors we grew up with—crafted by artisans, trusted by families, and chosen with intention.", "We believe that everyday foods can be special. That a slice of fresh sernik or the scent of smoked kielbasa can elevate even the simplest day."]} /> @@ -70,18 +54,8 @@ export default function LandingPage() { title="Meet the Team" description="Our dedicated staff ensuring the best service." members={[ - { - id: "s1", - name: "Anna", - role: "Founder", - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg?_wi=3", - }, - { - id: "s2", - name: "Petr", - role: "Chef", - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg?_wi=4", - }, + { id: "s1", name: "Anna", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg" }, + { id: "s2", name: "Petr", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg" }, ]} /> @@ -89,45 +63,9 @@ export default function LandingPage() {