Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5215781fb2 | |||
| 1dcaee113e |
@@ -58,8 +58,7 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
heading={[
|
heading={[
|
||||||
{ type: "text", content: "Built by Creators." },
|
{ type: "text", content: "Your website should reflect your potential." }
|
||||||
{ type: "text", content: "Driven by Strategy." }
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Learn More", href: "#services" },
|
{ text: "Learn More", href: "#services" },
|
||||||
@@ -197,7 +196,7 @@ export default function LandingPage() {
|
|||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter", badge: "Starting Point", badgeIcon: Sparkles,
|
id: "starter", badge: "Starting Point", badgeIcon: Sparkles,
|
||||||
price: "From $5,000", subtitle: "Perfect for early-stage projects", buttons: [
|
price: "Make your business a website", subtitle: "Perfect for early-stage projects", buttons: [
|
||||||
{ text: "Schedule Consultation", href: "#contact" },
|
{ text: "Schedule Consultation", href: "#contact" },
|
||||||
{ text: "Learn More", href: "#" }
|
{ text: "Learn More", href: "#" }
|
||||||
],
|
],
|
||||||
@@ -207,7 +206,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "professional", badge: "Most Popular", badgeIcon: Star,
|
id: "professional", badge: "Most Popular", badgeIcon: Star,
|
||||||
price: "From $12,000", subtitle: "Comprehensive transformation", buttons: [
|
price: "Redesign your current businesses website", subtitle: "Comprehensive transformation", buttons: [
|
||||||
{ text: "Start Your Project", href: "#contact" },
|
{ text: "Start Your Project", href: "#contact" },
|
||||||
{ text: "View Details", href: "#" }
|
{ text: "View Details", href: "#" }
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user