Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ffd8ab7d5f | |||
| 1cdf9d947a | |||
| eae86aee72 |
@@ -9,6 +9,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -50,7 +51,7 @@ export default function LandingPage() {
|
||||
showBlur={true}
|
||||
showDimOverlay={true}
|
||||
buttons={[
|
||||
{ text: "Explore Our Work", href: "services" },
|
||||
{ text: "Start Your Project Today", href: "services" },
|
||||
{ text: "Contact Us", href: "contact" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
@@ -112,7 +113,8 @@ export default function LandingPage() {
|
||||
<TestimonialCardTen
|
||||
title="Client Success Stories"
|
||||
description="Hear from businesses we've helped transform through innovative digital solutions."
|
||||
tag="Testimonials"
|
||||
tag="4.8★ Google Rating • 5,000+ Happy Clients"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user