diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7409ff9..3bee56c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
-import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -29,13 +29,9 @@ export default function LandingPage() {
@@ -45,14 +41,12 @@ export default function LandingPage() {
@@ -62,29 +56,14 @@ export default function LandingPage() {
animationType="opacity"
textboxLayout="default"
gridVariant="asymmetric-60-wide-40-narrow"
- useInvertedBackground={false}
+ useInvertedBackground={true}
products={[
{
- id: "1",
- name: "SILK DRAPE",
- price: "1400",
- variant: "SS26",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149411389.jpg?_wi=1",
- },
+ id: "1", name: "SILK DRAPE", price: "1400", variant: "SS26", imageSrc: "https://img.b2bpic.net/free-photo/grainy-b-w-fashion-1.jpg?_wi=1"},
{
- id: "2",
- name: "WOOL SHELL",
- price: "2800",
- variant: "SS26",
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-business-suit_1303-17715.jpg?_wi=1",
- },
+ id: "2", name: "WOOL SHELL", price: "2800", variant: "SS26", imageSrc: "https://img.b2bpic.net/free-photo/grainy-b-w-fashion-2.jpg?_wi=1"},
{
- id: "3",
- name: "LEATHER MASK",
- price: "900",
- variant: "FW26",
- imageSrc: "http://img.b2bpic.net/free-photo/greyscale-ballerina-looking-away_23-2148229696.jpg",
- },
+ id: "3", name: "LEATHER MASK", price: "900", variant: "FW26", imageSrc: "https://img.b2bpic.net/free-photo/grainy-b-w-fashion-3.jpg?_wi=1"},
]}
title="ARCHIVE"
description="CURATED SELECTIONS."
@@ -93,12 +72,10 @@ export default function LandingPage() {
@@ -107,30 +84,12 @@ export default function LandingPage() {
@@ -138,46 +97,30 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file