Compare commits

...

9 Commits

Author SHA1 Message Date
fc30fea2dc Update src/app/about/page.tsx 2026-04-11 17:27:42 +00:00
669a24a0a0 Update src/app/about/page.tsx 2026-04-11 17:27:14 +00:00
1a4c241039 Update src/app/about/page.tsx 2026-04-11 17:26:46 +00:00
2ba15b8be5 Update src/app/page.tsx 2026-04-11 17:26:17 +00:00
66fa22ab66 Update src/app/academy/page.tsx 2026-04-11 17:26:17 +00:00
9a815aa044 Update src/app/about/page.tsx 2026-04-11 17:26:16 +00:00
032f64a81a Update src/app/page.tsx 2026-04-11 17:25:46 +00:00
ff6a538a7a Update src/app/menu/page.tsx 2026-04-11 17:25:45 +00:00
b11da0e4fe Update src/app/academy/page.tsx 2026-04-11 17:25:45 +00:00
4 changed files with 54 additions and 190 deletions

View File

@@ -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 (
<ThemeProvider
defaultButtonVariant="expand-hover"
@@ -25,30 +25,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Coffee",
id: "/menu",
},
{
name: "Roastery",
id: "/academy",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Coffee", id: "/menu" },
{ name: "Roastery", id: "/academy" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
brandName="Roastery Lab"
/>
@@ -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." }] }
]}
/>
</div>
@@ -80,17 +56,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Roastery Lab"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "Instagram",
href: "#",
}}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Instagram", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -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 (
<ThemeProvider
defaultButtonVariant="expand-hover"
@@ -25,30 +25,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Coffee",
id: "/menu",
},
{
name: "Roastery",
id: "/academy",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Coffee", id: "/menu" },
{ name: "Roastery", id: "/academy" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
brandName="Roastery Lab"
/>
@@ -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",
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",
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." }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Roastery Lab"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "Instagram",
href: "#",
}}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Instagram", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
id: "1",
name: "Americano",
price: "RM 16",
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-pouring-water-coffee-filter_23-2148824415.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-pouring-water-coffee-filter_23-2148824415.jpg?_wi=1",
},
{
id: "2",

View File

@@ -28,30 +28,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Coffee",
id: "/menu",
},
{
name: "Roastery",
id: "/academy",
},
{
name: "Reviews",
id: "/reviews",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Coffee", id: "/menu" },
{ name: "Roastery", id: "/academy" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
]}
brandName="Roastery Lab"
/>
@@ -59,68 +41,27 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Crafted for True Coffee Lovers"
description="Specialty coffee roasted with precision and passion."
buttons={[
{
text: "Explore Coffee",
href: "/menu",
},
{
text: "Visit Us",
href: "/contact",
},
]}
buttons={[{ text: "Explore Coffee", href: "/menu" }, { text: "Visit Us", href: "/contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-coffee-background_23-2147776809.jpg"
imageAlt="roasted coffee beans macro"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-20838.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/business-woman-working-with-smartphone-while-drinking-coffee-outside-city-background-high-quality-photo_291650-846.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-coffee_23-2149429333.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-young-female-photographer-holds-cup-morning_613910-16247.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/happy-woman-business-clothes-posing-near-wall-with-coffee-gray_171337-13306.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-20838.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/business-woman-working-with-smartphone-while-drinking-coffee-outside-city-background-high-quality-photo_291650-846.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-coffee_23-2149429333.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/portrait-young-female-photographer-holds-cup-morning_613910-16247.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/happy-woman-business-clothes-posing-near-wall-with-coffee-gray_171337-13306.jpg", alt: "Customer 5" },
]}
avatarText="Loved by 500+ coffee enthusiasts"
marqueeItems={[
{
type: "text",
text: "Ethically Sourced",
},
{
type: "text",
text: "Small Batch Roasted",
},
{
type: "text",
text: "Precision Brewing",
},
{
type: "text",
text: "Direct Trade",
},
{
type: "text",
text: "Expert Academy",
},
{ type: "text", text: "Ethically Sourced" },
{ type: "text", text: "Small Batch Roasted" },
{ type: "text", text: "Precision Brewing" },
{ type: "text", text: "Direct Trade" },
{ type: "text", text: "Expert Academy" },
]}
/>
</div>
@@ -129,17 +70,15 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Not Just a Café, A Roastery."
buttons={[
{
text: "Learn More",
href: "/about",
},
]}
buttons={[{ text: "Learn More", href: "/about" }]}
/>
</div>
<div id="blog" data-section="blog">
<BlogCardOne
title="Latest Insights"
description="Read our coffee journals."
blogs={[]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -147,11 +86,14 @@ export default function LandingPage() {
</div>
<div id="ecommerce" data-section="ecommerce">
<ProductCart />
<ProductCart isOpen={false} onClose={() => {}} items={[]} total="0" buttons={[]} />
</div>
<div id="team" data-section="team">
<TeamCardTwo
title="Our Roasting Team"
description="Meet the experts behind your daily cup."
members={[]}
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
@@ -162,17 +104,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Roastery Lab"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "Instagram",
href: "#",
}}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Instagram", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}