Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c5bdf7d14b | |||
| 334517057a | |||
| a14851a7ec | |||
| 117497d46d | |||
| 33f95ec4f6 | |||
| 7e1f12ba94 | |||
| 5ae7ad62ee | |||
| 51546099d1 | |||
| c32bdd57cb | |||
| 12fec95e4e |
@@ -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>
|
||||
@@ -102,7 +104,7 @@ export default function LandingPage() {
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by over 1,000 satisfied clients"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/retro-world-theatre-day-scenes-with-backstage_23-2151211363.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EyuRsNtpoJqNn1Zp8otLTc76by/uploaded-1781175161784-r7oib9km.png?_wi=1"
|
||||
imageAlt="Luxurious Hair Salon Interior"
|
||||
mediaAnimation="opacity"
|
||||
marqueeItems={[
|
||||
@@ -136,7 +138,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story", href: "#"},
|
||||
text: "Our Story", href: "#about"},
|
||||
{
|
||||
text: "Meet Our Team", href: "#team"},
|
||||
]}
|
||||
@@ -175,11 +177,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Radiant Repair Shampoo", price: "$45", variant: "250ml", imageSrc: "http://img.b2bpic.net/free-photo/comb-brush-soap-cosmetic-jars-dark-background-space-text_185193-161817.jpg", imageAlt: "Luxury shampoo bottle"},
|
||||
id: "1", name: "Radiant Repair Shampoo", price: "$45", variant: "250ml", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EyuRsNtpoJqNn1Zp8otLTc76by/uploaded-1781175161785-r5vzeecm.png", imageAlt: "Luxury shampoo bottle"},
|
||||
{
|
||||
id: "2", name: "Velvet Smooth Conditioner", price: "$48", variant: "250ml", imageSrc: "http://img.b2bpic.net/free-photo/product-branding-packaging_23-2150965811.jpg", imageAlt: "Luxury conditioner bottle"},
|
||||
id: "2", name: "Velvet Smooth Conditioner", price: "$48", variant: "250ml", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EyuRsNtpoJqNn1Zp8otLTc76by/uploaded-1781175161785-ipq4pige.png", imageAlt: "Luxury conditioner bottle"},
|
||||
{
|
||||
id: "3", name: "Silk Elixir Hair Serum", price: "$65", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-black-sweater-standing-posing_114579-58758.jpg", imageAlt: "Luxury hair serum bottle"},
|
||||
id: "3", name: "Silk Elixir Hair Serum", price: "$65", variant: "50ml", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EyuRsNtpoJqNn1Zp8otLTc76by/uploaded-1781175161784-r7oib9km.png?_wi=2", imageAlt: "Luxury hair serum bottle"},
|
||||
{
|
||||
id: "4", name: "Deep Renewal Hair Mask", price: "$70", variant: "200ml", imageSrc: "http://img.b2bpic.net/free-photo/skin-care-product-arrangement-sand_23-2148761480.jpg", imageAlt: "Luxury hair mask jar"},
|
||||
{
|
||||
@@ -280,15 +282,17 @@ 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>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
videoSrc="http://img.b2bpic.net/free-photo/abstract-empty-smooth-light-pink-studio-room-background-use-as-montage-product-display-banner-template_1258-71408.jpg"
|
||||
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