5 Commits

Author SHA1 Message Date
cbe2cd5153 Merge version_3 into main
Merge version_3 into main
2026-03-08 18:13:06 +00:00
7f3c34e60d Update src/app/page.tsx 2026-03-08 18:13:02 +00:00
c44f7f5f36 Update src/app/layout.tsx 2026-03-08 18:13:01 +00:00
3ca77a3c9f Merge version_2 into main
Merge version_2 into main
2026-03-08 18:10:03 +00:00
b521b241a1 Merge version_2 into main
Merge version_2 into main
2026-03-08 18:09:10 +00:00
2 changed files with 8 additions and 1411 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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>
); );
} }