Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9db74f0228 | |||
| c2147cd4b9 | |||
| 5e36551eeb |
@@ -9,7 +9,8 @@ const inter = Inter({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "ShopHub - Premium Products & Fast Shipping", description: "Discover premium products with fast shipping and excellent customer service. Trusted by 50,000+ happy customers."};
|
title: "ShopHub - Premium Products & Fast Shipping", description: "Discover premium products with fast shipping and excellent customer service. Trusted by 50,000+ happy customers."
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
|||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
title="Featured Products"
|
title="Featured Products"
|
||||||
description="Explore our handpicked selection of premium items designed for modern living"
|
description="Explore our handpicked selection of premium items with free returns within 30 days, price match guarantee, and risk-free satisfaction assurance"
|
||||||
tag="Shop Now"
|
tag="Shop Now"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user