diff --git a/src/app/account/page.tsx b/src/app/account/page.tsx index ba963af..6350ba5 100644 --- a/src/app/account/page.tsx +++ b/src/app/account/page.tsx @@ -1,4 +1,4 @@ -
"use client";
+"use client";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import FooterMedia from '@/components/sections/footer/FooterMedia';
@@ -104,7 +104,7 @@ export default function AccountPage() {
<div id="footer" data-section="footer">
<FooterMedia
logoText="OLIVA"
- imageSrc="http://img.b2bpic.net/free-photo/surrealist-portrait-fashionable-woman_23-2149224680.jpg?_wi=5"
+ imageSrc="http://img.b2bpic.net/free-photo/surrealist-portrait-fashionable-woman_23-2149224680.jpg"
imageAlt="OLIVA fashion brand elegant video"
columns={footerColumns}
copyrightText="© 2024 OLIVA | All Rights Reserved."
@@ -113,4 +113,3 @@ export default function AccountPage() {
</ThemeProvider>
);
}
-
\ No newline at end of file
diff --git a/src/app/checkout/page.tsx b/src/app/checkout/page.tsx
index c8eeadd..c7125c5 100644
--- a/src/app/checkout/page.tsx
+++ b/src/app/checkout/page.tsx
@@ -1,4 +1,4 @@
-"use client";
+"use client";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import FooterMedia from '@/components/sections/footer/FooterMedia';
@@ -103,7 +103,7 @@ export default function CheckoutPage() {
<div id="footer" data-section="footer">
<FooterMedia
logoText="OLIVA"
- imageSrc="http://img.b2bpic.net/free-photo/surrealist-portrait-fashionable-woman_23-2149224680.jpg?_wi=4"
+ imageSrc="http://img.b2bpic.net/free-photo/surrealist-portrait-fashionable-woman_23-2149224680.jpg"
imageAlt="OLIVA fashion brand elegant video"
columns={footerColumns}
copyrightText="© 2024 OLIVA | All Rights Reserved."
@@ -112,4 +112,3 @@ export default function CheckoutPage() {
</ThemeProvider>
);
}
-
\ No newline at end of file