From 9a815aa044d1c8fcdd5bbd4d9ae3fb5fb8dc6bdf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 17:26:16 +0000 Subject: [PATCH 1/3] 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 From 66fa22ab66283ea70048c427d2f5d80e361a87c6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 17:26:17 +0000 Subject: [PATCH 2/3] Update src/app/academy/page.tsx --- src/app/academy/page.tsx | 68 ++++++++-------------------------------- 1 file changed, 13 insertions(+), 55 deletions(-) diff --git a/src/app/academy/page.tsx b/src/app/academy/page.tsx index d09ea20..9806a7a 100644 --- a/src/app/academy/page.tsx +++ b/src/app/academy/page.tsx @@ -7,7 +7,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -export default function LandingPage() { +export default function AcademyPage() { return ( @@ -61,26 +43,14 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Roasting", - description: "Understand the science behind roasting profiles.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-buckwheats-food-shovels-alongside-them-horizontal_176474-2387.jpg", - }, + title: "Roasting", description: "Understand the science behind roasting profiles.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-background_23-2147776809.jpg", imageAlt: "industrial coffee roasting machine" }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-background_23-2147776809.jpg?_wi=2", - imageAlt: "industrial coffee roasting machine", }, { - title: "Brewing", - description: "Hands-on experience with advanced drippers.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754673.jpg", - }, + title: "Brewing", description: "Hands-on experience with advanced drippers.", media: { imageSrc: "http://img.b2bpic.net/free-photo/male-barista-pouring-water-coffee-filter_23-2148824415.jpg", imageAlt: "industrial coffee roasting machine" }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/male-barista-pouring-water-coffee-filter_23-2148824415.jpg?_wi=2", - imageAlt: "industrial coffee roasting machine", }, ]} title="Learn Coffee With Us" @@ -97,30 +67,18 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-cleaning-machine_23-2149149677.jpg" mediaAnimation="slide-up" faqsAnimation="slide-up" - faqs={[ - { - id: "1", - title: "Do I need experience?", - content: "No, beginners welcome.", - }, - ]} + faqs={[{ id: "1", title: "Do I need experience?", content: "No, beginners welcome." }]} /> ); -} +} \ No newline at end of file From 2ba15b8be58ccdfb8cea0e29479516552829b9a9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 17:26:17 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 124 ++++++++++++----------------------------------- 1 file changed, 30 insertions(+), 94 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 75ee642..be59733 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,30 +28,12 @@ export default function LandingPage() {
- + {}} items={[]} total="0" buttons={[]} />
); -} +} \ No newline at end of file