Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-03 17:36:18 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="stellar resellers"
description="Premium wholesale solutions for ambitious resellers. Access exclusive inventory, competitive pricing, and global shipping to scale your business worldwide."
description="Scale your reselling revenue 3x faster with premium wholesale solutions. Access exclusive inventory, competitive pricing, and global shipping to dominate your market."
buttons={[
{ text: "Start Selling", href: "#products" },
{ text: "Learn More", href: "#features" },
@@ -61,14 +61,11 @@ export default function LandingPage() {
description="Curated selection of high-demand products ready to resell"
tag="Best Sellers"
products={[
{
id: "1", brand: "Stellar", name: "Premium Tech Bundle", price: "$2,499.00", rating: 5,
{ id: "1", brand: "Stellar", name: "Premium Tech Bundle", price: "$2,499.00", rating: 5,
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109773.jpg?_wi=1", imageAlt: "Premium tech bundle package"},
{
id: "2", brand: "Stellar", name: "Luxury Accessory Set", price: "$899.00", rating: 5,
{ id: "2", brand: "Stellar", name: "Luxury Accessory Set", price: "$899.00", rating: 5,
reviewCount: "856", imageSrc: "http://img.b2bpic.net/free-photo/famous-fashion-designer-shopping-clothing-items-accessories-store_482257-93112.jpg?_wi=1", imageAlt: "Luxury accessory collection"},
{
id: "3", brand: "Stellar", name: "Exclusive Designer Pack", price: "$3,299.00", rating: 5,
{ id: "3", brand: "Stellar", name: "Exclusive Designer Pack", price: "$3,299.00", rating: 5,
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-49638.jpg?_wi=1", imageAlt: "Exclusive designer product pack"},
]}
gridVariant="three-columns-all-equal-width"