diff --git a/src/app/page.tsx b/src/app/page.tsx index 04777ba..7c5d18d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,13 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import { ShieldCheck, Truck, Package } from "lucide-react"; export default function LandingPage() { return ( @@ -31,84 +32,31 @@ export default function LandingPage() {
-
@@ -118,53 +66,35 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Quality Meets ", - }, + type: "text", content: "Quality Meets "}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/view-felt-fabric-gray-tones_23-2149447323.jpg", - alt: "About J Textiles", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/view-felt-fabric-gray-tones_23-2149447323.jpg", alt: "About J Textiles"}, { - type: "text", - content: " Wholesale Reliability", - }, + type: "text", content: " Wholesale Reliability"}, ]} buttons={[ { - text: "Learn Our Story", - href: "#", - }, + text: "Learn Our Story", href: "#"}, ]} buttonAnimation="blur-reveal" />
-
-
- ); -} +} \ No newline at end of file