4 Commits

Author SHA1 Message Date
87c67266f5 Update src/app/page.tsx 2026-03-12 15:30:17 +00:00
c3f7103fb5 Update theme colors 2026-03-12 15:27:12 +00:00
45e0165855 Update src/app/page.tsx 2026-03-12 15:25:49 +00:00
6ce1edc8ed Merge version_15 into main
Merge version_15 into main
2026-03-12 15:16:37 +00:00

View File

@@ -91,6 +91,21 @@ export default function LandingPage() {
/>
</div>
<div id="textbox" data-section="textbox">
<div style={{
maxWidth: "800px", margin: "0 auto", padding: "3rem 1.5rem", textAlign: "center"
}}>
<h2 style={{
fontSize: "2rem", fontWeight: "700", marginBottom: "1rem", color: "var(--foreground)"
}}>Welcome to Our Text Box</h2>
<p style={{
fontSize: "1.125rem", lineHeight: "1.6", color: "var(--foreground)", opacity: "0.9"
}}>
This is a simple text box section added to the home page. You can add any content you want here, including text, paragraphs, or any other information you'd like to display to your visitors.
</p>
</div>
</div>
<div id="demo-website" data-section="demo-website">
<MetricSplitMediaAbout
tag="Low-Friction Path to Results"
@@ -181,7 +196,7 @@ export default function LandingPage() {
{
id: "enterprise", badge: "For Scaling Brands", badgeIcon: Zap,
price: "$500/mo", subtitle: "Maximum creative output and strategy", buttons: [{ text: "Get Started", href: "/contact" }],
features: ["15+ ad variations monthly", "A/B testing frameworks", "Video and static assets", "Campaign-specific creative", "Unlimited revisions", "Dedicated creative support", "Quarterly strategy sessions"]
features: ["15+ ad variations monthly", "A/B testing frameworks", "Video and static assets", "Campaign-specific creative", "Unlimited revisions", "Dedicated creative support", ""]
}
]}
animationType="slide-up"