3 Commits

Author SHA1 Message Date
9db74f0228 Update src/app/page.tsx 2026-03-05 15:43:45 +00:00
c2147cd4b9 Update src/app/layout.tsx 2026-03-05 15:43:44 +00:00
5e36551eeb Merge version_2 into main
Merge version_2 into main
2026-03-05 15:27:36 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,8 @@ const inter = Inter({
});
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({
children,

View File

@@ -70,7 +70,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardThree
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"
textboxLayout="default"
useInvertedBackground={true}