Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -9,7 +9,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
|
||||
@@ -124,30 +124,24 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "E-Store", name: "Minimalist Vase", price: "$45.00", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/vintage-yellow-telephone-table_23-2148229313.jpg"},
|
||||
id: "1", name: "Minimalist Vase", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/vintage-yellow-telephone-table_23-2148229313.jpg"},
|
||||
{
|
||||
id: "2", brand: "E-Store", name: "Ceramic Mug Set", price: "$30.00", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238296.jpg"},
|
||||
id: "2", name: "Ceramic Mug Set", price: "$30.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238296.jpg"},
|
||||
{
|
||||
id: "3", brand: "E-Store", name: "Linen Throw", price: "$89.00", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808028.jpg"},
|
||||
id: "3", name: "Linen Throw", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-floating-concrete-background_23-2150808028.jpg"},
|
||||
{
|
||||
id: "4", brand: "E-Store", name: "Wooden Serving Tray", price: "$55.00", rating: 4,
|
||||
reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/close-up-aluminum-tubes-half-used_23-2150919873.jpg"},
|
||||
id: "4", name: "Wooden Serving Tray", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-aluminum-tubes-half-used_23-2150919873.jpg"},
|
||||
{
|
||||
id: "5", brand: "E-Store", name: "Candle Holder", price: "$25.00", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/round-white-podium-pedestal-product-display-stand-background-3d-rendering_56104-1378.jpg"},
|
||||
id: "5", name: "Candle Holder", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/round-white-podium-pedestal-product-display-stand-background-3d-rendering_56104-1378.jpg"},
|
||||
{
|
||||
id: "6", brand: "E-Store", name: "Natural Cotton Rug", price: "$120.00", rating: 5,
|
||||
reviewCount: "330", imageSrc: "http://img.b2bpic.net/free-photo/cylinder-beige-podium-modern-pedestal-product-stand-beige-background-3d-rendering_56104-1161.jpg"},
|
||||
id: "6", name: "Natural Cotton Rug", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/cylinder-beige-podium-modern-pedestal-product-stand-beige-background-3d-rendering_56104-1161.jpg"},
|
||||
]}
|
||||
title="Featured Essentials"
|
||||
description="Handpicked favorites for every home."
|
||||
@@ -244,4 +238,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user