Merge version_2 into main #2
@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Award, CheckCircle, Clock } from "lucide-react";
|
||||
import { Award, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -107,6 +107,7 @@ export default function LandingPage() {
|
||||
testimonial="Working with this designer was a fantastic experience."
|
||||
rating={5}
|
||||
author="Sarah Miller, Design Lead"
|
||||
avatars={[{ src: "https://i.pravatar.cc/150?u=1", alt: "User 1" }, { src: "https://i.pravatar.cc/150?u=2", alt: "User 2" }]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
@@ -116,6 +117,9 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
names={["InnovateTech", "CreativePulse", "GlobalDesign"]}
|
||||
title="Trusted By Industry Leaders"
|
||||
description="Partnering with top companies to deliver excellence."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -126,6 +130,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,6 +140,7 @@ export default function LandingPage() {
|
||||
tag="Let's Talk"
|
||||
title="Let's Get Started"
|
||||
description="Ready to bring your ideas to life? Contact me to discuss your next big project."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user