Merge version_2 into main #2
@@ -11,8 +11,8 @@ import { Open_Sans } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Pharmacie Lafayette Bernardaud | Votre Santé',
|
||||
description: 'Pharmacie moderne offrant médicaments, produits de beauté et conseils santé personnalisés.',
|
||||
title: 'Services - Pharmacie Lafayette Bernardaud',
|
||||
description: 'Services proposés par la Pharmacie Lafayette Bernardaud pour votre santé au quotidien.',
|
||||
openGraph: {
|
||||
"title": "Pharmacie Lafayette Bernardaud",
|
||||
"description": "Votre expert santé et bien-être.",
|
||||
|
||||
@@ -7,7 +7,7 @@ import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
@@ -26,29 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "/",
|
||||
},
|
||||
name: "Accueil", id: "/"},
|
||||
{
|
||||
name: "À propos",
|
||||
id: "/about",
|
||||
},
|
||||
name: "À propos", id: "/about"},
|
||||
{
|
||||
name: "Produits",
|
||||
id: "/products",
|
||||
},
|
||||
name: "Produits", id: "/products"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Santé",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Santé", id: "/blog"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Pharmacie Lafayette Bernardaud"
|
||||
/>
|
||||
@@ -56,20 +44,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="services-features" data-section="services-features">
|
||||
<FeatureCardSixteen
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Prise de tension",
|
||||
"Test de glycémie",
|
||||
],
|
||||
"Prise de tension", "Test de glycémie"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Conseils personnalisés",
|
||||
"Livraison à domicile",
|
||||
"Préparation de piluliers",
|
||||
],
|
||||
"Conseils personnalisés", "Livraison à domicile", "Préparation de piluliers"],
|
||||
}}
|
||||
title="Nos Services Pharmacie"
|
||||
description="Nous offrons une gamme complète de services pour vous accompagner dans votre santé au quotidien."
|
||||
@@ -84,15 +68,9 @@ export default function LandingPage() {
|
||||
description="Pourquoi choisir la Pharmacie Lafayette Bernardaud."
|
||||
features={[
|
||||
{
|
||||
title: "Écoute Active",
|
||||
description: "Un conseil personnalisé adapté à chaque profil.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shopper-chemist-store-asking-pharmacist-medical-expertise-while-cashier-talks-phone-checkout-counter-licensed-druggist-helping-customer-choose-best-medication-pills_482257-72866.jpg",
|
||||
},
|
||||
title: "Écoute Active", description: "Un conseil personnalisé adapté à chaque profil.", imageSrc: "http://img.b2bpic.net/free-photo/shopper-chemist-store-asking-pharmacist-medical-expertise-while-cashier-talks-phone-checkout-counter-licensed-druggist-helping-customer-choose-best-medication-pills_482257-72866.jpg"},
|
||||
{
|
||||
title: "Expertise",
|
||||
description: "Des pharmaciens formés en continu aux nouvelles thérapeutiques.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-smiling-confident-diverse-business-team_1262-1188.jpg",
|
||||
},
|
||||
title: "Expertise", description: "Des pharmaciens formés en continu aux nouvelles thérapeutiques.", imageSrc: "http://img.b2bpic.net/free-photo/successful-smiling-confident-diverse-business-team_1262-1188.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,29 +79,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Accueil",
|
||||
href: "/",
|
||||
},
|
||||
label: "Accueil", href: "/"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Livraison",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Livraison", href: "/services"},
|
||||
{
|
||||
label: "Conseils",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Conseils", href: "/blog"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user