Merge version_1_1781369190930 into main #1
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "À propos",
|
||||
"href": "#about"
|
||||
"name": "À propos", "href": "#about"
|
||||
},
|
||||
{
|
||||
"name": "Services",
|
||||
"href": "#features"
|
||||
"name": "Services", "href": "#features"
|
||||
},
|
||||
{
|
||||
"name": "Produits",
|
||||
"href": "#products"
|
||||
"name": "Produits", "href": "#products"
|
||||
},
|
||||
{
|
||||
"name": "Contact",
|
||||
"href": "#contact"
|
||||
"name": "Contact", "href": "#contact"
|
||||
},
|
||||
{
|
||||
"name": "Hero",
|
||||
"href": "#hero"
|
||||
"name": "Hero", "href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Metrics",
|
||||
"href": "#metrics"
|
||||
"name": "Metrics", "href": "#metrics"
|
||||
},
|
||||
{
|
||||
"name": "Testimonials",
|
||||
"href": "#testimonials"
|
||||
"name": "Testimonials", "href": "#testimonials"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -43,10 +36,9 @@ export default function Layout() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Pharmacie Guigon"
|
||||
logoImageSrc="http://img.b2bpic.net/free-photo/3d-rendered-pharmacy-building_23-2152013355.jpg"
|
||||
ctaButton={{
|
||||
text: "Nous Contacter",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Nous Contacter", href: "#contact"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -57,42 +49,28 @@ export default function Layout() {
|
||||
brand="Pharmacie GUIGON"
|
||||
columns={[
|
||||
{
|
||||
title: "Informations",
|
||||
items: [
|
||||
title: "Informations", items: [
|
||||
{
|
||||
label: "Avenue Georges Pompidou, Plateau",
|
||||
href: "#",
|
||||
},
|
||||
label: "Avenue Georges Pompidou, Plateau", href: "#"},
|
||||
{
|
||||
label: "Dakar, Sénégal",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dakar, Sénégal", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Santé au quotidien",
|
||||
href: "#",
|
||||
},
|
||||
label: "Santé au quotidien", href: "#"},
|
||||
{
|
||||
label: "Conseils pharmacie",
|
||||
href: "#",
|
||||
},
|
||||
label: "Conseils pharmacie", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyright="© 2024 Pharmacie Guigon. Tous droits réservés."
|
||||
links={[
|
||||
{
|
||||
label: "Mentions légales",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mentions légales", href: "#"},
|
||||
{
|
||||
label: "Confidentialité",
|
||||
href: "#",
|
||||
},
|
||||
label: "Confidentialité", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-rendered-pharmacy-building_23-2152013355.jpg"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user