Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ce517a7f5 | |||
| 2e23957121 | |||
| 1884570b80 | |||
| 941e14ceb2 | |||
| 08780c632c | |||
| 35e16fe27d | |||
| ca908ce6da | |||
| 64527dbd30 | |||
| 4d15bf1a47 | |||
| 6ad9458852 | |||
| ffe6184f85 | |||
| b530735268 | |||
| 314c1aeac8 | |||
| 44a74a1e1e | |||
| a6f049b409 | |||
| 9f23041c0b | |||
| eb80cef9ee | |||
| f6c343da99 | |||
| da792a0d8b |
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -36,8 +36,7 @@ export default function LandingPage() {
|
||||
{ name: "Why Us", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
bottomLeftText="Chicago, IL"
|
||||
bottomRightText="(312) 237-0726"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</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/flat-infographic-element-set_52683-7100.jpg", imageAlt: "Website conversion metrics displayed" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Get Your Free Website Audit", href: "#pricing" },
|
||||
{ text: "Schedule Call", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
/>
|
||||
@@ -74,6 +77,9 @@ export default function LandingPage() {
|
||||
tagIcon={Award}
|
||||
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"
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "#pricing" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,7 +110,7 @@ export default function LandingPage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
title="Simple, Transparent Pricing"
|
||||
description="Choose the plan that fits your business. All plans include custom AI design, mobile optimization, and ongoing support."
|
||||
description="Down payment covers full custom design & setup—then just pay monthly. Choose the plan that fits your business. All plans include custom AI design, mobile optimization, and ongoing support."
|
||||
tag="Flexible Plans for Every Business"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -115,6 +121,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "starter", badge: "Starter", badgeIcon: Zap,
|
||||
price: "$50/month", subtitle: "Perfect for Barbershops, Restaurants & Small Stores", buttons: [
|
||||
{ text: "Get Started", href: "tel:3122370726" },
|
||||
{ text: "Learn More", href: "#contact" },
|
||||
],
|
||||
features: [
|
||||
@@ -124,6 +131,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "professional", badge: "Professional", badgeIcon: Award,
|
||||
price: "$85/month", subtitle: "Ideal for Gyms, Roofing, Plumbing & Mechanics", buttons: [
|
||||
{ text: "Get Started", href: "tel:3122370726" },
|
||||
{ text: "Learn More", href: "#contact" },
|
||||
],
|
||||
features: [
|
||||
@@ -133,6 +141,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "enterprise", badge: "Enterprise", badgeIcon: Crown,
|
||||
price: "$130/month", subtitle: "Built for Law Firms, Real Estate & Large Retailers", buttons: [
|
||||
{ text: "Get Started", href: "tel:3122370726" },
|
||||
{ text: "Learn More", href: "#contact" },
|
||||
],
|
||||
features: [
|
||||
@@ -227,6 +236,8 @@ export default function LandingPage() {
|
||||
<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"
|
||||
imageAlt="Your Web Chicago office with professional workspace"
|
||||
logoText="Your Web"
|
||||
copyrightText="© 2025 Your Web. All rights reserved. Crafted by Neo Cymian."
|
||||
columns={[
|
||||
{
|
||||
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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user