Update src/app/resources/page.tsx

This commit is contained in:
2026-05-22 03:38:44 +00:00
parent 0215fd586e
commit 5c8760fbcd

View File

@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
export default function LandingPage() {
export default function ResourcesPage() {
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
@@ -22,128 +22,58 @@ export default function LandingPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "1:1 Sessions",
id: "/sessions",
},
{
name: "Free Resources",
id: "/resources",
},
]}
brandName="Michelle Kesil"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "1:1 Sessions", id: "/sessions" },
{ name: "Free Resources", id: "/resources" },
]}
brandName="Michelle Kesil"
button={{ text: "Get Started", href: "/" }}
/>
</div>
<div id="blog" data-section="blog">
<BlogCardOne
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
title="Free Resources"
description="Tools to support your journey."
blogs={[
{
id: "1",
category: "Video",
title: "Video Teachings",
excerpt: "Learn the basics.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-empty-square-plate-brown-ed-light-white-desk_140725-115149.jpg",
authorName: "Michelle",
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
date: "2025",
},
{
id: "2",
category: "Podcast",
title: "Podcast",
excerpt: "Listen and align.",
imageSrc: "http://img.b2bpic.net/free-photo/floral-gold-texture-abstract-background_53876-104011.jpg",
authorName: "Michelle",
authorAvatar: "http://img.b2bpic.net/free-photo/side-view-woman-posing-with-plant_23-2149411342.jpg",
date: "2025",
},
{
id: "3",
category: "Webinar",
title: "Bi-Weekly",
excerpt: "Live healing sessions.",
imageSrc: "http://img.b2bpic.net/free-photo/thick-white-beige-acrylic-paint-fluid_53876-96678.jpg",
authorName: "Michelle",
authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453354.jpg",
date: "2025",
},
]}
/>
</div>
<div id="blog" data-section="blog">
<BlogCardOne
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
title="Free Resources"
description="Tools to support your journey."
blogs={[
{ id: "1", category: "Video", title: "Video Teachings", excerpt: "Learn the basics.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-empty-square-plate-brown-ed-light-white-desk_140725-115149.jpg", authorName: "Michelle", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", date: "2025" },
{ id: "2", category: "Podcast", title: "Podcast", excerpt: "Listen and align.", imageSrc: "http://img.b2bpic.net/free-photo/floral-gold-texture-abstract-background_53876-104011.jpg", authorName: "Michelle", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-woman-posing-with-plant_23-2149411342.jpg", date: "2025" },
{ id: "3", category: "Webinar", title: "Bi-Weekly", excerpt: "Live healing sessions.", imageSrc: "http://img.b2bpic.net/free-photo/thick-white-beige-acrylic-paint-fluid_53876-96678.jpg", authorName: "Michelle", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453354.jpg", date: "2025" },
]}
/>
</div>
<div id="product" data-section="product">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Recommended Tools"
description="Curated items for your healing space."
products={[
{
id: "prod-1",
name: "Guided Meditation Pack",
price: "$45",
variant: "Digital",
imageSrc: "http://img.b2bpic.net/free-photo/water-drop-background_23-2147787458.jpg",
},
{
id: "prod-2",
name: "Healing Journal",
price: "$25",
variant: "Physical",
imageSrc: "http://img.b2bpic.net/free-photo/neutral-abstract-earth-tone-background_53876-104005.jpg",
},
]}
/>
</div>
<div id="product" data-section="product">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Recommended Tools"
description="Curated items for your healing space."
products={[
{ id: "prod-1", name: "Guided Meditation Pack", price: "$45", variant: "Digital", imageSrc: "http://img.b2bpic.net/free-photo/water-drop-background_23-2147787458.jpg" },
{ id: "prod-2", name: "Healing Journal", price: "$25", variant: "Physical", imageSrc: "http://img.b2bpic.net/free-photo/neutral-abstract-earth-tone-background_53876-104005.jpg" },
{ id: "prod-3", name: "Affirmation Cards", price: "$30", variant: "Physical", imageSrc: "http://img.b2bpic.net/free-photo/neutral-abstract-earth-tone-background_53876-104005.jpg" },
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Navigate",
items: [
{
label: "Home",
href: "/",
},
{
label: "Sessions",
href: "/sessions",
},
],
},
{
title: "Resources",
items: [
{
label: "Free Analysis",
href: "/resources",
},
{
label: "Webinars",
href: "/resources",
},
],
},
]}
logoText="Michelle Kesil"
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Navigate", items: [{ label: "Home", href: "/" }, { label: "Sessions", href: "/sessions" }] },
{ title: "Resources", items: [{ label: "Free Analysis", href: "/resources" }, { label: "Webinars", href: "/resources" }] },
]}
logoText="Michelle Kesil"
/>
</div>
</ReactLenis>
</ThemeProvider>
);