6 Commits

Author SHA1 Message Date
30edd98eeb Update src/app/styles/variables.css 2026-03-23 05:15:48 +00:00
4e15c31763 Update src/app/page.tsx 2026-03-23 05:15:47 +00:00
e777e181d0 Update src/app/styles/variables.css 2026-03-23 05:12:45 +00:00
67ee92b801 Update src/app/page.tsx 2026-03-23 05:12:45 +00:00
bb246c80b5 Merge version_1 into main
Merge version_1 into main
2026-03-23 05:11:03 +00:00
30075e320a Merge version_1 into main
Merge version_1 into main
2026-03-23 05:10:31 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -70,7 +70,7 @@ export default function LandingPage() {
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKf8N10fqIDYTrjyjQw4da8gny/a-modern-high-tech-security-control-room-1774242597044-040de296.png", imageAlt: "Modern security control room with live CCTV feeds"},
{
imageSrc: "http://img.b2bpic.net/free-vector/white-background-with-digital-technology-network-mesh-lines_1017-25551.jpg?id=8562959", imageAlt: "Sleek outdoor security camera on a modern building"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKf8N10fqIDYTrjyjQw4da8gny/a-sleek-outdoor-security-camera-mounted--1774242596804-65b747d0.png", imageAlt: "Sleek outdoor security camera on a modern building"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKf8N10fqIDYTrjyjQw4da8gny/a-close-up-shot-of-a-smart-home-security-1774242596221-b3a60bc6.png", imageAlt: "Smart home security system with digital interface"},
{
@@ -165,7 +165,7 @@ export default function LandingPage() {
id: "cp-plus-dome-camera-1", brand: "CP Plus", name: "Cosmic 2MP Dome Camera", price: "$59.99", rating: 4.5,
reviewCount: "120 reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKf8N10fqIDYTrjyjQw4da8gny/a-high-resolution-cp-plus-dome-camera-el-1774242595632-d2e0a17e.png?_wi=1", imageAlt: "CP Plus Cosmic 2MP Dome Camera"},
{
id: "cp-plus-bullet-camera-1", brand: "CP Plus", name: "Vigilant 5MP Bullet Camera", price: "", rating: 4.7,
id: "cp-plus-bullet-camera-1", brand: "CP Plus", name: "Vigilant 5MP Bullet Camera", price: "$89.99", rating: 4.7,
reviewCount: "85 reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKf8N10fqIDYTrjyjQw4da8gny/a-robust-cp-plus-bullet-camera-designed--1774242596754-e897d14d.png", imageAlt: "CP Plus Vigilant 5MP Bullet Camera"},
{
id: "cp-plus-ptz-camera-1", brand: "CP Plus", name: "Guardian PTZ 8MP Camera", price: "$249.99", rating: 4.8,

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #106EFB;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta: #000000;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--accent: #535353;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);