Compare commits
25 Commits
version_3
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| e614d78b7a | |||
| 7c3d775040 | |||
| ea41c473c1 | |||
| 1e92be9a21 | |||
| 1457d212d7 | |||
| 4c4df953cc | |||
| 286f4619e7 | |||
| b0ceaf5a77 | |||
| 6f13e0bc68 | |||
| 0943ac7a97 | |||
| 21b8c93e97 | |||
| ce9df4fe51 | |||
| 490370b7c8 | |||
| 7f1dd866f7 | |||
| f39e98c884 | |||
| 5e3b200bd8 | |||
| 54c06d035f | |||
| 260ccb6986 | |||
| d011ae251d | |||
| 4970e1b0ef | |||
| 84ebc55b0b | |||
| 567052fca2 | |||
| 60f8812eab | |||
| 75f2be31fb | |||
| 6b2d152775 |
@@ -26,8 +26,8 @@ export default function AboutPage() {
|
||||
brandName="Geüpcycled Threads"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Over Ons", id: "/about" },
|
||||
{ name: "Winkel", id: "/shop" },
|
||||
{ name: "Over mij", id: "/about" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
bottomLeftText="Duurzame Mode"
|
||||
|
||||
@@ -54,7 +54,8 @@ export default function BlogPage() {
|
||||
const url = `${apiUrl}/posts/${projectId}?status=published`;
|
||||
const response = await fetch(url, {
|
||||
method: "GET", headers: {
|
||||
"Content-Type": "application/json"},
|
||||
"Content-Type": "application/json"
|
||||
},
|
||||
});
|
||||
|
||||
if (response.ok) {
|
||||
@@ -101,8 +102,8 @@ export default function BlogPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/home" },
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Over Ons", id: "about" },
|
||||
{ name: "Winkel", id: "products" },
|
||||
{ name: "Over mij", id: "about" },
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "Proces", id: "process" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
|
||||
@@ -26,8 +26,8 @@ export default function ContactPage() {
|
||||
brandName="Geüpcycled Threads"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Over Ons", id: "/about" },
|
||||
{ name: "Winkel", id: "/shop" },
|
||||
{ name: "Over mij", id: "/about" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
bottomLeftText="Duurzame Mode"
|
||||
@@ -44,6 +44,7 @@ export default function ContactPage() {
|
||||
{ text: "E-mail Mij", href: "mailto:hallo@geupycyledthreads.nl" },
|
||||
{ text: "Instagram", href: "https://instagram.com" }
|
||||
]}
|
||||
buttonClassName="bg-primary-cta hover:bg-primary-cta/90 text-white px-8 py-4 text-lg font-semibold rounded-lg transition-all duration-300"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -8,11 +8,13 @@ const poppins = Poppins({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Geüpcycled Threads | Duurzame Mode & Handgemaakte Kleding", description: "Transformeer je garderobe met unieke, handgemaakte geüpcycled mode. Shop eenmalige stukken gemaakt van vintage & duurzame materialen. Eco-bewuste stijl.", keywords: ["geüpcycled mode", "duurzame kleding", "handgemaakte kledingstukken", "vintage mode", "eco-vriendelijke apparel", "tweedehandsestijl"],
|
||||
title: "Atelier B. | Duurzame Mode & Handgemaakte Kleding", description: "Transformeer je garderobe met unieke, handgemaakte Atelier B. mode. Shop eenmalige stukken gemaakt van vintage & duurzame materialen. Eco-bewuste stijl.", keywords: ["Atelier B. mode", "duurzame kleding", "handgemaakte kledingstukken", "vintage mode", "eco-vriendelijke apparel", "tweedehandsestijl"],
|
||||
openGraph: {
|
||||
title: "Geüpcycled Threads | Duurzame Mode", description: "Ontdek unieke, handgemaakte geüpcycled modestukken die creativiteit en milieuverantwoordelijkheid vieren.", siteName: "Geüpcycled Threads", type: "website"},
|
||||
title: "Atelier B. | Duurzame Mode", description: "Ontdek unieke, handgemaakte Atelier B. modestukken die creativiteit en milieuverantwoordelijkheid vieren.", siteName: "Atelier B.", type: "website"
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Geüpcycled Threads | Duurzame Mode", description: "Transformeer je garderobe met unieke, handgemaakte geüpcycled stukken"},
|
||||
card: "summary_large_image", title: "Atelier B. | Duurzame Mode", description: "Transformeer je garderobe met unieke, handgemaakte Atelier B. stukken"
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
@@ -1249,4 +1251,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -28,31 +28,36 @@ export default function HomePage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
brandName="Geüpcycled Threads"
|
||||
brandName="Atelier B."
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Over Ons", id: "/about" },
|
||||
{ name: "Winkel", id: "/shop" },
|
||||
{ name: "Over mij", id: "/about" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
bottomLeftText="Duurzame Mode"
|
||||
bottomRightText="hallo@geupycyledthreads.nl"
|
||||
bottomRightText="hallo@atelierb.nl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
title="Transformeer Oud in Nieuw"
|
||||
titleClassName="text-7xl md:text-8xl lg:text-9xl"
|
||||
description="Ontdek duurzaam vervaardigde modestukken gemaakt van geüpcycled materialen. Elk kledingstuk vertelt een verhaal van transformatie, creativiteit en milieuverantwoordelijkheid."
|
||||
descriptionClassName="text-lg md:text-xl pt-8 md:pt-12"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
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: "Verken Winkel", href: "/shop" },
|
||||
{ text: "Shop Nu & Ontdek", href: "/shop" },
|
||||
{ text: "Lees Ons Verhaal", href: "/about" }
|
||||
]}
|
||||
buttonClassName="px-8 py-4 text-lg font-semibold"
|
||||
mediaWrapperClassName="flex justify-center items-center"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,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"
|
||||
@@ -102,20 +107,18 @@ export default function HomePage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="Wat Klanten Ervan Houden"
|
||||
description="Echte recensies van mensen die hun perfecte geüpcycled stuk hebben ontdekt"
|
||||
description="1,200+ gelukkige klanten vertrouwen ons - Echte recensies van mensen die hun perfecte geüpcycled stuk hebben ontdekt"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Emma S.", role: "Mode Liefhebber", company: "Amsterdam", rating: 5,
|
||||
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"
|
||||
},
|
||||
{
|
||||
@@ -137,12 +140,12 @@ export default function HomePage() {
|
||||
useInvertedBackground="noInvert"
|
||||
buttons={[
|
||||
{ text: "Neem Contact Op", href: "/contact" },
|
||||
{ text: "Volg @geupycyledthreads", href: "https://instagram.com" }
|
||||
{ text: "Volg @atelierb", href: "https://instagram.com" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FooterLogoReveal logoText="Geüpcycled Threads" />
|
||||
<FooterLogoReveal logoText="Atelier B." />
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -27,8 +27,8 @@ export default function ShopPage() {
|
||||
brandName="Geüpcycled Threads"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Over Ons", id: "/about" },
|
||||
{ name: "Winkel", id: "/shop" },
|
||||
{ name: "Over mij", id: "/about" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
bottomLeftText="Duurzame Mode"
|
||||
@@ -69,6 +69,7 @@ export default function ShopPage() {
|
||||
buttons={[
|
||||
{ text: "Aangepaste Bestelling", href: "/contact" }
|
||||
]}
|
||||
textBoxButtonClassName="bg-primary-cta hover:bg-primary-cta/90 text-white px-8 py-4 text-lg font-semibold rounded-lg transition-all duration-300"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user