Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-19 04:26:35 +00:00
4 changed files with 75 additions and 36 deletions

View File

@@ -152,7 +152,7 @@ export default function AboutPage() {
role: "Procurement Director",
company: "St. Paul Hospital, Addis Ababa",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor-with-uniform-using-laptop-cabinet-working-checkup-appointments-desk-health-specialist-with-stethoscope-helping-with-prescription-medicine-treatment_482257-39448.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor-with-uniform-using-laptop-cabinet-working-checkup-appointments-desk-health-specialist-with-stethoscope-helping-with-prescription-medicine-treatment_482257-39448.jpg?_wi=2",
},
{
id: "2",
@@ -160,7 +160,7 @@ export default function AboutPage() {
role: "Pharmacy Manager",
company: "City Clinic Network",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blonde-female-doctor-with-stethoscope-writing-receipt-book_114579-14165.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-female-doctor-with-stethoscope-writing-receipt-book_114579-14165.jpg?_wi=2",
},
{
id: "3",
@@ -168,7 +168,7 @@ export default function AboutPage() {
role: "Supply Chain Manager",
company: "Regional Medical Center",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886812.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886812.jpg?_wi=2",
},
{
id: "4",
@@ -176,7 +176,7 @@ export default function AboutPage() {
role: "Hospital Administrator",
company: "Mercy Health Facilities",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/doctor-desk-looking-camera_23-2148285720.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-desk-looking-camera_23-2148285720.jpg?_wi=2",
},
{
id: "5",
@@ -184,7 +184,7 @@ export default function AboutPage() {
role: "Operations Manager",
company: "Addis Pharmacy Group",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=2",
},
{
id: "6",
@@ -192,7 +192,7 @@ export default function AboutPage() {
role: "Clinical Director",
company: "Ethiopian Health Foundation",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-scientist_23-2148969947.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-scientist_23-2148969947.jpg?_wi=2",
},
]}
kpiItems={[

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Manrope } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Pylon Trading PLC - Pharmaceutical Wholesale Supplier Ethiopia",
description: "Reliable pharmaceutical wholesale supplier delivering quality medicines and medical supplies to hospitals, pharmacies, and clinics across Ethiopia. 250+ healthcare partners trust us.",
keywords: "pharmaceutical wholesale Ethiopia, medicine supplier, healthcare distribution, pharmacy supplier, pharmaceutical company",
metadataBase: new URL("https://pylontrading.et"),
alternates: {
canonical: "https://pylontrading.et",
},
openGraph: {
title: "Pylon Trading PLC - Ethiopia's Trusted Pharmaceutical Wholesale Partner",
description: "Quality medicines and medical supplies for Ethiopian healthcare institutions. Fast delivery, regulatory compliance, affordable pricing.",
url: "https://pylontrading.et",
siteName: "Pylon Trading PLC",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-interior_1203-7842.jpg",
alt: "Pylon Trading Pharmaceutical Warehouse",
},
],
},
twitter: {
card: "summary_large_image",
title: "Pylon Trading PLC - Pharmaceutical Wholesale",
description: "Trusted pharmaceutical supplier for Ethiopian healthcare institutions",
images: ["http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-interior_1203-7842.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -164,7 +164,7 @@ export default function HomePage() {
name: "Antibiotics & Anti-Infectives",
price: "Licensed & Certified",
variant: "Broad-spectrum coverage",
imageSrc: "http://img.b2bpic.net/free-photo/pill-box-arrangement-still-life_23-2149643887.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pill-box-arrangement-still-life_23-2149643887.jpg?_wi=1",
imageAlt: "Antibiotic medication bottles and packaging",
},
{
@@ -172,7 +172,7 @@ export default function HomePage() {
name: "Vitamins & Supplements",
price: "Premium Quality",
variant: "All ages supported",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150689697.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150689697.jpg?_wi=1",
imageAlt: "Vitamin bottles and nutritional supplements",
},
{
@@ -180,7 +180,7 @@ export default function HomePage() {
name: "Chronic Disease Management",
price: "Evidence-Based",
variant: "Hypertension, Diabetes, more",
imageSrc: "http://img.b2bpic.net/free-photo/specialist-giving-effervescent-vitamin-patient-medical-office_482257-124337.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/specialist-giving-effervescent-vitamin-patient-medical-office_482257-124337.jpg?_wi=1",
imageAlt: "Chronic disease medication packages",
},
{
@@ -188,7 +188,7 @@ export default function HomePage() {
name: "Paediatric Formulations",
price: "Safety Certified",
variant: "Child-safe dosages",
imageSrc: "http://img.b2bpic.net/free-psd/flat-design-medical-template_23-2149860063.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/flat-design-medical-template_23-2149860063.jpg?_wi=1",
imageAlt: "Pediatric medication formulations",
},
]}
@@ -219,7 +219,7 @@ export default function HomePage() {
title: "Temperature-Controlled Logistics",
description: "Maintains strict cold chain management for temperature-sensitive pharmaceuticals from warehouse to healthcare facility.",
tag: "Quality Control",
imageSrc: "http://img.b2bpic.net/free-photo/photo-cheese-factory-switzerland-typical-italian-cheese-parmigiano-reggiano-thousands-forms-parmigiano-reggiano-largest-parmesan-cheese-storage-forms-cheese-ripening_645730-354.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/photo-cheese-factory-switzerland-typical-italian-cheese-parmigiano-reggiano-thousands-forms-parmigiano-reggiano-largest-parmesan-cheese-storage-forms-cheese-ripening_645730-354.jpg?_wi=1",
imageAlt: "Temperature-controlled pharmaceutical storage facility",
},
{
@@ -227,7 +227,7 @@ export default function HomePage() {
title: "Real-Time Shipment Tracking",
description: "Healthcare institutions receive full visibility into their orders with real-time GPS tracking and delivery confirmation.",
tag: "Transparency",
imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-male-ceo-watching-olympic-games-stream_482257-123108.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-male-ceo-watching-olympic-games-stream_482257-123108.jpg?_wi=1",
imageAlt: "Digital tracking system interface for pharmaceutical shipments",
},
{
@@ -235,7 +235,7 @@ export default function HomePage() {
title: "Emergency Supply Services",
description: "Priority expedited delivery for urgent pharmaceutical needs. We maintain buffer stock of critical medications for rapid response.",
tag: "24/7 Available",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-volunteer-going-through-checklist-while-working-charitable-foundation_637285-10743.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-volunteer-going-through-checklist-while-working-charitable-foundation_637285-10743.jpg?_wi=1",
imageAlt: "Emergency pharmaceutical delivery vehicle",
},
]}
@@ -291,7 +291,7 @@ export default function HomePage() {
role: "Procurement Director",
company: "St. Paul Hospital, Addis Ababa",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor-with-uniform-using-laptop-cabinet-working-checkup-appointments-desk-health-specialist-with-stethoscope-helping-with-prescription-medicine-treatment_482257-39448.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor-with-uniform-using-laptop-cabinet-working-checkup-appointments-desk-health-specialist-with-stethoscope-helping-with-prescription-medicine-treatment_482257-39448.jpg?_wi=1",
},
{
id: "2",
@@ -299,7 +299,7 @@ export default function HomePage() {
role: "Pharmacy Manager",
company: "City Clinic Network",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blonde-female-doctor-with-stethoscope-writing-receipt-book_114579-14165.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-female-doctor-with-stethoscope-writing-receipt-book_114579-14165.jpg?_wi=1",
},
{
id: "3",
@@ -307,7 +307,7 @@ export default function HomePage() {
role: "Supply Chain Manager",
company: "Regional Medical Center",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886812.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-logistic_23-2148886812.jpg?_wi=1",
},
{
id: "4",
@@ -315,7 +315,7 @@ export default function HomePage() {
role: "Hospital Administrator",
company: "Mercy Health Facilities",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/doctor-desk-looking-camera_23-2148285720.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-desk-looking-camera_23-2148285720.jpg?_wi=1",
},
{
id: "5",
@@ -323,7 +323,7 @@ export default function HomePage() {
role: "Operations Manager",
company: "Addis Pharmacy Group",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=1",
},
{
id: "6",
@@ -331,7 +331,7 @@ export default function HomePage() {
role: "Clinical Director",
company: "Ethiopian Health Foundation",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-scientist_23-2148969947.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-scientist_23-2148969947.jpg?_wi=1",
},
]}
kpiItems={[

View File

@@ -93,11 +93,11 @@ export default function ProductsPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/pill-box-arrangement-still-life_23-2149643887.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pill-box-arrangement-still-life_23-2149643887.jpg?_wi=2",
imageAlt: "antibiotic medication bottles pharmaceutical packaging",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150689697.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150689697.jpg?_wi=2",
imageAlt: "vitamin supplements bottles nutritional products",
},
]}
@@ -127,7 +127,7 @@ export default function ProductsPage() {
name: "Antibiotics & Anti-Infectives",
price: "Licensed & Certified",
variant: "Broad-spectrum coverage",
imageSrc: "http://img.b2bpic.net/free-photo/pill-box-arrangement-still-life_23-2149643887.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pill-box-arrangement-still-life_23-2149643887.jpg?_wi=3",
imageAlt: "antibiotic medication bottles pharmaceutical packaging",
},
{
@@ -135,7 +135,7 @@ export default function ProductsPage() {
name: "Vitamins & Supplements",
price: "Premium Quality",
variant: "All ages supported",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150689697.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150689697.jpg?_wi=3",
imageAlt: "vitamin supplements bottles nutritional products",
},
{
@@ -143,7 +143,7 @@ export default function ProductsPage() {
name: "Chronic Disease Management",
price: "Evidence-Based",
variant: "Hypertension, Diabetes, more",
imageSrc: "http://img.b2bpic.net/free-photo/specialist-giving-effervescent-vitamin-patient-medical-office_482257-124337.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/specialist-giving-effervescent-vitamin-patient-medical-office_482257-124337.jpg?_wi=2",
imageAlt: "chronic disease medication bottles healthcare",
},
{
@@ -151,7 +151,7 @@ export default function ProductsPage() {
name: "Paediatric Formulations",
price: "Safety Certified",
variant: "Child-safe dosages",
imageSrc: "http://img.b2bpic.net/free-psd/flat-design-medical-template_23-2149860063.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/flat-design-medical-template_23-2149860063.jpg?_wi=2",
imageAlt: "pediatric medication syrup bottles children",
},
]}
@@ -182,7 +182,7 @@ export default function ProductsPage() {
title: "Temperature-Controlled Logistics",
description: "Maintains strict cold chain management for temperature-sensitive pharmaceuticals from warehouse to healthcare facility.",
tag: "Quality Control",
imageSrc: "http://img.b2bpic.net/free-photo/photo-cheese-factory-switzerland-typical-italian-cheese-parmigiano-reggiano-thousands-forms-parmigiano-reggiano-largest-parmesan-cheese-storage-forms-cheese-ripening_645730-354.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/photo-cheese-factory-switzerland-typical-italian-cheese-parmigiano-reggiano-thousands-forms-parmigiano-reggiano-largest-parmesan-cheese-storage-forms-cheese-ripening_645730-354.jpg?_wi=2",
imageAlt: "cold chain pharmaceutical storage facility temperature",
},
{
@@ -190,7 +190,7 @@ export default function ProductsPage() {
title: "Real-Time Shipment Tracking",
description: "Healthcare institutions receive full visibility into their orders with real-time GPS tracking and delivery confirmation.",
tag: "Transparency",
imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-male-ceo-watching-olympic-games-stream_482257-123108.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-male-ceo-watching-olympic-games-stream_482257-123108.jpg?_wi=2",
imageAlt: "shipment tracking digital system interface logistics",
},
{
@@ -198,7 +198,7 @@ export default function ProductsPage() {
title: "Emergency Supply Services",
description: "Priority expedited delivery for urgent pharmaceutical needs. We maintain buffer stock of critical medications for rapid response.",
tag: "24/7 Available",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-volunteer-going-through-checklist-while-working-charitable-foundation_637285-10743.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-volunteer-going-through-checklist-while-working-charitable-foundation_637285-10743.jpg?_wi=2",
imageAlt: "emergency medical supply vehicle ambulance",
},
]}