diff --git a/src/app/page.tsx b/src/app/page.tsx index 14e2813..867859e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,10 +6,11 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; +import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Image as ImageIcon, Leaf, Mail, Sparkles, Star } from "lucide-react"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import { Image as ImageIcon, Leaf, Mail, Sparkles, Star, Users, TrendingUp } from "lucide-react"; export default function LandingPage() { return ( @@ -113,7 +114,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" - gridVariant="three-columns-all-equal-width" + gridVariant="bento-grid" products={[ { id: "project-1", name: "Modern Minimalist Retreat", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966169.jpg", imageAlt: "Modern minimalist landscape design" @@ -129,9 +130,9 @@ export default function LandingPage() {
-
+
+ +
+