Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -56,6 +56,7 @@ export default function LandingPage() {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/view-natural-blurry-flowers_23-2149454608.jpg"
|
||||
imageAlt="Kelp forest underwater in the ocean"
|
||||
frameStyle="card"
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -173,6 +174,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
animationType="smooth"
|
||||
faqsAnimation="none"
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -197,6 +200,7 @@ export default function LandingPage() {
|
||||
imageAlt="Kelp restoration underwater"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Message"
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user