Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-27 10:52:36 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -73,7 +73,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://pixabay.com/get/gf9c1459a4c3ac7d6bae774870e12933ea797676b097973cd1b743a7c6b097230cec25f3a1f6a7941d30b81ebb1dbab90056058f65437d4e531269a697b801b4a_1280.jpg"
imageSrc="https://pixabay.com/get/gf9c1459a4c3ac7d6bae774870e12933ea797676b097973cd1b743a7c6b097230cec25f3a1f6a7941d30b81ebb1dbab90056058f65437d4e531269a697b801b4a_1280.jpg?_wi=3"
columns={[
{
title: "Shop",
@@ -104,7 +104,7 @@ export default function LandingPage() {
]}
logoText="Sweet Temptation"
copyrightText="© 2025 Sweet Temptation Intimates"
videoSrc="https://example.com/footer-video.mp4"
videoSrc="https://example.com/footer-video.mp4?_wi=3"
/>
</div>
</ReactLenis>

View File

@@ -81,7 +81,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://pixabay.com/get/gf9c1459a4c3ac7d6bae774870e12933ea797676b097973cd1b743a7c6b097230cec25f3a1f6a7941d30b81ebb1dbab90056058f65437d4e531269a697b801b4a_1280.jpg"
imageSrc="https://pixabay.com/get/gf9c1459a4c3ac7d6bae774870e12933ea797676b097973cd1b743a7c6b097230cec25f3a1f6a7941d30b81ebb1dbab90056058f65437d4e531269a697b801b4a_1280.jpg?_wi=1"
columns={[
{
title: "Shop",
@@ -112,7 +112,7 @@ export default function LandingPage() {
]}
logoText="Sweet Temptation"
copyrightText="© 2025 Sweet Temptation Intimates"
videoSrc="https://example.com/footer-video.mp4"
videoSrc="https://example.com/footer-video.mp4?_wi=1"
/>
</div>
</ReactLenis>

View File

@@ -87,7 +87,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://pixabay.com/get/gf9c1459a4c3ac7d6bae774870e12933ea797676b097973cd1b743a7c6b097230cec25f3a1f6a7941d30b81ebb1dbab90056058f65437d4e531269a697b801b4a_1280.jpg"
imageSrc="https://pixabay.com/get/gf9c1459a4c3ac7d6bae774870e12933ea797676b097973cd1b743a7c6b097230cec25f3a1f6a7941d30b81ebb1dbab90056058f65437d4e531269a697b801b4a_1280.jpg?_wi=2"
columns={[
{
title: "Shop",
@@ -118,7 +118,7 @@ export default function LandingPage() {
]}
logoText="Sweet Temptation"
copyrightText="© 2025 Sweet Temptation Intimates"
videoSrc="https://example.com/footer-video.mp4"
videoSrc="https://example.com/footer-video.mp4?_wi=2"
/>
</div>
</ReactLenis>