Merge version_2 into main #2
@@ -75,9 +75,13 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Start Watching", href: "#" },
|
||||
{ text: "Upgrade Membership", href: "#" }
|
||||
]}
|
||||
products={[
|
||||
{ id: "p1", brand: "Studio A", name: "Summer Fantasy", price: "Free", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512078.jpg" },
|
||||
{ id: "p2", brand: "Studio B", name: "Night Vibes", price: "Premium", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/translucent-blurred-portrait-man_23-2149705687.jpg" },
|
||||
|
||||
Reference in New Issue
Block a user