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() { -
+
+ +
+ +
-
- -
- -
- -
- ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 215b90d..45146bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,7 +94,7 @@ export default function HomePage() { { id: "braked", title: "Braked Wheel Solutions", description: "Integrated braking systems for secure equipment positioning and operator safety. Essential for steep surfaces and dynamic work environments.", imageSrc: "http://img.b2bpic.net/free-photo/detail-precision-tools_1359-246.jpg?_wi=1", imageAlt: "Braked wheel systems for safety"}, ]} - gridVariant="uniform-4-items" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert" @@ -121,7 +121,7 @@ export default function HomePage() { id: "4", brand: "Workshops", name: "Mechanical & Auto Workshops", price: "Heavy-Duty Options", rating: 5, reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/detail-precision-tools_1359-246.jpg?_wi=2", imageAlt: "Workshop equipment with industrial wheels"}, ]} - gridVariant="uniform-4-items" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index c2798d6..e920980 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -3,6 +3,7 @@ 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"; @@ -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 ProductsPage() { @@ -35,81 +36,94 @@ export default function ProductsPage() {
-
+
+ +
+ +
-