Update src/app/page.tsx

This commit is contained in:
2026-05-09 14:36:52 +00:00
parent b08169fef0
commit 30b7a51e5c

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,7 +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" }]}
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"
@@ -86,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 (Located steps from the iconic Bloor & Lansdowne intersection)"
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,
@@ -98,7 +99,7 @@ export default function LandingPage() {
},
]}
title="Visit Us"
description="Find us near Dufferin Mall, Toronto."
description="We're located in the heart of Toronto's vibrant West End."
/>
</div>
@@ -117,24 +118,6 @@ 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/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}