diff --git a/src/app/page.tsx b/src/app/page.tsx index 5af53bf..04777ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,13 @@ 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 FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroCentered from '@/components/sections/hero/HeroCentered'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { ShieldCheck, Truck, Package } from "lucide-react"; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; export default function LandingPage() { return ( @@ -32,31 +31,84 @@ export default function LandingPage() {
-
@@ -66,35 +118,53 @@ 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" />
-
-
-