- Learn the ancient art of shiitake cultivation in the heart of a working forest. Hands-on courses taught by
- someone who lives and breathes mushroom farming.
-
+
+
+
+
+
Courses and Events
+
+ Learn the ancient art of shiitake cultivation in the heart of a working forest. Hands-on courses taught
+ by someone who lives and breathes mushroom farming.
+
diff --git a/app/globals.css b/app/globals.css
index fa4c934..2d0fa7a 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -158,6 +158,7 @@
position: relative;
}
+ /* Increased overlay opacity and ensured text is above overlay */
.forest-texture::before {
content: "";
position: absolute;
@@ -165,8 +166,16 @@
left: 0;
right: 0;
bottom: 0;
- background-color: rgba(250, 245, 235, 0.85);
+ background-color: rgba(250, 245, 235, 0.92);
pointer-events: none;
+ z-index: 0;
+ }
+
+ /* Ensure all content is above the overlay with full opacity */
+ .forest-texture > * {
+ position: relative;
+ z-index: 1;
+ opacity: 1;
}
.moss-texture {
diff --git a/app/layout.tsx b/app/layout.tsx
index 55eff70..c2c6782 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -1,15 +1,15 @@
-import type { Metadata } from 'next'
-import { Geist, Geist_Mono } from 'next/font/google'
-import { Analytics } from '@vercel/analytics/next'
-import './globals.css'
+import type React from "react"
+import type { Metadata } from "next"
+import { Geist, Geist_Mono } from "next/font/google"
+import "./globals.css"
-const _geist = Geist({ subsets: ["latin"] });
-const _geistMono = Geist_Mono({ subsets: ["latin"] });
+const _geist = Geist({ subsets: ["latin"] })
+const _geistMono = Geist_Mono({ subsets: ["latin"] })
export const metadata: Metadata = {
- title: 'v0 App',
- description: 'Created with v0',
- generator: 'v0.app',
+ title: "Shiitake John's Woodlot",
+ description: "Homegrown shiitake mushrooms from 20 acres of old growth forest on Texada Island",
+ generator: "v0.app",
}
export default function RootLayout({
@@ -19,10 +19,7 @@ export default function RootLayout({
}>) {
return (
-
- {children}
-
-
+ {children}
)
}
diff --git a/app/page.tsx b/app/page.tsx
index b35efd5..6ea54f1 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -39,8 +39,8 @@ export default function Home() {
@@ -110,26 +110,41 @@ export default function Home() {
endangered fish depend on for survival. Our careful stewardship ensures clean water flows into nearby
lakes, preserving habitat for these unique evolutionary treasures.
-
+
+ Learn About the Stickleback →
+
+
+
+
+ Texada Stickleback Society →
+
+
+
-
-
🐟
-
Texada Island Stickleback
-
One of Earth's youngest and rarest species
-
+
@@ -141,8 +156,8 @@ export default function Home() {