Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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"]
|
||||
}
|
||||
]}
|
||||
animationType="depth-3d"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "See How We Do It", href: "services" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -157,7 +160,7 @@ export default function LandingPage() {
|
||||
tag="Testimonials"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="depth-3d"
|
||||
animationType="slide-up"
|
||||
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"
|
||||
@@ -188,7 +191,7 @@ export default function LandingPage() {
|
||||
tag="Questions"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="blur-reveal"
|
||||
faqsAnimation="slide-up"
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
@@ -223,7 +226,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-business-man-talking-phone-lounge_1262-3626.jpg"
|
||||
imageAlt="Contact us"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Free Consultation"
|
||||
@@ -264,4 +267,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user