diff --git a/src/app/applications/page.tsx b/src/app/applications/page.tsx
index 4498226..b41b0db 100644
--- a/src/app/applications/page.tsx
+++ b/src/app/applications/page.tsx
@@ -3,8 +3,9 @@
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
-import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
+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";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Phone, MessageCircle, Mail } from "lucide-react";
@@ -14,7 +15,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 ApplicationsPage() {
@@ -35,72 +36,94 @@ export default function ApplicationsPage() {
-
+
+
+
-
-
+
@@ -112,10 +135,10 @@ export default function ApplicationsPage() {
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
+}
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 96d9471..72bc114 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -3,9 +3,8 @@
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 ContactSplit from "@/components/sections/contact/ContactSplit";
-import MediaAbout from "@/components/sections/about/MediaAbout";
-import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Phone, MessageCircle, Mail } from "lucide-react";
@@ -14,7 +13,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 ContactPage() {
@@ -35,61 +34,45 @@ export default function ContactPage() {
-
-
+
+
+
+
+
-
+
-
+
@@ -121,10 +135,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
+}