Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 03:59:15 +00:00

View File

@@ -53,13 +53,13 @@ export default function LandingPage() {
testimonials={[
{
name: "Alex Rivera", handle: "Music Curator", testimonial: "Finally, a magazine that understands the soul of 80s aesthetics.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
{
name: "Jordan Lee", handle: "Artist & Painter", testimonial: "Chromatic captures the essence of contemporary creative culture perfectly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
{
name: "Sam Chen", handle: "Cultural Critic", testimonial: "The minimalist approach makes every article shine with clarity and impact.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"},
]}
buttons={[
{ text: "Read Latest", href: "#blog" },
@@ -78,7 +78,7 @@ export default function LandingPage() {
{ value: "500+", title: "Articles Published" },
{ value: "50K+", title: "Creative Community" },
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-reading-newspaper-full-shot_23-2149887865.jpg"
imageSrc="http://img.b2bpic.net/free-photo/woman-reading-newspaper-full-shot_23-2149887865.jpg?_wi=1"
imageAlt="CHROMATIC Editorial Team"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -155,16 +155,16 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Morgan Elliott", role: "Jazz Pianist", company: "Independent Artist", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"},
{
id: "2", name: "Taylor Chen", role: "Visual Artist", company: "Contemporary Studios", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"},
{
id: "3", name: "Riley Johnson", role: "Music Producer", company: "Independent Label", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6"},
{
id: "4", name: "Skyler Brown", role: "Cultural Critic", company: "Arts Journal", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7"},
]}
gridVariant="uniform-all-items-equal"
animationType="blur-reveal"
@@ -186,7 +186,7 @@ export default function LandingPage() {
required: false,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/woman-reading-newspaper-full-shot_23-2149887865.jpg"
imageSrc="http://img.b2bpic.net/free-photo/woman-reading-newspaper-full-shot_23-2149887865.jpg?_wi=2"
imageAlt="Subscribe to CHROMATIC"
mediaAnimation="opacity"
mediaPosition="right"