Update src/app/page.tsx
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
@@ -11,7 +10,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Package, Star, Users, Briefcase } from "lucide-react";
|
||||
import { Briefcase } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -57,6 +56,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
title="Product Collections"
|
||||
description="Our premium selection of Cello products, designed for durability and style."
|
||||
products={[
|
||||
@@ -75,6 +75,7 @@ export default function LandingPage() {
|
||||
subdescription="We pride ourselves on an extensive supply chain and superior customer service."
|
||||
icon={Briefcase}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/warehouse-interior_23-2148900000.jpg"
|
||||
videoSrc=""
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,6 +84,8 @@ export default function LandingPage() {
|
||||
title="Trusted by Many"
|
||||
description="Proven results in the industry."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "1", title: "4.9 Rating", value: "4.9 Star Rating", description: "Consistent excellence", imageSrc: "http://img.b2bpic.net/free-photo/rating-concept_23-2148900000.jpg" },
|
||||
{ id: "2", title: "500+ Retailers", value: "500+ Partners", description: "Building strong networks", imageSrc: "http://img.b2bpic.net/free-photo/business-network_23-2148900000.jpg" }
|
||||
@@ -97,6 +100,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Amit Sharma", role: "Retailer", company: "Indore Mart", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling_23-2148900000.jpg" },
|
||||
{ id: "2", name: "Priya Gupta", role: "Manager", company: "Home Style", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_23-2148900000.jpg" }
|
||||
@@ -110,6 +114,7 @@ export default function LandingPage() {
|
||||
title="Partner With Us"
|
||||
description="Interested in carrying our product line? Let's discuss your requirements."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-service_23-2148900000.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user