Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 295487bf4c | |||
| 6ea6e09a05 | |||
| 815468b8cc |
@@ -1,7 +1,8 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -1380,4 +1381,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -246,7 +246,7 @@ export default function HomePage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
tag="Stay Updated"
|
tag="Stay Updated"
|
||||||
title="Get Exclusive Offers & New Arrivals"
|
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}
|
tagIcon={Mail}
|
||||||
background={{ variant: "animated-grid" }}
|
background={{ variant: "animated-grid" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -306,4 +306,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user