2 Commits

Author SHA1 Message Date
5215781fb2 Update src/app/page.tsx 2026-02-18 21:17:18 +00:00
1dcaee113e Merge version_2 into main
Merge version_2 into main
2026-02-18 21:12:08 +00:00

View File

@@ -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: "#" }
], ],