diff --git a/src/app/page.tsx b/src/app/page.tsx index 427c91b..36810e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,112 +44,40 @@ export default function LandingPage() {
@@ -169,60 +89,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "1", - brand: "TechBrand", - name: "Wireless Headphones", - price: "$129", - rating: 4.8, - reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/volume-control-knob-hi-fi-amplifier_1232-3570.jpg?_wi=1", - }, - { - id: "2", - brand: "SmartHome", - name: "Security Camera", - price: "$89", - rating: 4.6, - reviewCount: "850", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vr-glasses_23-2148847740.jpg", - }, - { - id: "3", - brand: "GamingPro", - name: "Ergo Mouse", - price: "$59", - rating: 4.9, - reviewCount: "2.1k", - imageSrc: "http://img.b2bpic.net/free-photo/view-illuminated-neon-gaming-desk-setup-with-3d-glasses_23-2149529356.jpg", - }, - { - id: "4", - brand: "GlossyBeauty", - name: "Skincare Set", - price: "$45", - rating: 4.7, - reviewCount: "450", - imageSrc: "http://img.b2bpic.net/free-photo/transparent-skin-oil-droppers-arrangement-with-skin-care-cream-recipient_23-2148761421.jpg", - }, - { - id: "5", - brand: "KitchenAid", - name: "Portable Blender", - price: "$39", - rating: 4.5, - reviewCount: "620", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-fruit-mixer-front-view_23-2148230495.jpg", - }, - { - id: "6", - brand: "AudioTech", - name: "Earbuds Case", - price: "$29", - rating: 4.4, - reviewCount: "340", - imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg", - }, + { id: "1", brand: "TechBrand", name: "Wireless Headphones", price: "$129", rating: 4.8, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/volume-control-knob-hi-fi-amplifier_1232-3570.jpg" }, + { id: "2", brand: "SmartHome", name: "Security Camera", price: "$89", rating: 4.6, reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vr-glasses_23-2148847740.jpg" }, + { id: "3", brand: "GamingPro", name: "Ergo Mouse", price: "$59", rating: 4.9, reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/view-illuminated-neon-gaming-desk-setup-with-3d-glasses_23-2149529356.jpg" }, + { id: "4", brand: "GlossyBeauty", name: "Skincare Set", price: "$45", rating: 4.7, reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/transparent-skin-oil-droppers-arrangement-with-skin-care-cream-recipient_23-2148761421.jpg" }, + { id: "5", brand: "KitchenAid", name: "Portable Blender", price: "$39", rating: 4.5, reviewCount: "620", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fruit-mixer-front-view_23-2148230495.jpg" }, + { id: "6", brand: "AudioTech", name: "Earbuds Case", price: "$29", rating: 4.4, reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg" } ]} title="Trending Products" description="Shop the latest viral trends curated by our creator community." @@ -234,22 +106,18 @@ export default function LandingPage() { useInvertedBackground={false} title="Why Shop Here?" description={[ - "Authenticity meets convenience. We partner directly with content creators to bring you products they actually use and love. Every commission we earn helps support the creators directly.", - "Our vetting process ensures that you only see products with verified social proof and legitimate reviews from trusted voices in your niche.", - ]} + "Authenticity meets convenience. We partner directly with content creators to bring you products they actually use and love. Every commission we earn helps support the creators directly.", "Our vetting process ensures that you only see products with verified social proof and legitimate reviews from trusted voices in your niche."]} />
- +
diff --git a/src/app/tech/page.tsx b/src/app/tech/page.tsx index a93fdb5..f03c009 100644 --- a/src/app/tech/page.tsx +++ b/src/app/tech/page.tsx @@ -26,22 +26,10 @@ export default function LandingPage() { @@ -145,38 +75,8 @@ export default function LandingPage() {