Merge version_1 into main #1
265
src/app/page.tsx
265
src/app/page.tsx
@@ -32,69 +32,30 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Green Plus Pharmacie"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Your Trusted Local Pharmacy, Online & InStore"
|
||||
description="Quality medications, expert advice, and convenient services for Pattoki's health needs. Trusted by our community since opening."
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Services",
|
||||
href: "#features",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Browse Services", href: "#features" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-explaining-human-anatomy-patient-cabinet_482257-101575.jpg",
|
||||
imageAlt: "Pharmacy interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-customer-inspecting-pills-vitamins-pharmacy-shop-reading-boxes-labels_482257-135079.jpg",
|
||||
imageAlt: "Pharmacy interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7876.jpg",
|
||||
imageAlt: "Pharmacy interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pills-box-with-pink-blue-background_23-2149870458.jpg",
|
||||
imageAlt: "Pharmacy interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drugstore-employee-looking-drugs-packages-while-working-pills-inventory-pharmacy-pharmacists-is-trained-pharmacology-is-able-fill-dispense-prescription-medication-accurately_482257-63544.jpg",
|
||||
imageAlt: "Pharmacy interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drugstore-shelves-filled-with-pills-pharmaceutical-products-sell-prescription-medicine-treatment-sick-clients-empty-pharmacy-with-medication-supplements-drugs-bottles_482257-63525.jpg",
|
||||
imageAlt: "Pharmacy interior",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-explaining-human-anatomy-patient-cabinet_482257-101575.jpg", imageAlt: "Pharmacy interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-customer-inspecting-pills-vitamins-pharmacy-shop-reading-boxes-labels_482257-135079.jpg", imageAlt: "Pharmacy interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7876.jpg", imageAlt: "Pharmacy interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pills-box-with-pink-blue-background_23-2149870458.jpg", imageAlt: "Pharmacy interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/drugstore-employee-looking-drugs-packages-while-working-pills-inventory-pharmacy-pharmacists-is-trained-pharmacology-is-able-fill-dispense-prescription-medication-accurately_482257-63544.jpg", imageAlt: "Pharmacy interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/drugstore-shelves-filled-with-pills-pharmaceutical-products-sell-prescription-medicine-treatment-sick-clients-empty-pharmacy-with-medication-supplements-drugs-bottles_482257-63525.jpg", imageAlt: "Pharmacy interior" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -112,23 +73,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Prescription Refills",
|
||||
description: "Quick and accurate medication refills handled by our expert staff.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/humanitarian-help-concept_23-2148514632.jpg",
|
||||
imageAlt: "Refill",
|
||||
},
|
||||
title: "Prescription Refills", description: "Quick and accurate medication refills handled by our expert staff.", imageSrc: "http://img.b2bpic.net/free-vector/humanitarian-help-concept_23-2148514632.jpg", imageAlt: "Refill"},
|
||||
{
|
||||
title: "Home Delivery",
|
||||
description: "Convenient doorstep delivery for your medications and health essentials.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cdxdwu",
|
||||
imageAlt: "Delivery",
|
||||
},
|
||||
title: "Home Delivery", description: "Convenient doorstep delivery for your medications and health essentials.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cdxdwu", imageAlt: "Delivery"},
|
||||
{
|
||||
title: "Health Consultation",
|
||||
description: "Free guidance from qualified pharmacists for your health concerns.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-laptop-computer-with-electronic-business-icons_24911-45478.jpg",
|
||||
imageAlt: "Consultation",
|
||||
},
|
||||
title: "Health Consultation", description: "Free guidance from qualified pharmacists for your health concerns.", imageSrc: "http://img.b2bpic.net/free-vector/set-laptop-computer-with-electronic-business-icons_24911-45478.jpg", imageAlt: "Consultation"},
|
||||
]}
|
||||
title="Our Pharmacy Services"
|
||||
description="We offer a wide range of health services tailored to the needs of the Pattoki community."
|
||||
@@ -142,66 +91,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Generic",
|
||||
name: "Multivitamins",
|
||||
price: "Rs. 450",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assortment-beauty-products-displayed-shelf_23-2150717989.jpg",
|
||||
imageAlt: "Multivitamins",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Brand",
|
||||
name: "Pain Relief",
|
||||
price: "Rs. 200",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocus-shopping-mall-department-store-interior_74190-10720.jpg",
|
||||
imageAlt: "Pain Relief",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Brand",
|
||||
name: "First Aid Kit",
|
||||
price: "Rs. 950",
|
||||
rating: 4,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-pharmacist-work_23-2150348168.jpg",
|
||||
imageAlt: "First Aid Kit",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Generic",
|
||||
name: "Digestive Aid",
|
||||
price: "Rs. 300",
|
||||
rating: 5,
|
||||
reviewCount: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-pharmacist-working-drugstore_23-2151684854.jpg",
|
||||
imageAlt: "Digestive Aid",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Brand",
|
||||
name: "Skin Care",
|
||||
price: "Rs. 600",
|
||||
rating: 4,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-customer-choosing-products-drugstore_259150-57982.jpg",
|
||||
imageAlt: "Skin Care",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Brand",
|
||||
name: "Immunity Booster",
|
||||
price: "Rs. 1200",
|
||||
rating: 5,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760059.jpg",
|
||||
imageAlt: "Immunity Booster",
|
||||
},
|
||||
{ id: "p1", brand: "Generic", name: "Multivitamins", price: "Rs. 450", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/assortment-beauty-products-displayed-shelf_23-2150717989.jpg", imageAlt: "Multivitamins" },
|
||||
{ id: "p2", brand: "Brand", name: "Pain Relief", price: "Rs. 200", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocus-shopping-mall-department-store-interior_74190-10720.jpg", imageAlt: "Pain Relief" },
|
||||
{ id: "p3", brand: "Brand", name: "First Aid Kit", price: "Rs. 950", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/side-view-pharmacist-work_23-2150348168.jpg", imageAlt: "First Aid Kit" },
|
||||
{ id: "p4", brand: "Generic", name: "Digestive Aid", price: "Rs. 300", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-pharmacist-working-drugstore_23-2151684854.jpg", imageAlt: "Digestive Aid" },
|
||||
{ id: "p5", brand: "Brand", name: "Skin Care", price: "Rs. 600", rating: 4, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/female-customer-choosing-products-drugstore_259150-57982.jpg", imageAlt: "Skin Care" },
|
||||
{ id: "p6", brand: "Brand", name: "Immunity Booster", price: "Rs. 1200", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760059.jpg", imageAlt: "Immunity Booster" },
|
||||
]}
|
||||
title="Health & Wellness Products"
|
||||
description="Browse our curated selection of quality health products."
|
||||
@@ -214,24 +109,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: CheckCircle,
|
||||
title: "Satisfied Customers",
|
||||
value: "5000+",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Award,
|
||||
title: "Years of Service",
|
||||
value: "10+",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Shield,
|
||||
title: "Products Available",
|
||||
value: "2000+",
|
||||
},
|
||||
{ id: "m1", icon: CheckCircle, title: "Satisfied Customers", value: "5000+" },
|
||||
{ id: "m2", icon: Award, title: "Years of Service", value: "10+" },
|
||||
{ id: "m3", icon: Shield, title: "Products Available", value: "2000+" },
|
||||
]}
|
||||
title="Trusted by Thousands"
|
||||
description="Our numbers speak for our service quality."
|
||||
@@ -242,31 +122,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mrs. Fatima",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paying-bills-isn-t-as-difficult-as-you-think_329181-1249.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mr. Aslam",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-waiting-hotel-receptionist_1262-5796.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Ahmed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-meeting-up-study_23-2149064576.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Bilal Khan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-pharmacist-assisting-senior-woman_329181-19458.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Zainab Bibi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-pharmacist-working_23-2150348258.jpg",
|
||||
},
|
||||
{ id: "1", name: "Mrs. Fatima", imageSrc: "http://img.b2bpic.net/free-photo/paying-bills-isn-t-as-difficult-as-you-think_329181-1249.jpg" },
|
||||
{ id: "2", name: "Mr. Aslam", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-waiting-hotel-receptionist_1262-5796.jpg" },
|
||||
{ id: "3", name: "Sarah Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-meeting-up-study_23-2149064576.jpg" },
|
||||
{ id: "4", name: "Bilal Khan", imageSrc: "http://img.b2bpic.net/free-photo/female-pharmacist-assisting-senior-woman_329181-19458.jpg" },
|
||||
{ id: "5", name: "Zainab Bibi", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-pharmacist-working_23-2150348258.jpg" },
|
||||
]}
|
||||
cardTitle="What Our Community Says"
|
||||
cardTag="Testimonials"
|
||||
@@ -279,21 +139,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we provide doorstep delivery across Pattoki.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I refill prescriptions?",
|
||||
content: "Yes, just provide your prescription details and we will process it.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are your pharmacists available?",
|
||||
content: "Our pharmacists are here for consultations during all operational hours.",
|
||||
},
|
||||
{ id: "f1", title: "Do you offer delivery?", content: "Yes, we provide doorstep delivery across Pattoki." },
|
||||
{ id: "f2", title: "Can I refill prescriptions?", content: "Yes, just provide your prescription details and we will process it." },
|
||||
{ id: "f3", title: "Are your pharmacists available?", content: "Our pharmacists are here for consultations during all operational hours." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common answers to your health-related inquiries."
|
||||
@@ -307,18 +155,8 @@ export default function LandingPage() {
|
||||
title="Get in Touch"
|
||||
description="Visit us at our pharmacy or contact us for any health advice."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/terrace-restaurant-with-assembled-chairs-tables-small-tree-front-entrance-nikiti-greece_1268-16660.jpg"
|
||||
/>
|
||||
@@ -328,33 +166,16 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Prescriptions",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Consultation",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Delivery",
|
||||
href: "#features",
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "Prescriptions", href: "#features" },
|
||||
{ label: "Consultation", href: "#features" },
|
||||
{ label: "Delivery", href: "#features" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+9200000000",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "Visit Us", href: "#contact" },
|
||||
{ label: "Call Us", href: "tel:+9200000000" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user