Merge version_1 into main #3
@@ -10,7 +10,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { CheckCircle, HelpCircle, Rocket, Sparkles, Star, Zap } from "lucide-react";
|
||||
import { CheckCircle, HelpCircle, Rocket, Sparkles, Star, Zap, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -114,7 +114,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
gridVariant="uniform-4-items"
|
||||
animationType="slide-up"
|
||||
buttons={[
|
||||
{ text: "Explore Services", href: "#" }
|
||||
@@ -128,7 +128,7 @@ export default function LandingPage() {
|
||||
title="Meet Our Creative Team"
|
||||
description="Talented designers, developers, and strategists passionate about creating exceptional digital experiences"
|
||||
tag="Our People"
|
||||
tagIcon={undefined}
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user