diff --git a/src/app/page.tsx b/src/app/page.tsx index 61be181..a8ef0aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwent import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Wrench, ShieldCheck, Window } from "lucide-react"; +import { Wrench, ShieldCheck, Square } from "lucide-react"; export default function AluminiumServicesPage() { return ( @@ -88,11 +88,12 @@ export default function AluminiumServicesPage() { animationType="slide-up" metrics={[ { id: "m1", icon: Wrench, title: "Fabrication Capacity", value: "500+ tons" }, - { id: "m2", icon: Window, title: "Window Projects", value: "1200+" }, + { id: "m2", icon: Square, title: "Window Projects", value: "1200+" }, { id: "m3", icon: ShieldCheck, title: "Warranty Coverage", value: "20 Yrs" } ]} className="py-24" textboxLayout="default" + useInvertedBackground={false} /> @@ -104,6 +105,7 @@ export default function AluminiumServicesPage() { background={{ variant: "animated-grid" }} buttonText="Submit Enquiry" className="py-32" + useInvertedBackground={false} />