Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e6cba5d516 | |||
| f1e6bcb0c9 | |||
| 52ca87f3e1 | |||
| 9a64374e6b | |||
| 5ddca4132b | |||
| 5a9f383357 | |||
| 978462a438 | |||
| 9e73f4332a | |||
| 8bba2bd6a1 | |||
| c38b6e5e6b | |||
| 7b4d9db1ef | |||
| 4dd866a044 | |||
| aad5b4e067 |
1422
src/app/layout.tsx
1422
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
brandName="Your Web"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now", href: "tel:3122370726"
|
||||
text: "Get Started - $50/month", href: "tel:3122370726"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -60,8 +60,7 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Call Now: 312-237-0726", href: "tel:3122370726" },
|
||||
{ text: "Email: Thawawesomen1@gmail.com", href: "mailto:Thawawesomen1@gmail.com" },
|
||||
{ text: "Get Started - $50/month", href: "tel:3122370726" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/looking-desperate-frustrated-stressed-unhappy-annoyed-shouting-screaming_1194-204464.jpg?_wi=1"
|
||||
@@ -311,4 +310,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fffafa;
|
||||
--card: #fff7f7;
|
||||
--foreground: #1a0000;
|
||||
--primary-cta: #e63946;
|
||||
--background: #8B6F47;
|
||||
--card: #A0826D;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #654321;
|
||||
--primary-cta-text: #fffafa;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #D4C5B9;
|
||||
--secondary-cta-text: #1a0000;
|
||||
--accent: #f5c4c7;
|
||||
--background-accent: #f09199;
|
||||
--accent: #C19A6B;
|
||||
--background-accent: #8B7355;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user