Merge version_3 into main #5
@@ -45,7 +45,7 @@ export default function AboutPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
logoText="NeuroFlow"
|
||||
imageSrc="https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0"
|
||||
imageSrc="https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?_wi=1"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Therapy AI", href: "/therapy-ai" }] },
|
||||
]}
|
||||
|
||||
@@ -34,7 +34,7 @@ export default function PlannerPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
logoText="NeuroFlow"
|
||||
videoSrc="https://player.vimeo.com/external/123456789.sd.mp4?s=123456789"
|
||||
videoSrc="https://player.vimeo.com/external/123456789.sd.mp4?s=123456789&_wi=1"
|
||||
columns={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -34,7 +34,7 @@ export default function StudyAIPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
logoText="NeuroFlow"
|
||||
videoSrc="https://player.vimeo.com/external/123456789.sd.mp4?s=123456789"
|
||||
videoSrc="https://player.vimeo.com/external/123456789.sd.mp4?s=123456789&_wi=2"
|
||||
columns={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -46,7 +46,7 @@ export default function TherapyAIPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
logoText="NeuroFlow"
|
||||
imageSrc="https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0"
|
||||
imageSrc="https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?_wi=2"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }] },
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user