Update src/app/page.tsx

This commit is contained in:
2026-01-24 18:11:50 +00:00
parent 1457d212d7
commit 1e92be9a21

View File

@@ -28,7 +28,7 @@ export default function HomePage() {
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
brandName="Geüpcycled Threads"
brandName="Atelier B."
navItems={[
{ name: "Home", id: "/" },
{ name: "Over mij", id: "/about" },
@@ -36,7 +36,7 @@ export default function HomePage() {
{ name: "Contact", id: "/contact" }
]}
bottomLeftText="Duurzame Mode"
bottomRightText="hallo@geupycledthreads.nl"
bottomRightText="hallo@atelierb.nl"
/>
</div>
@@ -50,7 +50,7 @@ export default function HomePage() {
tag="Eco-Bewuste Mode"
tagIcon={Leaf}
imageSrc="https://img.b2bpic.net/free-photo/full-shot-woman-posing-fast-fashion-concept_23-2150805333.jpg"
imageAlt="Geüpcycled mode transformatie showcase"
imageAlt="Atelier B. mode transformatie showcase"
imageClassName="w-1/2 h-auto object-cover object-center crop-20"
buttons={[
{ text: "Shop Nu & Ontdek", href: "/shop" },
@@ -82,7 +82,7 @@ export default function HomePage() {
tagIcon={ShoppingBag}
products={[
{
id: "1", name: "Vintage Denim Jas", price: "€75", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-young-women-posing-outdoors_23-2149412643.jpg", imageAlt: "Geüpcycled vintage denim jas"
id: "1", name: "Vintage Denim Jas", price: "€75", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-young-women-posing-outdoors_23-2149412643.jpg", imageAlt: "Atelier B. vintage denim jas"
},
{
id: "2", name: "Patchwork Zomerjurk", price: "€95", imageSrc: "https://img.b2bpic.net/free-photo/front-view-woman-wearing-vacation-outfit_23-2150668926.jpg", imageAlt: "Handgemaakte patchwork zomerjurk"
@@ -115,13 +115,11 @@ export default function HomePage() {
imageSrc: "https://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", imageAlt: "Klant Emma"
},
{
id: "2", name: "Sophie D.", role: "Duurzaamheid Voorstander",
company: "Parijs", rating: 5,
id: "2", name: "Sophie D.", role: "Duurzaamheid Voorstander", company: "Parijs", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Klant Sophie"
},
{
id: "3", name: "Marcus B.", role: "Ontwerp Professional", company: "Berlijn",
rating: 5,
id: "3", name: "Marcus B.", role: "Ontwerp Professional", company: "Berlijn", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Klant Marcus"
},
{
@@ -143,12 +141,12 @@ export default function HomePage() {
useInvertedBackground="noInvert"
buttons={[
{ text: "Neem Contact Op", href: "/contact" },
{ text: "Volg @geupycledthreads", href: "https://instagram.com" }
{ text: "Volg @atelierb", href: "https://instagram.com" }
]}
/>
</div>
<FooterLogoReveal logoText="Geüpcycled Threads" />
<FooterLogoReveal logoText="Atelier B." />
</ThemeProvider>
);
}
}