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
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
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() {
@@ -59,68 +41,27 @@ export default function LandingPage() {
@@ -129,17 +70,15 @@ export default function LandingPage() {
-
+
{}} items={[]} total="0" buttons={[]} />
);
-}
+}
\ No newline at end of file