Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-02-18 21:17:23 +00:00

View File

@@ -58,8 +58,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Built by Creators." },
{ type: "text", content: "Driven by Strategy." }
{ type: "text", content: "Your website should reflect your potential." }
]}
buttons={[
{ text: "Learn More", href: "#services" },
@@ -197,7 +196,7 @@ export default function LandingPage() {
plans={[
{
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: "Learn More", href: "#" }
],
@@ -207,7 +206,7 @@ export default function LandingPage() {
},
{
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: "View Details", href: "#" }
],