21 Commits

Author SHA1 Message Date
2632dcd46f Update src/app/page.tsx 2026-03-14 01:13:19 +00:00
a1ebbfad20 Merge version_6 into main
Merge version_6 into main
2026-03-14 01:11:54 +00:00
9ce517a7f5 Update src/app/page.tsx 2026-03-14 01:11:50 +00:00
2e23957121 Merge version_5 into main
Merge version_5 into main
2026-03-14 01:10:05 +00:00
1884570b80 Update src/app/page.tsx 2026-03-14 01:10:01 +00:00
941e14ceb2 Merge version_4 into main
Merge version_4 into main
2026-03-14 01:02:27 +00:00
08780c632c Update src/app/page.tsx 2026-03-14 01:02:23 +00:00
35e16fe27d Merge version_3 into main
Merge version_3 into main
2026-03-07 16:50:25 +00:00
ca908ce6da Update src/app/page.tsx 2026-03-07 16:50:21 +00:00
64527dbd30 Update src/app/layout.tsx 2026-03-07 16:50:20 +00:00
4d15bf1a47 Switch to version 1: modified src/app/page.tsx 2026-03-07 16:48:56 +00:00
6ad9458852 Merge version_2 into main
Merge version_2 into main
2026-03-07 16:48:02 +00:00
ffe6184f85 Merge version_2 into main
Merge version_2 into main
2026-03-07 16:43:54 +00:00
b530735268 Merge version_2 into main
Merge version_2 into main
2026-03-07 16:42:29 +00:00
314c1aeac8 Merge version_2 into main
Merge version_2 into main
2026-03-07 16:41:10 +00:00
44a74a1e1e Merge version_2 into main
Merge version_2 into main
2026-03-07 16:39:51 +00:00
a6f049b409 Merge version_2 into main
Merge version_2 into main
2026-03-07 16:36:59 +00:00
9f23041c0b Merge version_2 into main
Merge version_2 into main
2026-03-07 16:35:44 +00:00
eb80cef9ee Merge version_2 into main
Merge version_2 into main
2026-03-07 16:34:16 +00:00
f6c343da99 Merge version_2 into main
Merge version_2 into main
2026-03-07 16:32:43 +00:00
da792a0d8b Merge version_2 into main
Merge version_2 into main
2026-03-07 16:28:30 +00:00
2 changed files with 1382 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -36,8 +36,7 @@ export default function LandingPage() {
{ name: "Why Us", id: "features" }, { name: "Why Us", id: "features" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
bottomLeftText="Chicago, IL" button={{ text: "Get Started", href: "#contact" }}
bottomRightText="(312) 237-0726"
/> />
</div> </div>
@@ -61,6 +60,10 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-vector/gradient-responsive-website-design_23-2149483545.jpg", imageAlt: "Website mockup on multiple devices" }, { imageSrc: "http://img.b2bpic.net/free-vector/gradient-responsive-website-design_23-2149483545.jpg", imageAlt: "Website mockup on multiple devices" },
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-infographic-element-set_52683-7100.jpg", imageAlt: "Website conversion metrics displayed" }, { imageSrc: "http://img.b2bpic.net/free-vector/flat-infographic-element-set_52683-7100.jpg", imageAlt: "Website conversion metrics displayed" },
]} ]}
buttons={[
{ text: "Get Free Website Quote", href: "#pricing" },
{ text: "Schedule Call", href: "#contact" },
]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
carouselPosition="right" carouselPosition="right"
/> />
@@ -74,6 +77,9 @@ export default function LandingPage() {
tagIcon={Award} tagIcon={Award}
imageSrc="http://img.b2bpic.net/free-photo/young-happy-colleagues-sitting-office-coworking_171337-17717.jpg" imageSrc="http://img.b2bpic.net/free-photo/young-happy-colleagues-sitting-office-coworking_171337-17717.jpg"
imageAlt="Neo Cymian and Your Web team in Chicago office" imageAlt="Neo Cymian and Your Web team in Chicago office"
buttons={[
{ text: "Learn More", href: "#pricing" },
]}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
@@ -104,7 +110,7 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing"> <div id="pricing" data-section="pricing">
<PricingCardTwo <PricingCardTwo
title="Simple, Transparent Pricing" title="Simple, Transparent Pricing"
description="Choose the plan that fits your business. All plans include custom AI design, mobile optimization, and ongoing support." description="Choose the plan that fits your business. All plans include custom AI design, mobile optimization, and ongoing support. One-time down payment + monthly recurring fees."
tag="Flexible Plans for Every Business" tag="Flexible Plans for Every Business"
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -115,6 +121,7 @@ export default function LandingPage() {
{ {
id: "starter", badge: "Starter", badgeIcon: Zap, id: "starter", badge: "Starter", badgeIcon: Zap,
price: "$50/month", subtitle: "Perfect for Barbershops, Restaurants & Small Stores", buttons: [ price: "$50/month", subtitle: "Perfect for Barbershops, Restaurants & Small Stores", buttons: [
{ text: "Get Started", href: "tel:3122370726" },
{ text: "Learn More", href: "#contact" }, { text: "Learn More", href: "#contact" },
], ],
features: [ features: [
@@ -124,6 +131,7 @@ export default function LandingPage() {
{ {
id: "professional", badge: "Professional", badgeIcon: Award, id: "professional", badge: "Professional", badgeIcon: Award,
price: "$85/month", subtitle: "Ideal for Gyms, Roofing, Plumbing & Mechanics", buttons: [ price: "$85/month", subtitle: "Ideal for Gyms, Roofing, Plumbing & Mechanics", buttons: [
{ text: "Get Started", href: "tel:3122370726" },
{ text: "Learn More", href: "#contact" }, { text: "Learn More", href: "#contact" },
], ],
features: [ features: [
@@ -133,6 +141,7 @@ export default function LandingPage() {
{ {
id: "enterprise", badge: "Enterprise", badgeIcon: Crown, id: "enterprise", badge: "Enterprise", badgeIcon: Crown,
price: "$130/month", subtitle: "Built for Law Firms, Real Estate & Large Retailers", buttons: [ price: "$130/month", subtitle: "Built for Law Firms, Real Estate & Large Retailers", buttons: [
{ text: "Get Started", href: "tel:3122370726" },
{ text: "Learn More", href: "#contact" }, { text: "Learn More", href: "#contact" },
], ],
features: [ features: [
@@ -227,6 +236,8 @@ export default function LandingPage() {
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/dolly-out-shot-african-american-employees-sitting-desks-office-imputing-data-computers-overnight-coworkers-modern-relaxed-workspace-solving-tasks-nightshift_482257-70203.jpg" imageSrc="http://img.b2bpic.net/free-photo/dolly-out-shot-african-american-employees-sitting-desks-office-imputing-data-computers-overnight-coworkers-modern-relaxed-workspace-solving-tasks-nightshift_482257-70203.jpg"
imageAlt="Your Web Chicago office with professional workspace" imageAlt="Your Web Chicago office with professional workspace"
logoText="Your Web"
copyrightText="© 2025 Your Web. All rights reserved. Crafted by Neo Cymian."
columns={[ columns={[
{ {
title: "Company", items: [ title: "Company", items: [
@@ -250,10 +261,8 @@ export default function LandingPage() {
], ],
}, },
]} ]}
logoText="Your Web"
copyrightText="© 2025 Your Web. All rights reserved. Crafted by Neo Cymian."
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }