diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e65531..4cd0912 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() { @@ -95,48 +60,12 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" useInvertedBackground={true} products={[ - { - id: "p1", - name: "NeoBuds X", - price: "$129", - variant: "Electric Blue", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg?_wi=2", - }, - { - id: "p2", - name: "PulseBand Pro", - price: "$89", - variant: "Shadow Black", - imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-with-modern-elements_23-2147913644.jpg?_wi=2", - }, - { - id: "p3", - name: "QuantumKey", - price: "$149", - variant: "LED Edition", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-wearing-watch_23-2149235396.jpg?_wi=2", - }, - { - id: "p4", - name: "FluxDrive", - price: "$59", - variant: "Cyber Silver", - imageSrc: "http://img.b2bpic.net/free-photo/man-putting-hands-head-frustration-after-seeing-game-screen_482257-124176.jpg?_wi=2", - }, - { - id: "p5", - name: "Orbita Watch", - price: "$199", - variant: "Infinite Blue", - imageSrc: "http://img.b2bpic.net/free-photo/grey-cell-phone-connected-usb-cable-type-c-charging_58702-4780.jpg", - }, - { - id: "p6", - name: "Vortex Mouse", - price: "$79", - variant: "Phantom", - imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349226.jpg?_wi=2", - }, + { id: "p1", name: "NeoBuds X", price: "$129", variant: "Electric Blue", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg" }, + { id: "p2", name: "PulseBand Pro", price: "$89", variant: "Shadow Black", imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-with-modern-elements_23-2147913644.jpg" }, + { id: "p3", name: "QuantumKey", price: "$149", variant: "LED Edition", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-wearing-watch_23-2149235396.jpg" }, + { id: "p4", name: "FluxDrive", price: "$59", variant: "Cyber Silver", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-hands-head-frustration-after-seeing-game-screen_482257-124176.jpg" }, + { id: "p5", name: "Orbita Watch", price: "$199", variant: "Infinite Blue", imageSrc: "http://img.b2bpic.net/free-photo/grey-cell-phone-connected-usb-cable-type-c-charging_58702-4780.jpg" }, + { id: "p6", name: "Vortex Mouse", price: "$79", variant: "Phantom", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349226.jpg" }, ]} title="Trending Now" description="Products everyone is talking about this week." @@ -145,54 +74,13 @@ export default function LandingPage() {
@@ -220,9 +101,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file