From b651eb3f64b265cd3900a3fd0d450ef1af007fb5 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Thu, 25 Dec 2025 11:04:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e216bd..c315ef7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import ParallaxAbout from "@/components/sections/about/ParallaxAbout"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import FooterSocial from "@/components/sections/footer/FooterSocial"; -import { Youtube, Twitter, Linkedin } from "lucide-react"; +import { Youtube, Twitter, Linkedin, Film, Users, Calendar } from "lucide-react"; export default function StarWarsPage() { return ( @@ -43,9 +43,9 @@ export default function StarWarsPage() { title="Our Galactic Impact" description="Experience the epic saga spanning decades of storytelling" metrics={[ - { id: "1", icon: Youtube, title: "Years", value: "40+" }, - { id: "2", icon: Twitter, title: "Films", value: "11" }, - { id: "3", icon: Linkedin, title: "Fans", value: "100M+" } + { id: "1", icon: Calendar, title: "Years", value: "40+" }, + { id: "2", icon: Film, title: "Films", value: "11" }, + { id: "3", icon: Users, title: "Fans", value: "100M+" } ]} gridVariant="uniform-all-items-equal" textboxLayout="default"