Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-05 11:37:13 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
import type { Metadata } from "next";
export const metadata: Metadata = {
title: "Istanbul Products | Turkish Crafts Marketplace", description: "Discover authentic Turkish products and handcrafted items from Istanbul workshops. Premium quality, traditional craftsmanship."};
title: "Istanbul Products | Turkish Crafts Marketplace", description: "Discover authentic Turkish products and handcrafted items from Istanbul workshops. Premium quality, traditional craftsmanship."
};
export default function RootLayout({
children,
@@ -1380,4 +1381,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -246,7 +246,7 @@ export default function HomePage() {
<ContactCenter
tag="Stay Updated"
title="Get Exclusive Offers & New Arrivals"
description="Subscribe to receive special discounts on new product releases, exclusive collections, and insider access to limited-edition Turkish crafts."
description="Get 10% off your first order, early access to new collections, and insider artisan stories delivered straight to your inbox. Join our community of Turkish craft enthusiasts worldwide."
tagIcon={Mail}
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
@@ -306,4 +306,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}