Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-07 14:03:02 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/top-view-dvd-music-set_1150-6660.jpg", alt: "Top view DVD music set" },
{ src: "http://img.b2bpic.net/free-photo/sport-composition-with-modern-elements_23-2147913644.jpg", alt: "Sport composition with modern elements" },
{ src: "http://img.b2bpic.net/free-photo/top-view-stack-blue-conserves_23-2148785250.jpg", alt: "Top view stack of blue conserves" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-jewelry_23-2149726818.jpg", alt: "Medium shot people looking at jewelry" }
{ src: "http://img.b2bpic.net/medium-shot-people-looking-jewelry_23-2149726818.jpg", alt: "Medium shot people looking at jewelry" }
]}
avatarText="Trusted by 10,000+ tech enthusiasts"
marqueeItems={[
@@ -93,7 +93,7 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{ id: "p1", name: "Premium Cables", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/usb-cable-type-c-white-isolated-background_58702-4529.jpg" },
{ id: "p2", name: "Fast Power Bank", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/phone-mobile-connect-battery-power-bank_93675-129415.jpg" },
{ id: "p2", name: "Fast Power Bank", price: "$45.00", imageSrc: "http://img.b2bpic.net/phone-mobile-connect-battery-power-bank_93675-129415.jpg" },
{ id: "p3", name: "Smart Home Hub", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/devices-assortment-table_23-2148994218.jpg" },
{ id: "p4", name: "Gaming Keyboard", price: "$65.00", imageSrc: "http://img.b2bpic.net/free-photo/party-space-ready-online-celebration_23-2149347242.jpg" },
{ id: "p5", name: "Fitness Tracker", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-submerged_23-2148109745.jpg" },
@@ -137,7 +137,7 @@ export default function LandingPage() {
testimonials={[
{ id: "1", name: "Alex", handle: "@alex", testimonial: "Excellent quality gadgets!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg" },
{ id: "2", name: "Jane", handle: "@jane", testimonial: "Super fast delivery.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg" },
{ id: "3", name: "Bob", handle: "@bob", testimonial: "Amazing customer support.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-blonde-slavic-woman-holding-phone-showing-okey-gesture_141793-81559.jpg" },
{ id: "3", name: "Bob", handle: "@bob", testimonial: "Amazing customer support.", imageSrc: "http://img.b2bpic.net/pleased-young-blonde-slavic-woman-holding-phone-showing-okey-gesture_141793-81559.jpg" },
{ id: "4", name: "Sue", handle: "@sue", testimonial: "Highly recommended shop.", imageSrc: "http://img.b2bpic.net/high-angle-teacher-holding-headphones_23-2148618640.jpg" },
{ id: "5", name: "Mark", handle: "@mark", testimonial: "Best prices in town.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-curly-sitting-bicycle-using-smartphone_171337-12054.jpg" }
]}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--background: #000000;
--card: #262626;
--foreground: #f5f5f5;
--primary-cta: #facc15;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #f5f5f5;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--accent: #facc15;
--background-accent: #333333;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);