Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-04-04 11:48:23 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -79,7 +79,7 @@ export default function LandingPage() {
category: "Insights",
title: "Summer Drops Analysis",
excerpt: "Deep dive into Q2 sales performance.",
imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57872.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57872.jpg?_wi=1",
authorName: "Jane Doe",
authorAvatar: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg",
date: "Oct 12",
@@ -89,7 +89,7 @@ export default function LandingPage() {
category: "Reports",
title: "2025 Forecasting",
excerpt: "Predicting the next wave of urban style.",
imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57872.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-57872.jpg?_wi=2",
authorName: "John Smith",
authorAvatar: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-girl-posing-standing-white-wall_176420-8515.jpg",
date: "Nov 01",

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
href: "#products",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/trendy-teenager-boy-girl-posing-together_23-2149085193.jpg"
imageSrc="http://img.b2bpic.net/free-photo/trendy-teenager-boy-girl-posing-together_23-2149085193.jpg?_wi=1"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg",
@@ -107,7 +107,7 @@ export default function LandingPage() {
name: "Urban Basic - Black",
price: "45$",
variant: "Essential",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg?_wi=1",
},
{
id: "p2",
@@ -128,7 +128,7 @@ export default function LandingPage() {
name: "Aero Tee - Slate",
price: "60$",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-jersey-trousers_23-2147827723.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-jersey-trousers_23-2147827723.jpg?_wi=1",
},
{
id: "p5",
@@ -156,7 +156,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Frequently Asked Questions"
description="Everything you need to know about our products and analytics."
imageSrc="http://img.b2bpic.net/free-photo/football-composition-with-jersey-trousers_23-2147827723.jpg"
imageSrc="http://img.b2bpic.net/free-photo/football-composition-with-jersey-trousers_23-2147827723.jpg?_wi=2"
mediaAnimation="slide-up"
faqsAnimation="blur-reveal"
faqs={[
@@ -215,7 +215,7 @@ export default function LandingPage() {
button: {
text: "Get Started",
},
imageSrc: "http://img.b2bpic.net/free-photo/trendy-teenager-boy-girl-posing-together_23-2149085193.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/trendy-teenager-boy-girl-posing-together_23-2149085193.jpg?_wi=2",
imageAlt: "urban fashion model streetwear",
},
{
@@ -231,7 +231,7 @@ export default function LandingPage() {
button: {
text: "Upgrade Now",
},
imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg?_wi=2",
imageAlt: "minimalist cotton t-shirt black",
},
]}