From feb5f957665e0d9ec370347f7680edc4b525594c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 19:16:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 281 ++++++++++------------------------------------- 1 file changed, 59 insertions(+), 222 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 43b1311..c52de2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import { Award, CalendarCheck, Camera, Film, Globe, Headphones, HelpCircle, Mail, ShieldCheck, Sparkles, Tool } from "lucide-react"; +import { Award, CalendarCheck, Camera, Film, Globe, Headphones, HelpCircle, Mail, ShieldCheck, Sparkles, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -32,29 +32,17 @@ export default function LandingPage() { @@ -276,65 +187,23 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "cam-1", - brand: "ARRI", - name: "Alexa Mini LF Camera", - price: "$1200/day", - rating: 5, - reviewCount: "250", - imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-his-girlfriend-with-retro-camera_23-2148768782.jpg", - imageAlt: "ARRI Alexa Mini LF camera", - }, + id: "cam-1", brand: "ARRI", name: "Alexa Mini LF Camera", price: "$1200/day", rating: 5, + reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-photo-his-girlfriend-with-retro-camera_23-2148768782.jpg", imageAlt: "ARRI Alexa Mini LF camera"}, { - id: "lens-1", - brand: "Zeiss", - name: "Supreme Prime Lens Set", - price: "$500/day", - rating: 5, - reviewCount: "180", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-ferromagnetic-liquid-metal-with-copy-space_23-2148253605.jpg", - imageAlt: "Zeiss Supreme Prime Lens Set", - }, + id: "lens-1", brand: "Zeiss", name: "Supreme Prime Lens Set", price: "$500/day", rating: 5, + reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/blurred-ferromagnetic-liquid-metal-with-copy-space_23-2148253605.jpg", imageAlt: "Zeiss Supreme Prime Lens Set"}, { - id: "drone-1", - brand: "DJI", - name: "Inspire 3 Drone", - price: "$700/day", - rating: 4, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-people-laying-grass_23-2149392729.jpg", - imageAlt: "DJI Inspire 3 Drone with camera", - }, + id: "drone-1", brand: "DJI", name: "Inspire 3 Drone", price: "$700/day", rating: 4, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-people-laying-grass_23-2149392729.jpg", imageAlt: "DJI Inspire 3 Drone with camera"}, { - id: "light-1", - brand: "Aputure", - name: "LS 600d Pro Light", - price: "$250/day", - rating: 5, - reviewCount: "300", - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001257.jpg", - imageAlt: "Aputure LS 600d Pro LED light", - }, + id: "light-1", brand: "Aputure", name: "LS 600d Pro Light", price: "$250/day", rating: 5, + reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001257.jpg", imageAlt: "Aputure LS 600d Pro LED light"}, { - id: "mic-1", - brand: "Sennheiser", - name: "MKH 416 Shotgun Mic", - price: "$100/day", - rating: 5, - reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309600.jpg", - imageAlt: "Sennheiser MKH 416 shotgun microphone", - }, + id: "mic-1", brand: "Sennheiser", name: "MKH 416 Shotgun Mic", price: "$100/day", rating: 5, + reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309600.jpg", imageAlt: "Sennheiser MKH 416 shotgun microphone"}, { - id: "grip-1", - brand: "Easyrig", - name: "Vario 5 w/ Flowcine Serene", - price: "$350/day", - rating: 4, - reviewCount: "90", - imageSrc: "http://img.b2bpic.net/free-photo/man-talking-camera-recording-himself-vlog-working-from-home-young-content-creator_1268-17421.jpg", - imageAlt: "Easyrig Vario 5 camera support system", - }, + id: "grip-1", brand: "Easyrig", name: "Vario 5 w/ Flowcine Serene", price: "$350/day", rating: 4, + reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-camera-recording-himself-vlog-working-from-home-young-content-creator_1268-17421.jpg", imageAlt: "Easyrig Vario 5 camera support system"}, ]} title="Explore Our Extensive Equipment Catalog" description="Browse our diverse range of cameras, lenses, lighting, audio, and grip equipment. Each item is meticulously maintained and ready for your next project." @@ -350,30 +219,15 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq1", - title: "How do I place an order?", - content: "You can place an order by browsing our catalog, selecting your desired equipment, and submitting a rental request through our contact form. Our team will review your request and get back to you with a personalized quote and availability.", - }, + id: "faq1", title: "How do I place an order?", content: "You can place an order by browsing our catalog, selecting your desired equipment, and submitting a rental request through our contact form. Our team will review your request and get back to you with a personalized quote and availability."}, { - id: "faq2", - title: "What is your equipment availability?", - content: "Our website features real-time availability for most equipment. For specific dates or large packages, submitting a request is the best way to confirm availability with our team.", - }, + id: "faq2", title: "What is your equipment availability?", content: "Our website features real-time availability for most equipment. For specific dates or large packages, submitting a request is the best way to confirm availability with our team."}, { - id: "faq3", - title: "Do you offer delivery services?", - content: "Yes, we offer flexible delivery and pickup options to suit your production schedule and location needs. Please specify your requirements in your rental request for a tailored logistics plan.", - }, + id: "faq3", title: "Do you offer delivery services?", content: "Yes, we offer flexible delivery and pickup options to suit your production schedule and location needs. Please specify your requirements in your rental request for a tailored logistics plan."}, { - id: "faq4", - title: "What happens if equipment gets damaged?", - content: "Minor wear and tear is expected. For significant damage, our rental agreement outlines terms and conditions. We recommend reviewing our insurance policies and discussing options with our team during the booking process.", - }, + id: "faq4", title: "What happens if equipment gets damaged?", content: "Minor wear and tear is expected. For significant damage, our rental agreement outlines terms and conditions. We recommend reviewing our insurance policies and discussing options with our team during the booking process."}, { - id: "faq5", - title: "Can I get technical assistance?", - content: "Absolutely. We provide expert technical support throughout your rental period. Our specialists are available to offer guidance and on-site assistance if needed to ensure smooth operation of the equipment.", - }, + id: "faq5", title: "Can I get technical assistance?", content: "Absolutely. We provide expert technical support throughout your rental period. Our specialists are available to offer guidance and on-site assistance if needed to ensure smooth operation of the equipment."}, ]} imageSrc="http://img.b2bpic.net/free-photo/fun-3d-cartoon-robot-illustration_183364-120131.jpg" imageAlt="Person searching for answers online" @@ -392,8 +246,7 @@ export default function LandingPage() {