diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index d867195..d8d70a8 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -23,34 +23,34 @@ export default function AboutPage() {
>
@@ -49,34 +49,34 @@ export default function ContactPage() {
-
+
);
-}
\ No newline at end of file
+}
diff --git a/src/app/globals.css b/src/app/globals.css
index 26a1585..3efb8cd 100644
--- a/src/app/globals.css
+++ b/src/app/globals.css
@@ -4,21 +4,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
- /* --background: #f9f5f0;;
- --card: #efe5d8;;
- --foreground: #3d2817;;
- --primary-cta: #c8704c;;
- --secondary-cta: #f9f5f0;;
- --accent: #d9a884;;
- --background-accent: #c4926f;; */
+ /* --background: #fafffb;;
+ --card: #f7fffa;;
+ --foreground: #001a0a;;
+ --primary-cta: #0a7039;;
+ --secondary-cta: #ffffff;;
+ --accent: #a8d9be;;
+ --background-accent: #6bbf8e;; */
- --background: #f9f5f0;;
- --card: #efe5d8;;
- --foreground: #3d2817;;
- --primary-cta: #c8704c;;
- --secondary-cta: #f9f5f0;;
- --accent: #d9a884;;
- --background-accent: #c4926f;;
+ --background: #fafffb;;
+ --card: #f7fffa;;
+ --foreground: #001a0a;;
+ --primary-cta: #0a7039;;
+ --secondary-cta: #ffffff;;
+ --accent: #a8d9be;;
+ --background-accent: #6bbf8e;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 01d6b18..0c0aad1 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -8,11 +8,11 @@ const poppins = Poppins({
});
export const metadata: Metadata = {
- title: "Upcycled Threads | Sustainable Fashion & Handcrafted Clothing", description: "Transform your wardrobe with unique, handcrafted upcycled fashion. Shop one-of-a-kind pieces made from vintage & sustainable materials. Eco-conscious style.", keywords: ["upcycled fashion", "sustainable clothing", "handmade garments", "vintage fashion", "eco-friendly apparel", "second-hand style"],
+ 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"],
openGraph: {
- title: "Upcycled Threads | Sustainable Fashion", description: "Discover unique, handcrafted upcycled fashion pieces that celebrate creativity and environmental responsibility.", siteName: "Upcycled Threads", type: "website"},
+ title: "Geüpcycled Threads | Duurzame Mode", description: "Ontdek unieke, handgemaakte geüpcycled modestukken die creativiteit en milieuverantwoordelijkheid vieren.", siteName: "Geüpcycled Threads", type: "website"},
twitter: {
- card: "summary_large_image", title: "Upcycled Threads | Sustainable Fashion", description: "Transform your wardrobe with unique, handcrafted upcycled pieces"},
+ card: "summary_large_image", title: "Geüpcycled Threads | Duurzame Mode", description: "Transformeer je garderobe met unieke, handgemaakte geüpcycled stukken"},
robots: {
index: true,
follow: true,
@@ -25,7 +25,7 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
-
+
{children}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 582ed56..7437a31 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,65 +28,65 @@ export default function HomePage() {
>
-
+
);
-}
\ No newline at end of file
+}
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 2f1ff9a..3234be1 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -24,42 +24,42 @@ export default function ShopPage() {
>
-
+
);
-}
\ No newline at end of file
+}