Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-04-21 00:02:39 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ export default function ContactPage() {
{ name: "subject", type: "text", placeholder: "Subject" }
]}
textarea={{ name: "message", placeholder: "Your Inquiry", rows: 5, required: true }}
imageSrc="https://img.b2bpic.net/free-photo/portrait-successful-woman_23-2148281315.jpg"
imageSrc="https://img.b2bpic.net/free-photo/portrait-successful-woman_23-2148281315.jpg?_wi=2"
mediaPosition="right"
useInvertedBackground={false}
/>

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
description="Academy Award-winning actress and trailblazing icon of cinema."
mediaItems={[
{ imageSrc: "https://img.b2bpic.net/free-photo/beautiful-woman-smiling_23-2148281313.jpg", imageAlt: "Halle Berry 1" },
{ imageSrc: "https://img.b2bpic.net/free-photo/portrait-successful-woman_23-2148281315.jpg", imageAlt: "Halle Berry 2" },
{ imageSrc: "https://img.b2bpic.net/free-photo/portrait-successful-woman_23-2148281315.jpg?_wi=1", imageAlt: "Halle Berry 2" },
{ imageSrc: "https://img.b2bpic.net/free-photo/elegant-woman-looking-away_23-2148281318.jpg", imageAlt: "Halle Berry 3" }
]}
background={{ variant: "sparkles-gradient" }}