Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| afe9337f4b | |||
| 64c5e08ddb | |||
| c8f3838d10 | |||
| 758ed8fd40 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user