Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 334517057a | |||
| a14851a7ec | |||
| 117497d46d | |||
| 33f95ec4f6 | |||
| 5ae7ad62ee |
@@ -50,8 +50,10 @@ export default function LandingPage() {
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Hair Couture Salon LLC"
|
||||
logoSrc="https://assets.webuild.ai/hair-couture-salon-logo.png"
|
||||
logoAlt="Hair Couture Salon Logo"
|
||||
button={{
|
||||
text: "Book Appointment", href: "#contact"}}
|
||||
text: "Book Appointment", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -136,7 +138,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story", href: "#"},
|
||||
text: "Our Story", href: "#about"},
|
||||
{
|
||||
text: "Meet Our Team", href: "#team"},
|
||||
]}
|
||||
@@ -280,7 +282,7 @@ export default function LandingPage() {
|
||||
text="Ready to transform your look? Book your bespoke hair experience today. Our team of master stylists awaits."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment", href: "#"},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -289,6 +291,8 @@ export default function LandingPage() {
|
||||
<FooterMedia
|
||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EyuRsNtpoJqNn1Zp8otLTc76by/uploaded-1781175161784-r7oib9km.png?_wi=3"
|
||||
videoAriaLabel="Elegant hair salon interior video"
|
||||
logoSrc="https://assets.webuild.ai/hair-couture-salon-logo.png"
|
||||
logoAlt="Hair Couture Salon Logo"
|
||||
logoText="Hair Couture Salon LLC"
|
||||
columns={[
|
||||
{
|
||||
@@ -330,4 +334,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user