5 Commits

Author SHA1 Message Date
2796378dba Merge version_3 into main
Merge version_3 into main
2026-03-13 03:26:44 +00:00
79ef51f271 Update src/app/page.tsx 2026-03-13 03:26:34 +00:00
ca5db7fa09 Merge version_2 into main
Merge version_2 into main
2026-03-13 03:23:47 +00:00
701929bbc3 Update src/app/page.tsx 2026-03-13 03:23:43 +00:00
77621971da Merge version_1 into main
Merge version_1 into main
2026-03-13 03:21:29 +00:00

View File

@@ -7,7 +7,6 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactCenter from '@/components/sections/contact/ContactCenter';
@@ -34,7 +33,6 @@ export default function LandingPage() {
navItems={[
{ name: "Solutions", id: "solutions" },
{ name: "How It Works", id: "how-it-works" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
@@ -84,7 +82,7 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Functional Website", description: "Professional, mobile-optimized websites that showcase your services and capture leads automatically. Built for conversion with trust signals and social proof.", phoneOne: {
title: "Functional Website", description: "Professional, mobile-optimized websites that showcase your services and capture leads automatically.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjjyHBPHXRrHGOlh4w7NKrwjA1/a-mobile-phone-mockup-displaying-a-profe-1773371982806-78b3be9e.png"
},
phoneTwo: {
@@ -93,7 +91,7 @@ export default function LandingPage() {
},
{
id: 2,
title: "Automated Review Funnel", description: "Systematically generate 5-star Google and Facebook reviews. Automated follow-up sequences turn satisfied customers into online advocates.", phoneOne: {
title: "Automated Review Funnel", description: "Systematically generate 5-star Google and Facebook reviews.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjjyHBPHXRrHGOlh4w7NKrwjA1/a-mobile-phone-mockup-showing-a-review-c-1773371983642-47ff6aa8.png"
},
phoneTwo: {
@@ -102,7 +100,7 @@ export default function LandingPage() {
},
{
id: 3,
title: "Missed Call Response", description: "Never miss another lead. Automatically capture and nurture missed calls with SMS and email sequences that convert prospects into customers.", phoneOne: {
title: "Missed Call Response", description: "Never miss another lead. Automatically capture and nurture missed calls.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjjyHBPHXRrHGOlh4w7NKrwjA1/a-mobile-phone-mockup-showing-the-missed-1773371982443-f2509ed3.png"
},
phoneTwo: {
@@ -159,44 +157,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
title="What Our Customers Say"
description="Real results from real service business owners"
tag="Case Studies"
testimonials={[
{
id: "1", name: "Marcus Johnson", role: "Owner", company: "Johnson Plumbing", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjjyHBPHXRrHGOlh4w7NKrwjA1/a-professional-headshot-of-marcus-johnso-1773371981619-1f064e28.png", imageAlt: "Marcus Johnson headshot"
},
{
id: "2", name: "Sarah Chen", role: "Operations Manager", company: "Summit HVAC Solutions", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjjyHBPHXRrHGOlh4w7NKrwjA1/a-professional-headshot-of-sarah-chen-an-1773371981886-6a319af5.png", imageAlt: "Sarah Chen headshot"
},
{
id: "3", name: "David Rodriguez", role: "Owner", company: "Rodriguez Automotive", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjjyHBPHXRrHGOlh4w7NKrwjA1/a-professional-headshot-of-david-rodrigu-1773371981863-63bcc768.png", imageAlt: "David Rodriguez headshot"
},
{
id: "4", name: "Emily Watson", role: "Practice Manager", company: "Premier Dental Group", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjjyHBPHXRrHGOlh4w7NKrwjA1/a-professional-headshot-of-emily-watson--1773371982246-4b7e729e.png", imageAlt: "Emily Watson headshot"
},
{
id: "5", name: "Thomas Blake", role: "Founder", company: "Blake Electric Services", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjjyHBPHXRrHGOlh4w7NKrwjA1/a-professional-headshot-of-thomas-blake--1773371981581-b68114fc.png", imageAlt: "Thomas Blake headshot"
},
{
id: "6", name: "Jessica Park", role: "Owner", company: "Park Home Services", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjjyHBPHXRrHGOlh4w7NKrwjA1/a-professional-headshot-of-jessica-park--1773371981781-621edf5d.png", imageAlt: "Jessica Park headshot"
}
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardSeven
title="Proven Results"
@@ -245,7 +205,7 @@ export default function LandingPage() {
id: "3", title: "What if we already have a website?", content: "No problem. We can integrate Tropism Labs with your existing website or migrate you to our optimized platform. Either way, you'll get all the lead capture and automation benefits."
},
{
id: "4", title: "How much does it cost?", content: "Pricing is transparent and based on your service type and lead volume. No hidden fees. Most businesses see ROI within 30-45 days. Let's schedule a demo to discuss pricing for your specific situation."
id: "4", title: "How much does it cost?", content: "Pricing depends on your service type and lead volume. Most businesses start at $497/month for our Starter plan, $997/month for our Professional plan, or $1,997/month for our Enterprise plan. No hidden fees. Most businesses see ROI within 30-45 days. Let's schedule a demo to discuss which plan fits your specific situation best."
},
{
id: "5", title: "What about training and support?", content: "You get dedicated onboarding, a personal success manager, ongoing training, and 24/7 support. We're invested in your success because your growth is our growth."