2 Commits

Author SHA1 Message Date
e71e4cf8e6 Update src/app/page.tsx 2026-06-07 13:55:17 +00:00
3c3e56e937 Merge version_2 into main
Merge version_2 into main
2026-06-07 13:49:01 +00:00

View File

@@ -66,7 +66,7 @@ export default function LandingPage() {
{
text: "Book Your Appointment", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/spring-background-with-tulips-candles-knitted-element_169016-51782.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EoKPJyOcCwEfc4ruvmjvkq2IFU/uploaded-1780840485152-9g3se2x4.png"
imageAlt="Luxurious beauty salon interior"
/>
</div>
@@ -176,7 +176,7 @@ export default function LandingPage() {
id: "2", name: "Emma White", handle: "@emma_w", testimonial: "Beth is an amazing therapist and always gives 100% with every treatment. I wouldnt go to anyone else, truly fantastic service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-braids-posing-grey-female-lady-with-modern-hairstyle-studio_549566-491.jpg", imageAlt: "Emma White"},
{
id: "3", name: "Jessica Brown", handle: "@jessica_b", testimonial: "Bethany did my manicure and I couldnt be happier. My nails look great. I love the room she has and I always leave Bethany feeling great. Thank you!", rating: 5,
id: "3", name: "Jessica Brown", handle: "@jessica_b", testimonial: "Bethany did my manicure and I couldnt be happier. My nails look great. I love the room she has and I always leave Bethany feeling great. Thank Thank you!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-girl-talking-video-call-looks-laptop-having-online-meeting-sitting_1258-190963.jpg", imageAlt: "Jessica Brown"},
{
id: "4", name: "Chloe Green", handle: "@chloe_g", testimonial: "Always a wonderful experience at Beauty by Bethanyy. Professional, relaxing, and I always get exactly what I ask for. Highly recommend for any beauty needs.", rating: 5,
@@ -249,6 +249,7 @@ export default function LandingPage() {
imageAlt="Modern beauty salon reception area"
mediaPosition="right"
buttonText="Send Message"
mediaAnimation="none"
/>
</div>
@@ -297,4 +298,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}