Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cbe2cd5153 | |||
| 7f3c34e60d | |||
| c44f7f5f36 | |||
| 3ca77a3c9f | |||
| b521b241a1 |
1406
src/app/layout.tsx
1406
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -144,9 +144,12 @@ export default function LandingPage() {
|
|||||||
id: "4", value: "3.2x", title: "Average ROI Multiple", items: ["Return on ad spend", "Across campaigns", "Performance-driven approach"]
|
id: "4", value: "3.2x", title: "Average ROI Multiple", items: ["Return on ad spend", "Across campaigns", "Performance-driven approach"]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="depth-3d"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "See How We Do It", href: "services" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -157,7 +160,7 @@ export default function LandingPage() {
|
|||||||
tag="Testimonials"
|
tag="Testimonials"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="depth-3d"
|
animationType="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Mitchell", role: "CEO", testimonial: "SocialGrow transformed our online presence completely. Our follower count tripled in 6 months and our engagement rates are phenomenal. The team really understands our brand.", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg", imageAlt: "Sarah Mitchell"
|
id: "1", name: "Sarah Mitchell", role: "CEO", testimonial: "SocialGrow transformed our online presence completely. Our follower count tripled in 6 months and our engagement rates are phenomenal. The team really understands our brand.", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg", imageAlt: "Sarah Mitchell"
|
||||||
@@ -188,7 +191,7 @@ export default function LandingPage() {
|
|||||||
tag="Questions"
|
tag="Questions"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqsAnimation="blur-reveal"
|
faqsAnimation="slide-up"
|
||||||
animationType="smooth"
|
animationType="smooth"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
@@ -223,7 +226,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-business-man-talking-phone-lounge_1262-3626.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/smiling-business-man-talking-phone-lounge_1262-3626.jpg"
|
||||||
imageAlt="Contact us"
|
imageAlt="Contact us"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Get Free Consultation"
|
buttonText="Get Free Consultation"
|
||||||
@@ -264,4 +267,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user