Merge version_4 into main #7

Merged
bender merged 1 commits from version_4 into main 2026-04-26 14:51:19 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
{ text: "Create Your Custom Tag", href: "#contact" },
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/young-female-wearing-blue-jean-jacket-standing-against-white-wall_181624-37780.jpg", imageAlt: "Smart QR tag on leather collar" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-female-wearing-blue-jean-jacket-standing-against-white-wall_181624-37780.jpg?_wi=1", imageAlt: "Smart QR tag on leather collar" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-penny-board_23-2148950660.jpg", imageAlt: "Scanning tag on backpack" },
]}
/>
@@ -149,7 +149,7 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Full Name" },
{ name: "email", type: "email", placeholder: "Email Address" }
]}
imageSrc="http://img.b2bpic.net/free-photo/young-female-wearing-blue-jean-jacket-standing-against-white-wall_181624-37780.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-female-wearing-blue-jean-jacket-standing-against-white-wall_181624-37780.jpg?_wi=2"
useInvertedBackground={true}
/>
</div>
@@ -157,7 +157,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
logoText="Stalkr"
imageSrc="http://img.b2bpic.net/free-photo/young-female-wearing-blue-jean-jacket-standing-against-white-wall_181624-37780.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-female-wearing-blue-jean-jacket-standing-against-white-wall_181624-37780.jpg?_wi=3"
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "#" }, { label: "Products", href: "#products" }] },
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Support", href: "#contact" }] }