Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-26 10:06:50 +00:00
2 changed files with 3 additions and 4 deletions

View File

@@ -64,7 +64,6 @@ export default function AboutPage() {
icon={Sparkles}
imageSrc="http://img.b2bpic.net/free-photo/woman-cleaning-clothing-thrift-store_23-2150952359.jpg"
imageAlt="Person sorting through quality thrift clothes"
videoSrc=""
mediaAnimation="slide-up"
useInvertedBackground={false}
/>

View File

@@ -124,9 +124,9 @@ export default function HomePage() {
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-woman-with-golden-earrings_23-2148747982.jpg", imageAlt: "David M."},
]}
kpiItems={[
{ id: "kpi1", value: "5000+", description: "Happy Customers" },
{ id: "kpi2", value: "5-Star", description: "Average Rating" },
{ id: "kpi3", value: "Sustainable", description: "Fashion Choices" },
{ value: "5000+", description: "Happy Customers" },
{ value: "5-Star", description: "Average Rating" },
{ value: "Sustainable", description: "Fashion Choices" },
]}
animationType="slide-up"
textboxLayout="default"