7 Commits

Author SHA1 Message Date
30b7a51e5c Update src/app/page.tsx 2026-05-09 14:36:52 +00:00
b08169fef0 Merge version_3 into main
Merge version_3 into main
2026-05-09 14:36:00 +00:00
b36b3711d4 Update src/app/page.tsx 2026-05-09 14:35:54 +00:00
441efcc8bf Merge version_2 into main
Merge version_2 into main
2026-05-09 14:32:28 +00:00
9bfbacbbc9 Update src/app/page.tsx 2026-05-09 14:32:25 +00:00
9375b1c701 Merge version_1 into main
Merge version_1 into main
2026-05-09 14:29:41 +00:00
edea0df1fe Merge version_1 into main
Merge version_1 into main
2026-05-09 14:29:16 +00:00

View File

@@ -10,7 +10,6 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Clock, MapPin, Scissors, Sparkles } from "lucide-react";
export default function LandingPage() {
@@ -33,7 +32,6 @@ export default function LandingPage() {
navItems={[
{ name: "About", id: "#about" },
{ name: "Team", id: "#team" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
brandName="Liza's Locks Studio"
@@ -46,6 +44,10 @@ export default function LandingPage() {
title="Welcome to Liza's Locks Studio"
description="Home of 'The Low Maintenance Method'. A texture-inclusive haircuttery dedicated to gorgeous, effortless style."
tag="Toronto Based Hair Experts"
buttons={[
{ text: "Book Now", href: "#contact" },
{ text: "Learn More", href: "#about" }
]}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUVuO5IjGdsFpOuUuVXIjKnZgJ/uploaded-1778336931749-2gz0i1q7.jpg", imageAlt: "Salon Interior 1"
@@ -85,7 +87,7 @@ export default function LandingPage() {
features={[
{
bentoComponent: "reveal-icon", icon: MapPin,
title: "Location", description: "430 St Clarens Ave, Toronto, ON M6H 3W3, Canada"
title: "Location", description: "430 St Clarens Ave, Toronto. Located just steps from the popular Dufferin Mall and the Bloor & Lansdowne intersection."
},
{
bentoComponent: "reveal-icon", icon: Clock,
@@ -97,7 +99,7 @@ export default function LandingPage() {
},
]}
title="Visit Us"
description="Find us near Jfferin Mall, Toronto."
description="We're located in the heart of Toronto's vibrant West End."
/>
</div>
@@ -116,29 +118,11 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Bec Whitby", role: "Client", company: "Local Guide", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiliing-woman-with-curly-hair-looking-camera_633478-703.jpg" },
{ id: "2", name: "Katelyn Duval", role: "Client", company: "Curly Hair", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-curlyhaired-beautiful-girl-high-quality-photo_114579-92162.jpg" },
{ id: "3", name: "Sarah J.", role: "Client", company: "Regular", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4455.jpg" },
{ id: "4", name: "Emily D.", role: "Client", company: "New Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230931.jpg" },
{ id: "5", name: "Jessica R.", role: "Client", company: "Regular", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-with-curly-hair_23-2151317377.jpg" },
]}
title="Client Love"
description="Here is what our beautiful clients are saying about their experience."
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={false}
faqs={[
{ id: "faq-1", title: "Where are you located?", content: "We are at 430 St Clarens Ave, Toronto, near Jfferin Mall." },
{ id: "faq-1", title: "Where are you located?", content: "We are at 430 St Clarens Ave, Toronto, just a short walk from the Dufferin Mall and Bloor-Lansdowne transit hub." },
{ id: "faq-2", title: "Do you accept walk-ins?", content: "We recommend booking an appointment ahead of time." },
{ id: "faq-3", title: "Do you specialize in curly hair?", content: "Yes, curly hair is our primary specialty." },
]}