Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fd67b4fd13 | |||
| d034fae654 | |||
| 29bd3d0f19 | |||
| 7b8535e22a | |||
| 51a1df891d | |||
| 3c84efecf8 | |||
| afc6789f00 |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/hand-drawn-bro-lettering-design_23-2149653033.jpg"
|
||||
logoAlt="Livel Brothers Logo"
|
||||
brandName="Livel Brothers"
|
||||
brandName="My Name"
|
||||
button={{
|
||||
text: "Shop Now", href: "#products"}}
|
||||
/>
|
||||
@@ -87,6 +87,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
tag="New Arrivals"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Shop New Arrivals", href: "#products" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
/>
|
||||
@@ -321,4 +324,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user