6 Commits

Author SHA1 Message Date
f13de871d0 Update src/app/page.tsx 2026-03-17 09:31:44 +00:00
365b176a93 Update src/app/page.tsx 2026-03-17 09:30:18 +00:00
a70d82631f Merge version_4 into main
Merge version_4 into main
2026-03-17 09:22:08 +00:00
c819563db9 Update src/app/page.tsx 2026-03-17 09:22:03 +00:00
0eef407f07 Merge version_3 into main
Merge version_3 into main
2026-03-17 09:18:52 +00:00
c0ad9ef23a Merge version_3 into main
Merge version_3 into main
2026-03-17 09:18:28 +00:00

View File

@@ -3,9 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
@@ -30,7 +28,6 @@ export default function LandingPage() {
brandName="BAE Beauty Salon"
navItems={[
{ name: "Home", id: "home" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Contact", id: "contact" }
]}
@@ -54,30 +51,13 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773738702675-vn92vqrl.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AT21DDEbCUKElwIvjwYyyd5jJX/uploaded-1773739781901-vkzwf5ur.png"
imageAlt="luxury lash extensions close-up detail"
mediaAnimation="opacity"
frameStyle="card"
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{
type: "text", content: "About BAE Beauty Salon"
}
]}
buttons={[
{
text: "Contact Us", href: "#contact"
}
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="services" data-section="services">
<ProductCardOne
title="Our Services"
@@ -106,34 +86,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="Absolutely love my lashes! The precision and attention to detail is exceptional. The salon is so clean and welcoming. Highly recommend BAE Beauty!"
rating={5}
author="Fatima Al-Mansouri"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-modern-woman-home_23-2148115589.jpg", alt: "professional portrait woman beauty headshot"
},
{
src: "http://img.b2bpic.net/free-photo/high-angle-woman-couch-with-man-holding-her-head_23-2148857583.jpg", alt: "blonde woman smiling portrait professional"
},
{
src: "http://img.b2bpic.net/free-photo/woman-preparing-girl-haircut-procedure_23-2147769867.jpg", alt: "brunette woman portrait smiling professional"
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg", alt: "arab woman portrait professional smiling"
},
{
src: "http://img.b2bpic.net/free-photo/confident-european-businesswoman-smiling-closeup-portrait-jobs-career-campaign_53876-129407.jpg", alt: "asian woman portrait professional headshot"
}
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Common Questions"
@@ -200,7 +152,6 @@ export default function LandingPage() {
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" },
{ label: "FAQ", href: "#faq" },
{ label: "Instagram", href: "https://instagram.com/bae_beautysalon_" }