Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-03-08 09:22:31 +00:00
2 changed files with 14 additions and 1413 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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>
);
}
}