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"]
}
]}
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>
);
}
}