Merge version_1 into main #4
@@ -1,4 +1,4 @@
|
||||
<pre><code class="language-typescript">"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>
|
||||
);
|
||||
}
|
||||
</code></pre>
|
||||
@@ -1,4 +1,4 @@
|
||||
<pre><code class="language-typescript">"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>
|
||||
);
|
||||
}
|
||||
</code></pre>
|
||||
Reference in New Issue
Block a user