Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-04-20 18:41:09 +00:00

View File

@@ -75,9 +75,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
animationType="slide-up"
products={[
{ id: "p1", name: "Pro Workflow Kit", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-frame-laptop_23-2148821815.jpg" },
{ id: "p2", name: "Design Assets", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-frame-laptop_23-2148821815.jpg" },
{ id: "p3", name: "Code Snippets", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-frame-laptop_23-2148821815.jpg" }
{ id: "p1", name: "Pro Workflow Kit", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-frame-laptop_23-2148821815.jpg?_wi=1" },
{ id: "p2", name: "Design Assets", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-frame-laptop_23-2148821815.jpg?_wi=2" },
{ id: "p3", name: "Code Snippets", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-frame-laptop_23-2148821815.jpg?_wi=3" }
]}
/>
</div>