Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 48b816d219 | |||
| a43c3767fe | |||
| 72eefd6722 |
@@ -11,7 +11,7 @@ const geistMono = Geist_Mono({
|
||||
});
|
||||
|
||||
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({
|
||||
children,
|
||||
|
||||
@@ -110,7 +110,7 @@ export default function HomePage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
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"
|
||||
tagIcon={Star}
|
||||
textboxLayout="default"
|
||||
@@ -166,6 +166,9 @@ export default function HomePage() {
|
||||
tagIcon={Star}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Shop Bestsellers", href: "/products" },
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Authentic Quality & Fast Delivery", quote:
|
||||
|
||||
Reference in New Issue
Block a user