diff --git a/src/app/page.tsx b/src/app/page.tsx
index c2baa18..8969d60 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,10 +5,10 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
-import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
+import AboutMetric from "@/components/sections/about/AboutMetric";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
-import { Award, MessageCircle, Sparkles, Zap, Star } from "lucide-react";
+import { Award, MessageCircle, Sparkles, Zap, Star, TrendingUp, Users, Zap as ZapIcon } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,7 +31,6 @@ export default function LandingPage() {
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
{ name: "Why Us", id: "why-us" },
- { name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
/>
@@ -40,7 +39,7 @@ export default function LandingPage() {
-
@@ -144,7 +135,8 @@ export default function LandingPage() {
ctaTitle="Get Your Free Custom Homepage Mockup"
ctaDescription="Ready to modernize your business? Schedule a consultation with our team and receive a free, custom homepage mockup tailored to your vision."
ctaButton={{
- text: "Schedule Free Consultation", href: "https://calendly.com/rbtech"}}
+ text: "Schedule Free Consultation", href: "https://calendly.com/rbtech"
+ }}
ctaIcon={MessageCircle}
useInvertedBackground={false}
animationType="slide-up"
@@ -152,15 +144,20 @@ export default function LandingPage() {
showCard={true}
faqs={[
{
- id: "1", title: "How long does a website redesign take?", content: "Most website projects are completed within 2-4 weeks, depending on complexity. We pride ourselves on fast turnarounds without compromising quality. Custom timelines are available for larger projects."},
+ id: "1", title: "How long does a website redesign take?", content: "Most website projects are completed within 2-4 weeks, depending on complexity. We pride ourselves on fast turnarounds without compromising quality. Custom timelines are available for larger projects."
+ },
{
- id: "2", title: "Do you work with small businesses?", content: "Absolutely! We specialize in helping small to mid-sized Modesto businesses grow. Our services are scalable and designed to fit various budgets and business goals."},
+ id: "2", title: "Do you work with small businesses?", content: "Absolutely! We specialize in helping small to mid-sized businesses grow. Our services are scalable and designed to fit various budgets and business goals."
+ },
{
- id: "3", title: "What's included in the video marketing service?", content: "We create engaging TikTok and Instagram Reels content, manage posting schedules, optimize for algorithm performance, and provide monthly analytics reports. Everything is tailored to your Modesto market and business goals."},
+ id: "3", title: "What's included in the video marketing service?", content: "We create engaging TikTok and Instagram Reels content, manage posting schedules, optimize for algorithm performance, and provide monthly analytics reports. Everything is tailored to your business goals."
+ },
{
- id: "4", title: "Will my website be mobile-friendly?", content: "Yes, every website we build is fully responsive and optimized for mobile devices. With most users browsing on phones, mobile performance is non-negotiable."},
+ id: "4", title: "Will my website be mobile-friendly?", content: "Yes, every website we build is fully responsive and optimized for mobile devices. With most users browsing on phones, mobile performance is non-negotiable."
+ },
{
- id: "5", title: "How do you measure success?", content: "We track website traffic, conversion rates, search engine rankings, and social media engagement metrics. You'll receive regular reports showing exactly how your investment is performing."},
+ id: "5", title: "How do you measure success?", content: "We track website traffic, conversion rates, search engine rankings, and social media engagement metrics. You'll receive regular reports showing exactly how your investment is performing."
+ }
]}
/>
@@ -169,9 +166,11 @@ export default function LandingPage() {