Update src/app/page.tsx
This commit is contained in:
@@ -94,9 +94,10 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
textboxLayout="split-actions"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View Full Catalog", href: "/shop" }]}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Professional Rod", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/music-instrument-store_23-2150608908.jpg", imageAlt: "professional fishing rod carbon"},
|
||||
|
||||
Reference in New Issue
Block a user