From 1415730e5ec850635a100b887fe9bdf2113ddff2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:35:26 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 108 +++++++++++++++++--------------------- 1 file changed, 47 insertions(+), 61 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index e920980..780aa8a 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -3,7 +3,6 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; -import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import ContactSplit from "@/components/sections/contact/ContactSplit"; @@ -15,7 +14,7 @@ const navItems = [ { name: "Products", id: "/products" }, { name: "Applications", id: "/applications" }, { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "/contact" } ]; export default function ProductsPage() { @@ -36,94 +35,81 @@ export default function ProductsPage() { -
- -
- -
+
-
+ -
+
@@ -135,10 +121,10 @@ export default function ProductsPage() { socialLinks={[ { icon: Phone, href: "tel:+919909421029", ariaLabel: "Call us at +91-9909-421029" }, { icon: MessageCircle, href: "https://wa.me/919909421029", ariaLabel: "WhatsApp us at +91-9909-421029" }, - { icon: Mail, href: "mailto:info@radhemarketingwheels.com", ariaLabel: "Email us" }, + { icon: Mail, href: "mailto:info@radhemarketingwheels.com", ariaLabel: "Email us" } ]} />
); -} +} \ No newline at end of file