diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ab416c..b8ef4d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,14 +30,10 @@ export default function LandingPage() { @@ -90,17 +59,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} title="Serving Quality Sound for Years" - description="Madhur Radio has been providing high-quality sound for all events for years. Our trusted technicians bring expertise and reliability to every function, ensuring your celebrations sound incredible." + description="Madhur Radio has been providing high-quality sound for all events for years. Our trusted technicians bring expertise and reliability to every function." bulletPoints={[ - { - title: "Affordable Packages", description: "Custom pricing for every event."}, - { - title: "On-Time Setup", description: "Punctuality is our guarantee."}, - { - title: "Professional Equipment", description: "High-fidelity audio and modern lighting."}, + { title: "Affordable Packages", description: "Custom pricing for every event." }, + { title: "On-Time Setup", description: "Punctuality is our guarantee." }, ]} imageSrc="http://img.b2bpic.net/free-photo/male-dj-party-charge-music-entertainment_23-2149658386.jpg?_wi=2" - mediaAnimation="slide-up" /> @@ -109,15 +73,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - negativeCard={{ - items: [ - "Birthday Party DJ", "Stage & Lighting Setup", "Jagran & Kirtan Sound"], - }} - positiveCard={{ - items: [ - "Wedding DJ & Sound", "Corporate Event Audio", "Festival DJ Setup (Holi, Diwali)"], - }} - title="Comprehensive Event Audio & Lighting" + negativeCard={{ items: ["Birthday Party DJ", "Stage Setup"] }} + positiveCard={{ items: ["Wedding DJ & Sound", "Festival DJ Setup"] }} + title="Comprehensive Event Audio" description="From marriage functions to corporate events, we provide specialized setup for every celebration." /> @@ -129,57 +87,19 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { - id: "p1", name: "DJ Sound System", price: "Available", imageSrc: "http://img.b2bpic.net/free-photo/close-up-sound-mixer_1359-7.jpg?_wi=2"}, - { - id: "p2", name: "Bass Speakers", price: "Available", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background-glasses_158538-9611.jpg?_wi=2"}, - { - id: "p3", name: "Professional Lighting", price: "Available", imageSrc: "http://img.b2bpic.net/free-photo/tech-elements-close-up-background_23-2148882624.jpg?_wi=2"}, - { - id: "p4", name: "Full Stage Setup", price: "Available", imageSrc: "http://img.b2bpic.net/free-photo/professional-studio-control-room-with-pre-knobs-faders_482257-121167.jpg"}, - { - id: "p5", name: "LED Light Array", price: "Available", imageSrc: "http://img.b2bpic.net/free-photo/gold-blue-abstract-bokeh-black-background_23-2148056717.jpg"}, - { - id: "p6", name: "Wedding DJ Setup", price: "Available", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dj-equipment-table_23-2148325463.jpg"}, + { id: "p1", name: "DJ Sound System", price: "Available", imageSrc: "http://img.b2bpic.net/free-photo/close-up-sound-mixer_1359-7.jpg?_wi=2" }, + { id: "p2", name: "Professional Lighting", price: "Available", imageSrc: "http://img.b2bpic.net/free-photo/tech-elements-close-up-background_23-2148882624.jpg?_wi=2" }, ]} title="Our Professional Equipment" description="Top-tier audio hardware ready for your venue." /> -
- -
-
@@ -203,36 +119,10 @@ export default function LandingPage() {