Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1161cb363f | |||
| 980eb6e44f |
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Ready-to-Launch Websites"
|
||||
description="Get your online presence started instantly. Professional pre-built websites for just $500. Just bring your own domain."
|
||||
description="Get your online presence started instantly. Professional pre-built websites for just $500. Note: This price includes the website build, but maintenance is not included and you must purchase your own domain name."
|
||||
buttons={[{ text: "Browse Websites", href: "#pricing" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/surprised-curious-cute-redhead-female-denim-shirt-looking-astonished-digital-tablet-screen-sa_1258-139226.jpg"
|
||||
imageAlt="Website Sales Platform"
|
||||
@@ -67,10 +67,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{ id: "p1", badge: "Launch", price: "$500", subtitle: "Single Site License", features: ["Full Ownership", "Clean Codebase", "Mobile Ready", "SEO Basic Setup"] },
|
||||
{ id: "p1", badge: "Launch", price: "$500", subtitle: "Single Site License", features: ["Full Ownership", "Clean Codebase", "Mobile Ready", "SEO Basic Setup", "Maintenance NOT included", "Domain not included"] },
|
||||
]}
|
||||
title="Simple Pricing"
|
||||
description="Flat rate, full ownership."
|
||||
description="Flat rate, full ownership. Maintenance and domain registration are the client's responsibility."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Get Your Site Today"
|
||||
description="Ready to own your own domain-ready website? Let's get started."
|
||||
description="Ready to own your own domain-ready website? Please note that maintenance and domain costs are handled by you."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
@@ -122,4 +122,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user