Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-26 08:37:08 +00:00

View File

@@ -47,14 +47,14 @@ export default function LandingPage() {
title="Build Your Store, Start Earning Today"
description="The all-in-one platform to launch, grow, and scale your online business effortlessly. Start selling high-quality products to the world."
testimonials={[
{ name: "Alex Smith", handle: "@alexs", testimonial: "This platform transformed my business in under a month!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-cyber-monday-arrangement_23-2149055920.jpg", imageAlt: "premium product photography home office" },
{ name: "Alex Smith", handle: "@alexs", testimonial: "This platform transformed my business in under a month!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-cyber-monday-arrangement_23-2149055920.jpg?_wi=1", imageAlt: "premium product photography home office" },
{ name: "Jamie Lee", handle: "@jamie", testimonial: "Incredible features and support. So easy to scale.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/golden-shopping-cart-white-glitter-close-up_23-2148667016.jpg", imageAlt: "premium product photography home office" },
{ name: "Morgan D.", handle: "@morg", testimonial: "Revenue has tripled since I moved here.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-modern-vase-design_23-2150529809.jpg", imageAlt: "premium product photography home office" },
{ name: "Chris B.", handle: "@chris", testimonial: "Best decision for my online shop ever.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-stylish-hairstyle-making-photod-european-city-autumn-season_273443-2028.jpg", imageAlt: "premium product photography home office" },
{ name: "Sam Taylor", handle: "@sam", testimonial: "Seamless integration and beautiful themes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17210.jpg", imageAlt: "premium product photography home office" },
{ name: "Morgan D.", handle: "@morg", testimonial: "Revenue has tripled since I moved here.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-modern-vase-design_23-2150529809.jpg?_wi=1", imageAlt: "premium product photography home office" },
{ name: "Chris B.", handle: "@chris", testimonial: "Best decision for my online shop ever.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-stylish-hairstyle-making-photod-european-city-autumn-season_273443-2028.jpg?_wi=1", imageAlt: "premium product photography home office" },
{ name: "Sam Taylor", handle: "@sam", testimonial: "Seamless integration and beautiful themes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17210.jpg?_wi=1", imageAlt: "premium product photography home office" },
]}
buttons={[{ text: "Get Started", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-cyber-monday-arrangement_23-2149055920.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-cyber-monday-arrangement_23-2149055920.jpg?_wi=2"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/concept-covid-shopping-satisfied-young-man-looking-pleased-after-shopping-wearing-face-mask-s_1258-159546.jpg", alt: "User 1" },
{ src: "http://img.b2bpic.net/free-photo/top-view-cyber-monday-laptop-with-shopping-bags-light-box_23-2148657660.jpg", alt: "User 2" },
@@ -89,9 +89,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Smart Hub", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/elegant-modern-vase-design_23-2150529809.jpg" },
{ id: "p2", name: "Pro Wireless Mouse", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-stylish-hairstyle-making-photod-european-city-autumn-season_273443-2028.jpg" },
{ id: "p3", name: "Noise Cancelling Buds", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17210.jpg" },
{ id: "p1", name: "Smart Hub", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/elegant-modern-vase-design_23-2150529809.jpg?_wi=2" },
{ id: "p2", name: "Pro Wireless Mouse", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-stylish-hairstyle-making-photod-european-city-autumn-season_273443-2028.jpg?_wi=2" },
{ id: "p3", name: "Noise Cancelling Buds", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17210.jpg?_wi=2" },
{ id: "p4", name: "Travel Tech Case", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150083998.jpg" },
{ id: "p5", name: "Eco Smart Sensor", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/top-view-devices-supplies-composition_23-2149552421.jpg" },
{ id: "p6", name: "Ergo Desk Mat", price: "$39", imageSrc: "http://img.b2bpic.net/free-photo/business-desk-assortment_23-2148128277.jpg" },