Update src/app/page.tsx
This commit is contained in:
218
src/app/page.tsx
218
src/app/page.tsx
@@ -34,41 +34,23 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Stats",
|
||||
id: "#stats",
|
||||
},
|
||||
name: "Stats", id: "#stats"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faqs",
|
||||
},
|
||||
name: "FAQs", id: "#faqs"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/logo-template-with-ear_1057-2653.jpg"
|
||||
logoAlt="Apollo Pharmacy Logo"
|
||||
@@ -79,19 +61,14 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Apollo Pharmacy"
|
||||
description="Your Trusted Health Partner in Krishna Nagar, Lucknow. Delivering care, convenience, and quality medicines right to your doorstep, ensuring your well-being is always our top priority."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-drugstore-employee-helping-senior-person-with-prescription-refill-recommending-pills_482257-135083.jpg"
|
||||
@@ -117,29 +94,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Medicine Home Delivery",
|
||||
description: "Get your prescribed medicines delivered quickly and safely to your doorstep across Krishna Nagar.",
|
||||
tag: "Convenience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-army-green-t-shirt-delivering-cardboard-box_176474-10037.jpg",
|
||||
imageAlt: "Medicine delivery service",
|
||||
},
|
||||
id: "f1", title: "Medicine Home Delivery", description: "Get your prescribed medicines delivered quickly and safely to your doorstep across Krishna Nagar.", tag: "Convenience", imageSrc: "http://img.b2bpic.net/free-photo/young-man-army-green-t-shirt-delivering-cardboard-box_176474-10037.jpg", imageAlt: "Medicine delivery service"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Online Doctor Consultation",
|
||||
description: "Connect with certified doctors and health experts for online consultations from the comfort of your home.",
|
||||
tag: "Expert Advice",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-horizontal-green-screen-digital-tablet-hospital-ward-sick-patient-looking-isolated-background-mockup-template-with-chroma-key-gadget-display-technology_482257-27476.jpg",
|
||||
imageAlt: "Online medical consultation",
|
||||
},
|
||||
id: "f2", title: "Online Doctor Consultation", description: "Connect with certified doctors and health experts for online consultations from the comfort of your home.", tag: "Expert Advice", imageSrc: "http://img.b2bpic.net/free-photo/close-up-horizontal-green-screen-digital-tablet-hospital-ward-sick-patient-looking-isolated-background-mockup-template-with-chroma-key-gadget-display-technology_482257-27476.jpg", imageAlt: "Online medical consultation"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Health & Wellness Products",
|
||||
description: "Explore a vast range of health supplements, personal care, and wellness products from trusted brands.",
|
||||
tag: "Complete Care",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-pills-bowl_23-2149080557.jpg",
|
||||
imageAlt: "Health and wellness products display",
|
||||
},
|
||||
id: "f3", title: "Health & Wellness Products", description: "Explore a vast range of health supplements, personal care, and wellness products from trusted brands.", tag: "Complete Care", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-pills-bowl_23-2149080557.jpg", imageAlt: "Health and wellness products display"},
|
||||
]}
|
||||
title="Our Dedicated Services"
|
||||
description="Providing comprehensive health solutions designed for your convenience and peace of mind."
|
||||
@@ -155,65 +114,23 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Apollo",
|
||||
name: "Pain Relief Tablets",
|
||||
price: "₹120",
|
||||
rating: 4.5,
|
||||
reviewCount: "230 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sick-young-female-feeling-ill-holding-pills-light-white-surface_140725-31572.jpg",
|
||||
imageAlt: "Pain relief tablets",
|
||||
},
|
||||
id: "p1", brand: "Apollo", name: "Pain Relief Tablets", price: "₹120", rating: 4.5,
|
||||
reviewCount: "230 reviews", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sick-young-female-feeling-ill-holding-pills-light-white-surface_140725-31572.jpg", imageAlt: "Pain relief tablets"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Healthify",
|
||||
name: "Multivitamin Capsules",
|
||||
price: "₹350",
|
||||
rating: 4.8,
|
||||
reviewCount: "180 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-life-written-notepad-cut-oranges-grapefruits-blue-white-surface_140725-63500.jpg",
|
||||
imageAlt: "Multivitamin capsules",
|
||||
},
|
||||
id: "p2", brand: "Healthify", name: "Multivitamin Capsules", price: "₹350", rating: 4.8,
|
||||
reviewCount: "180 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-life-written-notepad-cut-oranges-grapefruits-blue-white-surface_140725-63500.jpg", imageAlt: "Multivitamin capsules"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "DermaCare",
|
||||
name: "Moisturizing Cream",
|
||||
price: "₹280",
|
||||
rating: 4.2,
|
||||
reviewCount: "150 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-woman-with-hydrated-skin_23-2149432232.jpg",
|
||||
imageAlt: "Moisturizing cream",
|
||||
},
|
||||
id: "p3", brand: "DermaCare", name: "Moisturizing Cream", price: "₹280", rating: 4.2,
|
||||
reviewCount: "150 reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-woman-with-hydrated-skin_23-2149432232.jpg", imageAlt: "Moisturizing cream"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "SafeAid",
|
||||
name: "First Aid Kit",
|
||||
price: "₹499",
|
||||
rating: 4.7,
|
||||
reviewCount: "90 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medicine-bottles-home-medical-kit_1387-213.jpg",
|
||||
imageAlt: "First aid kit",
|
||||
},
|
||||
id: "p4", brand: "SafeAid", name: "First Aid Kit", price: "₹499", rating: 4.7,
|
||||
reviewCount: "90 reviews", imageSrc: "http://img.b2bpic.net/free-photo/medicine-bottles-home-medical-kit_1387-213.jpg", imageAlt: "First aid kit"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "GlucoTrack",
|
||||
name: "Diabetes Monitor",
|
||||
price: "₹1200",
|
||||
rating: 4.6,
|
||||
reviewCount: "75 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-diabetes-day-medical-equipment-wooden-floor_1150-26690.jpg",
|
||||
imageAlt: "Diabetes monitor",
|
||||
},
|
||||
id: "p5", brand: "GlucoTrack", name: "Diabetes Monitor", price: "₹1200", rating: 4.6,
|
||||
reviewCount: "75 reviews", imageSrc: "http://img.b2bpic.net/free-photo/world-diabetes-day-medical-equipment-wooden-floor_1150-26690.jpg", imageAlt: "Diabetes monitor"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "BabySoft",
|
||||
name: "Baby Shampoo",
|
||||
price: "₹190",
|
||||
rating: 4.9,
|
||||
reviewCount: "200 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/marshmallow-pink-baby-onesie-brush-pacifier-milk-bottle-toy-white-background_23-2147900720.jpg",
|
||||
imageAlt: "Baby shampoo",
|
||||
},
|
||||
id: "p6", brand: "BabySoft", name: "Baby Shampoo", price: "₹190", rating: 4.9,
|
||||
reviewCount: "200 reviews", imageSrc: "http://img.b2bpic.net/free-photo/marshmallow-pink-baby-onesie-brush-pacifier-milk-bottle-toy-white-background_23-2147900720.jpg", imageAlt: "Baby shampoo"},
|
||||
]}
|
||||
title="Explore Our Product Range"
|
||||
description="From essential medicines to daily wellness products, find everything you need for a healthier life, carefully curated for quality and efficacy."
|
||||
@@ -226,27 +143,16 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
carouselMode="buttons"
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years of Service",
|
||||
description: "Proudly serving the Krishna Nagar community with dedication.",
|
||||
icon: Clock,
|
||||
id: "m1", value: "15+", title: "Years of Service", description: "Proudly serving the Krishna Nagar community with dedication.", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10K+",
|
||||
title: "Happy Customers",
|
||||
description: "Trusted by thousands of families for their health needs.",
|
||||
icon: Users,
|
||||
id: "m2", value: "10K+", title: "Happy Customers", description: "Trusted by thousands of families for their health needs.", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "500+",
|
||||
title: "Products Available",
|
||||
description: "A comprehensive selection of medicines and health essentials.",
|
||||
icon: Heart,
|
||||
id: "m3", value: "500+", title: "Products Available", description: "A comprehensive selection of medicines and health essentials.", icon: Heart,
|
||||
},
|
||||
]}
|
||||
title="Our Commitment to Health"
|
||||
@@ -263,29 +169,11 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Dr. Ramesh Sharma",
|
||||
role: "Lead Pharmacist",
|
||||
description: "With over 20 years of experience, Dr. Sharma ensures precise dispensing and offers expert health advice.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-slavic-superhero-woman-doctor-uniform-with-red-cape-stethoscope-optical-glasses-holds-hands-together-isolated-green-wall-with-copy-space_141793-94034.jpg",
|
||||
imageAlt: "Dr. Ramesh Sharma, Lead Pharmacist",
|
||||
},
|
||||
id: "t1", name: "Dr. Ramesh Sharma", role: "Lead Pharmacist", description: "With over 20 years of experience, Dr. Sharma ensures precise dispensing and offers expert health advice.", imageSrc: "http://img.b2bpic.net/free-photo/confident-slavic-superhero-woman-doctor-uniform-with-red-cape-stethoscope-optical-glasses-holds-hands-together-isolated-green-wall-with-copy-space_141793-94034.jpg", imageAlt: "Dr. Ramesh Sharma, Lead Pharmacist"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Priya Singh",
|
||||
role: "Pharmacy Assistant",
|
||||
description: "Priya efficiently manages stock and assists customers with a friendly and helpful demeanor.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-volunteering-organization-holding-books-donations_23-2148687354.jpg",
|
||||
imageAlt: "Priya Singh, Pharmacy Assistant",
|
||||
},
|
||||
id: "t2", name: "Priya Singh", role: "Pharmacy Assistant", description: "Priya efficiently manages stock and assists customers with a friendly and helpful demeanor.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-volunteering-organization-holding-books-donations_23-2148687354.jpg", imageAlt: "Priya Singh, Pharmacy Assistant"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Anil Kumar",
|
||||
role: "Health Advisor",
|
||||
description: "Anil provides personalized guidance on wellness products and general health management.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-apple_329181-13418.jpg",
|
||||
imageAlt: "Anil Kumar, Health Advisor",
|
||||
},
|
||||
id: "t3", name: "Anil Kumar", role: "Health Advisor", description: "Anil provides personalized guidance on wellness products and general health management.", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-apple_329181-13418.jpg", imageAlt: "Anil Kumar, Health Advisor"},
|
||||
]}
|
||||
title="Meet Our Dedicated Team"
|
||||
description="Our team of dedicated professionals is committed to your health and well-being, providing knowledgeable and compassionate service every day."
|
||||
@@ -300,25 +188,15 @@ export default function LandingPage() {
|
||||
author="Anjali Mehta"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hopeful-cheerful-cute-redhead-girlfriend-rooting-you-believe-win-smiling-supportive-satisfied-sh_1258-143196.jpg",
|
||||
alt: "Anjali Mehta",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hopeful-cheerful-cute-redhead-girlfriend-rooting-you-believe-win-smiling-supportive-satisfied-sh_1258-143196.jpg", alt: "Anjali Mehta"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
|
||||
alt: "Rajesh Kumar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", alt: "Rajesh Kumar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-happy-retired-woman-wearing-cozy-sweater-short-hairdo_343059-1204.jpg",
|
||||
alt: "Sangeeta Devi",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-happy-retired-woman-wearing-cozy-sweater-short-hairdo_343059-1204.jpg", alt: "Sangeeta Devi"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-cheerful-young-man-with-messy-red-hair-beard-laughing-smiling-showing-white-teet_1258-154270.jpg",
|
||||
alt: "Vikas Gupta",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-cheerful-young-man-with-messy-red-hair-beard-laughing-smiling-showing-white-teet_1258-154270.jpg", alt: "Vikas Gupta"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/thoughtful-businesswoman-looking-through-window_1262-2043.jpg",
|
||||
alt: "Pooja Sharma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/thoughtful-businesswoman-looking-through-window_1262-2043.jpg", alt: "Pooja Sharma"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -331,20 +209,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "How can I order medicines online?",
|
||||
content: "You can easily order through our website or mobile app. Simply upload your prescription, select your medicines, and choose your preferred delivery slot.",
|
||||
},
|
||||
id: "faq1", title: "How can I order medicines online?", content: "You can easily order through our website or mobile app. Simply upload your prescription, select your medicines, and choose your preferred delivery slot."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "What are your delivery hours and charges?",
|
||||
content: "We offer delivery from 9 AM to 9 PM daily. Delivery charges may vary based on your location within Krishna Nagar and order value. Check our app for exact details.",
|
||||
},
|
||||
id: "faq2", title: "What are your delivery hours and charges?", content: "We offer delivery from 9 AM to 9 PM daily. Delivery charges may vary based on your location within Krishna Nagar and order value. Check our app for exact details."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Do you offer online doctor consultations?",
|
||||
content: "Yes, we provide online consultations with certified doctors. You can book an appointment through our platform for convenient and secure medical advice.",
|
||||
},
|
||||
id: "faq3", title: "Do you offer online doctor consultations?", content: "Yes, we provide online consultations with certified doctors. You can book an appointment through our platform for convenient and secure medical advice."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-pharmacist-consulting-female-customer-drugstore_23-2150359198.jpg"
|
||||
imageAlt="Pharmacist consulting with a customer"
|
||||
@@ -361,8 +230,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us or Say Hello!"
|
||||
description="We're here to assist you with all your health needs. Reach out to us or visit our pharmacy in Krishna Nagar, Lucknow."
|
||||
|
||||
Reference in New Issue
Block a user