Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 417af81820 | |||
| 0cda8f2488 | |||
| 96088491cd | |||
| 1d7bfc3b61 | |||
| 14ef85d4e5 |
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Shop Now", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-female-hands-holding-homemade-vegan-raw-plum-jam-glass-jar_181624-21572.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnOQ3taGnRt7vH0F1mtRWOI38r/uploaded-1777018137449-69i26vqe.png"
|
||||
imageAlt="natural nut butter texture wooden spoon"
|
||||
/>
|
||||
</div>
|
||||
@@ -171,6 +171,14 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "rotated-rays-static"}}
|
||||
text="Need to reach us? info@wildsouls.gr | +30 2310 566 874"
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Us", href: "mailto:info@wildsouls.gr"
|
||||
},
|
||||
{
|
||||
text: "Call Now", href: "tel:+302310566874"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -205,4 +213,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user