4 Commits

Author SHA1 Message Date
2614cf473a Update src/app/page.tsx 2026-04-26 09:42:44 +00:00
6780ce2dad Update src/app/styles/variables.css 2026-04-26 09:42:15 +00:00
49ce86d04b Merge version_2 into main
Merge version_2 into main
2026-04-26 09:41:44 +00:00
d09331d299 Merge version_2 into main
Merge version_2 into main
2026-04-26 09:41:09 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -53,14 +53,14 @@ export default function SonicWifiPage() {
{
title: "Gigabit Speeds",
description: "Lightning fast downloads and zero latency gaming.",
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-with-5g-network-icon_23-2149156742.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-with-5g-network-icon_23-2149156742.jpg" }
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-with-5g-network-icon_23-2149156742.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-with-5g-network-icon_23-2149156742.jpg?_wi=2" }
},
{
title: "Total Home Coverage",
description: "Dead zones are a thing of the past with our mesh system.",
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smart-home-system-concept-with-connected-devices_23-2149156742.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smart-home-system-concept-with-connected-devices_23-2149156742.jpg" }
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smart-home-system-concept-with-connected-devices_23-2149156742.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smart-home-system-concept-with-connected-devices_23-2149156742.jpg?_wi=2" }
}
]}
/>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #161616;
--foreground: #f0f0f0;
--primary-cta: #ffffff;
--background: #1a0000;
--card: #330000;
--foreground: #fffafa;
--primary-cta: #e63946;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1e1e1e;
--secondary-cta: #5c0000;
--secondary-cta-text: #e0e0e0;
--accent: #d0d0d0;
--background-accent: #9a9a9a;
--accent: #990000;
--background-accent: #4a0000;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);