Merge version_2 into main #1

Merged
development merged 7 commits from version_2 into main 2026-01-24 17:17:43 +00:00
Showing only changes of commit 165a23fa5a - Show all commits

View File

@@ -15,7 +15,7 @@ export default function AboutPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="largeSizeMediumTitles"
background="circleGradient"
background="floatingGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
@@ -41,27 +41,16 @@ export default function AboutPage() {
description="Discover how I transform vintage and pre-loved garments into stunning new creations through careful curation, design, and craftsmanship."
features={[
{
id: "1",
title: "Sourcing Quality Materials",
author: "Step 1",
description: "I carefully hunt for vintage, secondhand, and surplus garments with great potential. Each piece is inspected for quality, durability, and unique characteristics that will shine in its new form.",
tags: ["Selection", "Sourcing"],
id: "1", title: "Sourcing Quality Materials", author: "Step 1", description: "I carefully hunt for vintage, secondhand, and surplus garments with great potential. Each piece is inspected for quality, durability, and unique characteristics that will shine in its new form.", tags: ["Selection", "Sourcing"],
imageSrc: "https://img.b2bpic.net/free-photo/woman-shopping-thrift-store_23-2150952333.jpg"
},
{
id: "2",
title: "Design & Planning",
author: "Step 2",
description: "I sketch and plan the transformation, envisioning how the fabric and original design elements can be reimagined. This is where creativity meets sustainability.",
tags: ["Design", "Planning"],
id: "2", title: "Design & Planning", author: "Step 2", description: "I sketch and plan the transformation, envisioning how the fabric and original design elements can be reimagined. This is where creativity meets sustainability.", tags: ["Design", "Planning"],
imageSrc: "https://img.b2bpic.net/free-photo/man-owner-counter-packing-clothes-yellow-plastic-bag_23-2148175679.jpg"
},
{
id: "3",
title: "Handcrafted Construction",
author: "Step 3",
description: "Each piece is carefully cut, sewn, and finished by hand. This meticulous process ensures quality and allows for unique details that make each garment one-of-a-kind.",
tags: ["Crafting", "Handmade"],
title: "Handcrafted Construction", author: "Step 3", description: "Each piece is carefully cut, sewn, and finished by hand. This meticulous process ensures quality and allows for unique details that make each garment one-of-a-kind.", tags: ["Crafting", "Handmade"],
imageSrc: "https://img.b2bpic.net/free-photo/various-type-clothes-clothing-store_23-2148175674.jpg"
}
]}
@@ -77,14 +66,10 @@ export default function AboutPage() {
tag="Impact"
metrics={[
{
id: "1",
value: "80%",
description: "Less water used compared to conventional clothing production"
id: "1", value: "80%", description: "Less water used compared to conventional clothing production"
},
{
id: "2",
value: "Zero",
description: "Waste sent to landfill from our production process"
id: "2", value: "Zero", description: "Waste sent to landfill from our production process"
}
]}
useInvertedBackground="invertDefault"