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';
|
||||
@@ -54,6 +54,7 @@ export default function LandingPage() {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/stylish-caucasian-woman-trendy-panama-waist-neon-bag-roof-bangkok-with-mobile-phone_343596-30.jpg"
|
||||
imageAlt="Luxurious modern landscape design"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -102,6 +103,7 @@ export default function LandingPage() {
|
||||
{ icon: Heart, label: "Artists Supported", value: "Ongoing" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -219,6 +221,7 @@ export default function LandingPage() {
|
||||
imageSrc="https://img.b2bpic.net/free-photo/empty-gazebo-garden_181624-4129.jpg"
|
||||
imageAlt="Elegant evening landscape"
|
||||
imagePosition="left"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user