From 5c95edcb2a1e3cc1718f719e94726afbfc0c2e99 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 12:31:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 253 ++++++++--------------------------------------- 1 file changed, 39 insertions(+), 214 deletions(-) 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