Merge version_1 into main #3
@@ -44,7 +44,7 @@ export default function ContactPage() {
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Your message here...", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-taking-notes-ambulance-car_23-2149478462.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-taking-notes-ambulance-car_23-2149478462.jpg?_wi=2"
|
||||
imageAlt="safety training concept"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "CSP-007 Stun Gun", price: "$39.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg" },
|
||||
{ id: "p1", name: "CSP-007 Stun Gun", price: "$39.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg?_wi=1" },
|
||||
{ id: "p2", name: "CSP-15N Flashlight", price: "$29.00", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-camera-without-lens_23-2148532491.jpg" },
|
||||
{ id: "p3", name: "High Power Stun Gun", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/handgun-disassembled-into-parts-brush-cleaning-gunpowder-residue_342744-54.jpg" },
|
||||
{ id: "p4", name: "Ultra Flashlight", price: "$59.98", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-head-lantern_23-2148282331.jpg" }
|
||||
@@ -115,7 +115,7 @@ export default function LandingPage() {
|
||||
{ id: "q2", title: "What is the warranty?", content: "We provide an automatic two-year warranty." },
|
||||
{ id: "q3", title: "How do I charge?", content: "Use the integrated charger provided with every unit." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-taking-notes-ambulance-car_23-2149478462.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-taking-notes-ambulance-car_23-2149478462.jpg?_wi=1"
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about safety gear."
|
||||
faqsAnimation="blur-reveal"
|
||||
|
||||
@@ -45,7 +45,7 @@ export default function ShopPage() {
|
||||
products={[
|
||||
{ id: "s1", name: "Standard Stun Gun", price: "$29.00", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-37831.jpg" },
|
||||
{ id: "s2", name: "Tactical Torch", price: "$34.00", imageSrc: "http://img.b2bpic.net/free-photo/suitcase-with-necktie-father-s-day_23-2147631315.jpg" },
|
||||
{ id: "s3", name: "Stun Gun Pro", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg" }
|
||||
{ id: "s3", name: "Stun Gun Pro", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg?_wi=2" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user