diff --git a/src/app/page.tsx b/src/app/page.tsx index d4535e8..2094654 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; @@ -31,14 +32,11 @@ export default function LandingPage() {
@@ -75,24 +70,31 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" useInvertedBackground={false} products={[ - { - id: "p1", name: "Silk Scarf", price: "$120", variant: "Midnight", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982358.jpg"}, - { - id: "p2", name: "Leather Tote", price: "$450", variant: "Tan", imageSrc: "http://img.b2bpic.net/free-photo/closeup-wallet_53876-32029.jpg"}, - { - id: "p3", name: "Brass Cuff", price: "$85", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/golden-chains-arrangement-high-angle_23-2149836477.jpg"}, - { - id: "p4", name: "Wool Wrap", price: "$290", variant: "Grey", imageSrc: "http://img.b2bpic.net/free-photo/model-touching-her-new-jacket_132075-14010.jpg"}, - { - id: "p5", name: "Ceramic Vase", price: "$65", variant: "White", imageSrc: "http://img.b2bpic.net/free-photo/eucalyptus-white-vase-table_23-2149420689.jpg"}, - { - id: "p6", name: "Candle Set", price: "$45", variant: "Wood", imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-modern-vases_23-2149646528.jpg"}, + { id: "p1", name: "Silk Scarf", price: "$120", variant: "Midnight", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982358.jpg" }, + { id: "p2", name: "Leather Tote", price: "$450", variant: "Tan", imageSrc: "http://img.b2bpic.net/free-photo/closeup-wallet_53876-32029.jpg" }, + { id: "p3", name: "Brass Cuff", price: "$85", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/golden-chains-arrangement-high-angle_23-2149836477.jpg" }, + { id: "p4", name: "Wool Wrap", price: "$290", variant: "Grey", imageSrc: "http://img.b2bpic.net/free-photo/model-touching-her-new-jacket_132075-14010.jpg" }, ]} title="Exclusives" description="Limited availability. Request access to our full catalog." /> +