From ac2185d3d44d64b2c89a72ead8b79eaf1551f4a6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 12:19:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 133 +++++++++++++++-------------------------------- 1 file changed, 43 insertions(+), 90 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 202fa39..0047b53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,7 @@ export default function LandingPage() { { name: "Contact", id: "contact"}, ]} - brandName="Gupta Luxury" + brandName="Gupta Ambulance" /> @@ -48,46 +48,22 @@ export default function LandingPage() {
@@ -98,27 +74,27 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Conflict-Free Gold", description: "Ethically sourced materials.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-transparent-glass_23-2150329681.jpg", imageAlt: "gold ring diamond setting"}, + title: "24/7 Emergency Hotline", description: "Immediate response teams ready at all times.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/doctor-holding-emergency-phone_23-2148810056.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12601.jpg", imageAlt: "gold ring diamond setting"}, + imageSrc: "http://img.b2bpic.net/free-photo/ambulance-dashboard-view_23-2149129555.jpg"}, }, { - title: "Expert Craftsmanship", description: "Artisan-made jewellery.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-artistic-model-posing_23-2148376676.jpg", imageAlt: "gold ring diamond setting"}, + title: "Advanced Life Support", description: "Equipped with ICU-grade medical technology.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/medical-equipment-ambulance_23-2149129538.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-gold-plated-bracelet-ring-set-with-crystal-black-table_140725-12895.jpg", imageAlt: "gold ring diamond setting"}, + imageSrc: "http://img.b2bpic.net/free-photo/oxygen-tank-ambulance_23-2149129545.jpg"}, }, { - title: "Lifetime Warranty", description: "Guaranteed quality and durability.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/flexible-glass-rings-vintage-chain-art_1400-29.jpg", imageAlt: "gold ring diamond setting"}, + title: "Broad Service Areas", description: "Serving all major districts and suburban areas.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/map-navigation-emergency_23-2148700990.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241140.jpg", imageAlt: "gold ring diamond setting"}, + imageSrc: "http://img.b2bpic.net/free-photo/city-traffic-emergency_23-2148700995.jpg"}, }, ]} showStepNumbers={false} - title="The Gupta's Promise" - description="Our commitment to quality ensures every piece meets the highest standards." + title="Our Services" + description="Reliable medical transport for every critical situation." /> @@ -130,47 +106,24 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", brand: "Aurum", name: "Classic Gold Ring", price: "Rs.1,20,000 ", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/divorce-concept-with-smartphone_23-2148558440.jpg"}, + id: "1", brand: "Emergency", name: "Basic Life Support", price: "Contact for Price", rating: 5, + reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/ambulance-vehicle-road_23-2149129560.jpg"}, { - id: "2", brand: "Aurum", name: "Gold Chain Necklace", price: "Rs.2,50,000 ", rating: 5, - reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-shiny-golden-chain_23-2149635290.jpg"}, - { - id: "3", brand: "Aurum", name: "Diamond Drop Earrings", price: "Rs.98,000 ", rating: 4, - reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-lovable-brunette-woman-with-plant-lovely-young-lady-with-black-hair-holding-flower_197531-14059.jpg"}, - { - id: "4", brand: "Aurum", name: "Golden Bangle", price: "Rs.2,00,000 ", rating: 5, - reviewCount: "44", imageSrc: "http://img.b2bpic.net/free-photo/unrecognisable-woman-posing-studio_23-2148376621.jpg"}, - { - id: "5", brand: "Aurum", name: "Signature Pendant", price: "Rs.57,000 ", rating: 4, - reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/bright-silver-pendant-background-elegance-precious_1400-33.jpg"}, - { - id: "6", brand: "Aurum", name: "Luxury Watch", price: "Rs.1,50,000 ", rating: 5, - reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/top-view-golden-chain-coffee-cup_23-2149836479.jpg"}, + id: "2", brand: "Emergency", name: "Advanced ICU Transport", price: "Contact for Price", rating: 5, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/medical-specialist-ambulance_23-2148701000.jpg"}, ]} - title="Curated Jewellery" - description="The finest selection of gold masterpieces." + title="Transport Options" + description="Select the transport service suitable for your condition." />
@@ -181,9 +134,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Vogue", "Harper's Bazaar", "ELLE", "GQ", "Tatler"]} - title="Featured In" - description="Recognized globally for our excellence." + "City Hospital", "Metro Medical Center", "LifeCare Clinic", "State Emergency Services", "Red Cross Partner"]} + title="Trusted Partners" + description="Working closely with leading healthcare institutions." />
@@ -193,16 +146,16 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", title: "How do I care for my gold jewellery?", content: "Clean gently with warm soapy water."}, + id: "q1", title: "How quickly can you arrive?", content: "Our average response time is under 15 minutes within city limits."}, { - id: "q2", title: "Do you provide insurance?", content: "Yes, all purchases include appraisal."}, + id: "q2", title: "Do you operate at night?", content: "Yes, we are a 24/7 emergency service provider."}, { - id: "q3", title: "What is the return policy?", content: "30-day return policy for unused items."}, + id: "q3", title: "Do you serve suburbs?", content: "Yes, we provide medical transport across all district peripheries."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/horizontal-view-hand-holding-decoration-accessories-right-side-dark-background_140725-60136.jpg" + imageSrc="http://img.b2bpic.net/free-photo/emergency-medical-call_23-2148700980.jpg" mediaAnimation="slide-up" title="Frequently Asked Questions" - description="Information regarding your luxury purchase." + description="Everything you need to know about our response protocols." faqsAnimation="slide-up" /> @@ -210,25 +163,25 @@ export default function LandingPage() {
-- 2.49.1