Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 76f65fa708 | |||
| 30b7a51e5c | |||
| b08169fef0 | |||
| b36b3711d4 | |||
| 441efcc8bf | |||
| 9bfbacbbc9 | |||
| 9375b1c701 | |||
| edea0df1fe |
@@ -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." },
|
||||
]}
|
||||
@@ -167,4 +151,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user