Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2614cf473a | |||
| 6780ce2dad | |||
| 49ce86d04b | |||
| d09331d299 |
@@ -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" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user