Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-05 11:02:28 +00:00

View File

@@ -72,10 +72,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "1", name: "Premium Wireless Headset", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg" },
{ id: "2", name: "Sleek Smartwatch Pro", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg" },
{ id: "3", name: "Ergonomic Mechanical Keyboard", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg" },
{ id: "4", name: "Ultra-Slim Tablet", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg" },
{ id: "1", name: "Premium Wireless Headset", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg?_wi=1" },
{ id: "2", name: "Sleek Smartwatch Pro", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg?_wi=2" },
{ id: "3", name: "Ergonomic Mechanical Keyboard", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg?_wi=3" },
{ id: "4", name: "Ultra-Slim Tablet", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg?_wi=4" },
]}
title="Featured Arrivals"
description="Discover our curated collection of best-selling products."
@@ -97,11 +97,11 @@ export default function LandingPage() {
title="What Our Customers Say"
description="We are proud to serve a growing community of tech enthusiasts."
testimonials={[
{ id: "t1", name: "Alice Johnson", handle: "@alicej", testimonial: "The quality of the products is unmatched. Truly premium.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" },
{ id: "t2", name: "Bob Smith", handle: "@bobsmith", testimonial: "Fast delivery and excellent customer service. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" },
{ id: "t3", name: "Charlie Brown", handle: "@charlieb", testimonial: "Very sleek design, everything works perfectly as described.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" },
{ id: "t4", name: "Dana White", handle: "@danaw", testimonial: "The best shopping experience I have had in a long time.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" },
{ id: "t5", name: "Evan Reed", handle: "@evanr", testimonial: "RNT Shop is my go-to for all my electronic needs.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" },
{ id: "t1", name: "Alice Johnson", handle: "@alicej", testimonial: "The quality of the products is unmatched. Truly premium.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=1" },
{ id: "t2", name: "Bob Smith", handle: "@bobsmith", testimonial: "Fast delivery and excellent customer service. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=2" },
{ id: "t3", name: "Charlie Brown", handle: "@charlieb", testimonial: "Very sleek design, everything works perfectly as described.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=3" },
{ id: "t4", name: "Dana White", handle: "@danaw", testimonial: "The best shopping experience I have had in a long time.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=4" },
{ id: "t5", name: "Evan Reed", handle: "@evanr", testimonial: "RNT Shop is my go-to for all my electronic needs.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=5" },
]}
/>
</div>