Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 48b816d219 | |||
| a43c3767fe | |||
| 72eefd6722 |
@@ -11,7 +11,7 @@ const geistMono = Geist_Mono({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Sheger Shop - Authentic Ethiopian Products", description: "Discover authentic Ethiopian products - from premium coffee and traditional textiles to handcrafted jewelry and cultural artifacts. Trusted by 50K+ customers. Fair-trade certified artisans."};
|
title: "Sheger Shop - Authentic Ethiopian Products", description: "Discover authentic Ethiopian products including premium coffee, traditional textiles, handcrafted jewelry, and cultural artifacts."};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ export default function HomePage() {
|
|||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
title="Featured Products"
|
title="Featured Products"
|
||||||
description="Explore our curated selection of authentic Ethiopian products handpicked for quality and authenticity. Trusted by 50K+ customers. Fair-trade certified artisans."
|
description="Explore our curated selection of authentic Ethiopian products handpicked for quality and authenticity"
|
||||||
tag="Best Sellers"
|
tag="Best Sellers"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -166,6 +166,9 @@ export default function HomePage() {
|
|||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Shop Bestsellers", href: "/products" },
|
||||||
|
]}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", title: "Authentic Quality & Fast Delivery", quote:
|
id: "1", title: "Authentic Quality & Fast Delivery", quote:
|
||||||
|
|||||||
Reference in New Issue
Block a user