diff --git a/src/app/page.tsx b/src/app/page.tsx index ac3c3b1..653ac49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,99 +44,56 @@ export default function LandingPage() {
@@ -156,26 +105,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Enhanced Coverage", - description: "40% more coverage than standard Wi-Fi 5 routers.", - tag: "Coverage", - imageSrc: "http://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg?_wi=1", - }, + id: "f1", title: "Enhanced Coverage", description: "40% more coverage than standard Wi-Fi 5 routers.", tag: "Coverage", imageSrc: "https://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg"}, { - id: "f2", - title: "Seamless Performance", - description: "4x throughput improvement for heavy bandwidth usage.", - tag: "Performance", - imageSrc: "http://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg?_wi=2", - }, + id: "f2", title: "Seamless Performance", description: "4x throughput improvement for heavy bandwidth usage.", tag: "Performance", imageSrc: "https://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg"}, { - id: "f3", - title: "Ultra Reliability", - description: "Stay connected even during peak usage hours with advanced routing.", - tag: "Stability", - imageSrc: "http://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg?_wi=3", - }, + id: "f3", title: "Ultra Reliability", description: "Stay connected even during peak usage hours with advanced routing.", tag: "Stability", imageSrc: "https://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg"}, ]} title="Unmatched Performance" description="Engineered for speed, stability, and broad coverage." @@ -190,23 +124,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Basic 6G", - price: "$29/mo", - imageSrc: "http://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg?_wi=4", - }, + id: "p1", name: "Basic 6G", price: "$29/mo", imageSrc: "https://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg"}, { - id: "p2", - name: "Pro 6G", - price: "$49/mo", - imageSrc: "http://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg?_wi=5", - }, + id: "p2", name: "Pro 6G", price: "$49/mo", imageSrc: "https://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg"}, { - id: "p3", - name: "Ultimate 6G", - price: "$79/mo", - imageSrc: "http://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg?_wi=6", - }, + id: "p3", name: "Ultimate 6G", price: "$79/mo", imageSrc: "https://img.b2bpic.net/free-photo/optical-fibers-lights-green_23-2148241284.jpg"}, ]} title="Choose Your 6G Plan" description="High-performance internet plans tailored to your needs." @@ -216,37 +138,20 @@ export default function LandingPage() {