7 Commits

Author SHA1 Message Date
e6cba5d516 Update src/app/styles/variables.css 2026-03-08 09:24:43 +00:00
f1e6bcb0c9 Update src/app/page.tsx 2026-03-08 09:24:42 +00:00
52ca87f3e1 Update src/app/layout.tsx 2026-03-08 09:24:42 +00:00
9a64374e6b Merge version_3 into main
Merge version_3 into main
2026-03-08 09:22:31 +00:00
5ddca4132b Update src/app/page.tsx 2026-03-08 09:22:27 +00:00
5a9f383357 Update src/app/layout.tsx 2026-03-08 09:22:26 +00:00
978462a438 Merge version_2 into main
Merge version_2 into main
2026-03-08 09:13:00 +00:00
3 changed files with 15 additions and 1414 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
brandName="Your Web" brandName="Your Web"
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Call Now", href: "tel:3122370726" text: "Get Started - $50/month", href: "tel:3122370726"
}} }}
/> />
</div> </div>
@@ -60,8 +60,7 @@ export default function LandingPage() {
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Call Now: 312-237-0726", href: "tel:3122370726" }, { text: "Get Started - $50/month", href: "tel:3122370726" },
{ text: "Email: Thawawesomen1@gmail.com", href: "mailto:Thawawesomen1@gmail.com" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/looking-desperate-frustrated-stressed-unhappy-annoyed-shouting-screaming_1194-204464.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/looking-desperate-frustrated-stressed-unhappy-annoyed-shouting-screaming_1194-204464.jpg?_wi=1"

View File

@@ -12,7 +12,7 @@
--background: #8B6F47; --background: #8B6F47;
--card: #A0826D; --card: #A0826D;
--foreground: #F5E6D3; --foreground: #1a1a1a;
--primary-cta: #654321; --primary-cta: #654321;
--primary-cta-text: #fffafa; --primary-cta-text: #fffafa;
--secondary-cta: #D4C5B9; --secondary-cta: #D4C5B9;