Merge version_2 into main #2
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,6 +105,7 @@ export default function AluminiumServicesPage() {
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttonText="Submit Enquiry"
|
||||
className="py-32"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user