Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-07 21:42:22 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -63,11 +63,11 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-with-digital-assistant-arrangement_23-2149108009.jpg", imageAlt: "Premium smartwatch"},
{
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-looking-her-watch_23-2148213469.jpg", imageAlt: "Black smartwatch"},
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-looking-her-watch_23-2148213469.jpg?_wi=1", imageAlt: "Black smartwatch"},
{
imageSrc: "http://img.b2bpic.net/free-psd/flat-design-black-friday-template_23-2149690265.jpg", imageAlt: "Silver smartwatch"},
imageSrc: "http://img.b2bpic.net/free-psd/flat-design-black-friday-template_23-2149690265.jpg?_wi=1", imageAlt: "Silver smartwatch"},
{
imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg", imageAlt: "Gold smartwatch"},
imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg?_wi=1", imageAlt: "Gold smartwatch"},
]}
buttons={[
{ text: "Shop Products", href: "#products" },
@@ -92,11 +92,11 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "1", name: "Eclipse Motion Pro", price: "$299.99", variant: "Black • 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-looking-her-watch_23-2148213469.jpg", imageAlt: "Eclipse Motion Pro Black"},
id: "1", name: "Eclipse Motion Pro", price: "$299.99", variant: "Black • 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-looking-her-watch_23-2148213469.jpg?_wi=2", imageAlt: "Eclipse Motion Pro Black"},
{
id: "2", name: "Swift Silver Elite", price: "$249.99", variant: "Silver • 5 Colors", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-black-friday-template_23-2149690265.jpg", imageAlt: "Swift Silver Elite"},
id: "2", name: "Swift Silver Elite", price: "$249.99", variant: "Silver • 5 Colors", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-black-friday-template_23-2149690265.jpg?_wi=2", imageAlt: "Swift Silver Elite"},
{
id: "3", name: "Luxe Gold Standard", price: "$399.99", variant: "Gold • 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg", imageAlt: "Luxe Gold Standard"},
id: "3", name: "Luxe Gold Standard", price: "$399.99", variant: "Gold • 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg?_wi=2", imageAlt: "Luxe Gold Standard"},
]}
/>
</div>