diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ed9016..086c7e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,103 +45,58 @@ export default function LandingPage() {
@@ -162,41 +109,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "High-End Laptops", - price: "From $500", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CWqDyS93yB0Gn7Vz4pUSzW5R6Q/uploaded-1776511625845-oqxqcxz0.jpg?_wi=2", - }, + id: "1", name: "High-End Laptops", price: "From $500", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CWqDyS93yB0Gn7Vz4pUSzW5R6Q/uploaded-1776511625845-oqxqcxz0.jpg?_wi=2"}, { - id: "2", - name: "Smartphones", - price: "From $300", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CWqDyS93yB0Gn7Vz4pUSzW5R6Q/uploaded-1776511625846-zqtdw0he.jpg?_wi=2", - }, + id: "2", name: "Smartphones", price: "From $300", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CWqDyS93yB0Gn7Vz4pUSzW5R6Q/uploaded-1776511625846-zqtdw0he.jpg?_wi=2"}, { - id: "3", - name: "Gaming Consoles", - price: "From $250", - imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105508.jpg?_wi=2", - }, + id: "3", name: "Gaming Consoles", price: "From $250", imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105508.jpg?_wi=2"}, { - id: "4", - name: "Professional Drones", - price: "From $400", - imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-coffee-cappuccino-latte-art-laptop-camera-with-stationeries-white-background_23-2147979054.jpg?_wi=1", - }, + id: "4", name: "Professional Drones", price: "From $400", imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-coffee-cappuccino-latte-art-laptop-camera-with-stationeries-white-background_23-2147979054.jpg?_wi=1"}, { - id: "5", - name: "4K Monitors", - price: "From $150", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-smartphone-camera-cup-drink_23-2148036872.jpg", - }, + id: "5", name: "4K Monitors", price: "From $150", imageSrc: "http://img.b2bpic.net/free-photo/laptop-near-smartphone-camera-cup-drink_23-2148036872.jpg"}, { - id: "6", - name: "Gaming Gear", - price: "From $50", - imageSrc: "http://img.b2bpic.net/free-photo/pens-near-notepad-camera-eyeglasses-cup-laptop_23-2148037054.jpg", - }, + id: "6", name: "Gaming Gear", price: "From $50", imageSrc: "http://img.b2bpic.net/free-photo/pens-near-notepad-camera-eyeglasses-cup-laptop_23-2148037054.jpg"}, ]} title="Browse Our Gadgets" description="Premium electronics at the best prices." @@ -228,30 +151,15 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "Do you offer warranties?", - content: "Yes, all our new products come with a manufacturer's warranty and we offer a limited guarantee on pre-owned electronics.", - }, + id: "1", title: "Do you offer warranties?", content: "Yes, all our new products come with a manufacturer's warranty and we offer a limited guarantee on pre-owned electronics."}, { - id: "2", - title: "How can I book a session?", - content: "You can use the booking form on this page or message us directly via WhatsApp to coordinate a time.", - }, + id: "2", title: "How can I book a session?", content: "You can use the booking form on this page or message us directly via WhatsApp to coordinate a time."}, { - id: "3", - title: "Are your prices fixed?", - content: "We offer competitive market pricing, but please reach out for bulk orders or bulk consultation setups.", - }, + id: "3", title: "Are your prices fixed?", content: "We offer competitive market pricing, but please reach out for bulk orders or bulk consultation setups."}, { - id: "4", - title: "Do you offer delivery?", - content: "Yes, we provide nationwide delivery within Nigeria. Local delivery in Ikeja is same-day.", - }, + id: "4", title: "Do you offer delivery?", content: "Yes, we provide nationwide delivery within Nigeria. Local delivery in Ikeja is same-day."}, { - id: "5", - title: "What payment methods do you accept?", - content: "We accept bank transfers, local digital payments, and cash on pickup.", - }, + id: "5", title: "What payment methods do you accept?", content: "We accept bank transfers, local digital payments, and cash on pickup."}, ]} /> @@ -260,8 +168,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file