Compare commits
4 Commits
version_28
...
version_30
| Author | SHA1 | Date | |
|---|---|---|---|
| 47e9767a50 | |||
| ae62d885a7 | |||
| ab161d983b | |||
| 8264fd3277 |
@@ -36,25 +36,15 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<div className="w-full flex items-center justify-between p-4 bg-white/80 backdrop-blur-md sticky top-0 z-50 border-b">
|
<NavbarStyleApple
|
||||||
<div className="flex items-center gap-4 border rounded-full px-4 py-2 bg-gray-50">
|
navItems={[
|
||||||
<Search className="w-5 h-5 text-gray-500" />
|
{ name: "Accueil", id: "#hero" },
|
||||||
<input type="text" placeholder="Rechercher des produits..." className="bg-transparent outline-none" />
|
{ name: "Produits", id: "#products" },
|
||||||
</div>
|
{ name: "À Propos", id: "#about" },
|
||||||
<NavbarStyleApple
|
{ name: "Contact", id: "#contact" },
|
||||||
navItems={[
|
]}
|
||||||
{ name: "Accueil", id: "#hero" },
|
brandName="SAE Réunion"
|
||||||
{ name: "Produits", id: "#products" },
|
/>
|
||||||
{ name: "À Propos", id: "#about" },
|
|
||||||
{ name: "Contact", id: "#contact" },
|
|
||||||
]}
|
|
||||||
brandName="SAE Réunion"
|
|
||||||
/>
|
|
||||||
<button className="flex items-center gap-2 px-6 py-2 bg-primary text-white rounded-full font-semibold">
|
|
||||||
<ShoppingCart className="w-5 h-5" />
|
|
||||||
Mon Panier
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
|
|||||||
Reference in New Issue
Block a user