Merge version_1 into main #1
@@ -79,7 +79,7 @@ export default function AboutPage() {
|
||||
tag="Community Trusted"
|
||||
tagIcon={Award}
|
||||
tagAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-nurses-patient-clinic_23-2149741220.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-nurses-patient-clinic_23-2149741220.jpg?_wi=1"
|
||||
imageAlt="Löwen-Apotheke team"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
|
||||
@@ -82,7 +82,7 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-nurses-patient-clinic_23-2149741220.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-nurses-patient-clinic_23-2149741220.jpg?_wi=2"
|
||||
imageAlt="Contact us"
|
||||
inputs={[
|
||||
{
|
||||
|
||||
@@ -1,28 +1,51 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Montserrat, Inter } 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 { Montserrat } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Löwen-Apotheke | Trusted Pharmacy Rheinfelden Switzerland",
|
||||
description: "Löwen-Apotheke - Your trusted pharmacy in Rheinfelden offering prescription medications, health advice, and fast delivery service. 4.0★ rating from 30 reviews.",
|
||||
keywords: "pharmacy Rheinfelden, medications, health advice, delivery service, trusted pharmacist",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Löwen-Apotheke | Pharmacy Rheinfelden",
|
||||
description: "Your trusted pharmacy offering prescription medications, expert health advice, and fast delivery service.",
|
||||
url: "https://löwen-apotheke.ch",
|
||||
siteName: "Löwen-Apotheke",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/client-with-painful-headache-asking-migraine-medication-elderly-drugstore-worker-pharmacy-man-rubbing-temples-pharmacist-helping-client-with-pharmaceutics-pills-medicine-service_482257-62169.jpg",
|
||||
alt: "Löwen-Apotheke Pharmacy",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Löwen-Apotheke | Trusted Pharmacy",
|
||||
description: "Professional pharmaceutical services in Rheinfelden, Switzerland.",
|
||||
images: [
|
||||
"http://img.b2bpic.net/free-photo/client-with-painful-headache-asking-migraine-medication-elderly-drugstore-worker-pharmacy-man-rubbing-temples-pharmacist-helping-client-with-pharmaceutics-pills-medicine-service_482257-62169.jpg",
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -31,7 +54,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${montserrat.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +68,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -89,15 +89,15 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-with-painful-headache-asking-migraine-medication-elderly-drugstore-worker-pharmacy-man-rubbing-temples-pharmacist-helping-client-with-pharmaceutics-pills-medicine-service_482257-62169.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-with-painful-headache-asking-migraine-medication-elderly-drugstore-worker-pharmacy-man-rubbing-temples-pharmacist-helping-client-with-pharmaceutics-pills-medicine-service_482257-62169.jpg?_wi=1",
|
||||
imageAlt: "Löwen-Apotheke storefront",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-with-painful-headache-asking-migraine-medication-elderly-drugstore-worker-pharmacy-man-rubbing-temples-pharmacist-helping-client-with-pharmaceutics-pills-medicine-service_482257-62169.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-with-painful-headache-asking-migraine-medication-elderly-drugstore-worker-pharmacy-man-rubbing-temples-pharmacist-helping-client-with-pharmaceutics-pills-medicine-service_482257-62169.jpg?_wi=2",
|
||||
imageAlt: "Professional pharmacy service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-inside-present-box-mask-white-wall_179666-45117.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-inside-present-box-mask-white-wall_179666-45117.jpg?_wi=1",
|
||||
imageAlt: "Fast delivery service",
|
||||
},
|
||||
]}
|
||||
@@ -121,7 +121,7 @@ export default function HomePage() {
|
||||
author: "Expert Pharmacists",
|
||||
description: "Access to a wide range of prescription medications with professional guidance.",
|
||||
tags: ["Fast", "Reliable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-with-painful-headache-asking-migraine-medication-elderly-drugstore-worker-pharmacy-man-rubbing-temples-pharmacist-helping-client-with-pharmaceutics-pills-medicine-service_482257-62169.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-with-painful-headache-asking-migraine-medication-elderly-drugstore-worker-pharmacy-man-rubbing-temples-pharmacist-helping-client-with-pharmaceutics-pills-medicine-service_482257-62169.jpg?_wi=3",
|
||||
imageAlt: "Prescription medication service",
|
||||
},
|
||||
{
|
||||
@@ -130,7 +130,7 @@ export default function HomePage() {
|
||||
author: "Qualified Advisors",
|
||||
description: "Personalized health consultations and medication advice from experienced pharmacists.",
|
||||
tags: ["Expert", "Professional"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/physician-meeting-with-elderly-male-patient-discuss-results-cabinet_482257-126253.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/physician-meeting-with-elderly-male-patient-discuss-results-cabinet_482257-126253.jpg?_wi=1",
|
||||
imageAlt: "Health consultation service",
|
||||
},
|
||||
{
|
||||
@@ -139,7 +139,7 @@ export default function HomePage() {
|
||||
author: "Express Delivery",
|
||||
description: "Fast and reliable medication delivery directly to your home.",
|
||||
tags: ["Convenient", "Fast"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-inside-present-box-mask-white-wall_179666-45117.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-inside-present-box-mask-white-wall_179666-45117.jpg?_wi=2",
|
||||
imageAlt: "Delivery service",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -89,7 +89,7 @@ export default function ServicesPage() {
|
||||
author: "Expert Pharmacists",
|
||||
description: "Our licensed pharmacists dispense a wide range of prescription medications with professional guidance. We ensure proper medication usage, check for drug interactions, and provide clear instructions for optimal health outcomes.",
|
||||
tags: ["Fast", "Reliable", "Licensed"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-with-painful-headache-asking-migraine-medication-elderly-drugstore-worker-pharmacy-man-rubbing-temples-pharmacist-helping-client-with-pharmaceutics-pills-medicine-service_482257-62169.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/client-with-painful-headache-asking-migraine-medication-elderly-drugstore-worker-pharmacy-man-rubbing-temples-pharmacist-helping-client-with-pharmaceutics-pills-medicine-service_482257-62169.jpg?_wi=4",
|
||||
imageAlt: "Prescription medication service",
|
||||
},
|
||||
{
|
||||
@@ -98,7 +98,7 @@ export default function ServicesPage() {
|
||||
author: "Qualified Healthcare Advisors",
|
||||
description: "Our team provides personalized health consultations covering medication information, wellness advice, and lifestyle recommendations. We work with you to understand your health needs and provide evidence-based guidance.",
|
||||
tags: ["Expert", "Professional", "Personalized"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/physician-meeting-with-elderly-male-patient-discuss-results-cabinet_482257-126253.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/physician-meeting-with-elderly-male-patient-discuss-results-cabinet_482257-126253.jpg?_wi=2",
|
||||
imageAlt: "Health consultation service",
|
||||
},
|
||||
{
|
||||
@@ -107,7 +107,7 @@ export default function ServicesPage() {
|
||||
author: "Fast Delivery Service",
|
||||
description: "We offer convenient medication delivery directly to your home. Our express delivery service ensures you receive your medications quickly and safely, with full traceability and professional handling throughout the process.",
|
||||
tags: ["Convenient", "Fast", "Trackable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-inside-present-box-mask-white-wall_179666-45117.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-inside-present-box-mask-white-wall_179666-45117.jpg?_wi=3",
|
||||
imageAlt: "Delivery service",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user