@@ -83,17 +70,13 @@ export default function LandingPage() {
@@ -105,73 +88,25 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1", name: "Modern Tee", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773383.jpg"},
- {
- id: "p2", name: "Denim Jacket", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-checked-shirt-jean-jacket-putting-index-finger-chin-while-raising-hand-head-looking-pretty_176474-87005.jpg"},
- {
- id: "p3", name: "Slim Chinos", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-man-wearing-sunglasses-standing-isolated_171337-13951.jpg"},
- {
- id: "p4", name: "Leather Belt", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-belt_53876-33678.jpg"},
- {
- id: "p5", name: "Seasonal Parka", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/student-with-goth-style-school_23-2150576841.jpg"},
- {
- id: "p6", name: "Essential Hoodie", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-young-fashionable-woman-with-her-hands-pocket_23-2148187398.jpg"},
+ { id: "p1", name: "Signature Tee", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773383.jpg" },
+ { id: "p2", name: "Premium Jacket", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-checked-shirt-jean-jacket-putting-index-finger-chin-while-raising-hand-head-looking-pretty_176474-87005.jpg" },
+ { id: "p3", name: "Essential Chinos", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-man-wearing-sunglasses-standing-isolated_171337-13951.jpg" },
]}
- title="Latest Arrivals"
- description="Explore our curated collection for this season."
+ title="Featured Products"
+ description="Shop the latest arrivals from Achievers Brand."
/>