diff --git a/src/app/page.tsx b/src/app/page.tsx index 9153d56..6d0fed1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Moon, Sparkles, Wind } from "lucide-react"; +import { Moon, Sparkles, Wind, User } from "lucide-react"; export default function LandingPage() { return ( @@ -66,7 +66,8 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/pleased-tilting-head-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-orange-wall_141793-103462.jpg", imageAlt: "Olivia Lallouz" }, { imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", imageAlt: "Olivia Lallouz" }, ]} - buttons={[{ text: "Book Your Consultation", href: "#contact" }]} + buttons={[{ text: "Book Your Consultation", href: "#contact" }] + } avatars={[ { src: "http://img.b2bpic.net/free-photo/confident-businessman_1098-16876.jpg", alt: "Happy Client" }, { src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg", alt: "Happy Client" }, @@ -88,7 +89,7 @@ export default function LandingPage() {
); -} \ No newline at end of file +}