4 Commits

Author SHA1 Message Date
afe9337f4b Update src/app/page.tsx 2026-03-12 17:23:00 +00:00
64c5e08ddb Merge version_2 into main
Merge version_2 into main
2026-03-02 19:15:33 +00:00
c8f3838d10 Update src/app/page.tsx 2026-03-02 19:15:28 +00:00
758ed8fd40 Merge version_1 into main
Merge version_1 into main
2026-03-02 17:46:39 +00:00

View File

@@ -85,13 +85,13 @@ export default function LandingPage() {
tag="What We Do"
products={[
{
id: "1", name: "Personal Branding Strategy", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=1", imageAlt: "Personal branding strategy"
id: "1", name: "Personal Branding Strategy", price: "From $2,500", imageSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg?_wi=1", imageAlt: "Personal branding strategy"
},
{
id: "2", name: "Video Production", price: "Scalable", imageSrc: "http://img.b2bpic.net/free-photo/tech-guru-filming-technology-review-gaming-mouse_482257-131717.jpg?_wi=1", imageAlt: "Professional video production"
id: "2", name: "Video Production", price: "From $5,000", imageSrc: "http://img.b2bpic.net/free-photo/tech-guru-filming-technology-review-gaming-mouse_482257-131717.jpg?_wi=1", imageAlt: "Professional video production"
},
{
id: "3", name: "Content Distribution", price: "Strategic", imageSrc: "http://img.b2bpic.net/free-photo/female-artist-explaining-painting-techniques-used-online-tutorial_482257-124811.jpg?_wi=1", imageAlt: "Multi-platform content distribution"
id: "3", name: "Content Distribution", price: "From $1,500", imageSrc: "http://img.b2bpic.net/free-photo/female-artist-explaining-painting-techniques-used-online-tutorial_482257-124811.jpg?_wi=1", imageAlt: "Multi-platform content distribution"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -210,7 +210,7 @@ export default function LandingPage() {
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="your@email.com"
buttonText="Schedule Call"
buttonText="Claim Your Free Strategy Call"
termsText="We'll send you a calendar link to book your preferred time. No pressure, just honest conversation about your growth."
/>
</div>
@@ -248,4 +248,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}