Merge version_2 into main #6
@@ -7,10 +7,9 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Award, MapPin, Scissors, Star, Zap, Users, Sparkles } from "lucide-react";
|
||||
import { Award, MapPin, Scissors, Star, Zap, Users, Sparkles, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -150,49 +149,25 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "James M.", role: "Regular Customer", company: "West Seattle", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James M. testimonial"},
|
||||
{
|
||||
id: "2", name: "David K.", role: "Satisfied Client", company: "West Seattle Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David K. testimonial"},
|
||||
{
|
||||
id: "3", name: "Sarah T.", role: "Parent", company: "Platinum Cuts Fan", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Sarah T. testimonial"},
|
||||
{
|
||||
id: "4", name: "Michael R.", role: "Business Owner", company: "West Seattle", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Michael R. testimonial"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Real feedback from our valued West Seattle community."
|
||||
tag="Customer Reviews"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hours" data-section="hours">
|
||||
<ContactCenter
|
||||
tag="Hours & Location"
|
||||
tagIcon={MapPin}
|
||||
title="Visit Platinum Cuts & Salon"
|
||||
description="9434 Delridge Way SW, Seattle, WA 98106
|
||||
|
||||
Tuesday - Saturday: 10:00 AM - 7:00 PM
|
||||
Sunday & Monday: Closed
|
||||
|
||||
Phone: (206) 762-2255"
|
||||
background={{ variant: "plain" }}
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What services do you offer?", content: "We offer designer haircuts, razor shaves, line and detail work, and kids & family cuts. All services are performed by licensed professionals."},
|
||||
{
|
||||
id: "2", title: "Do you accept walk-ins?", content: "Yes, we accept walk-ins based on availability. However, we recommend calling ahead to book an appointment for shorter wait times."},
|
||||
{
|
||||
id: "3", title: "What are your hours?", content: "We're open Tuesday - Saturday: 10:00 AM - 7:00 PM. Sunday & Monday we are closed. Call us at (206) 762-2255 for more information."},
|
||||
{
|
||||
id: "4", title: "How much does a haircut cost?", content: "Our pricing is competitive and transparent. Call us at (206) 762-2255 for current rates on all services."},
|
||||
]}
|
||||
ctaTitle="Book Your Fresh Cut"
|
||||
ctaDescription="Fill out the form below and we'll confirm your appointment shortly"
|
||||
ctaButton={{
|
||||
text: "Book My Appointment", href: "tel:(206)762-2255"}}
|
||||
ctaIcon={Phone}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Schedule your appointment"
|
||||
buttonText="Get Directions"
|
||||
termsText="We're conveniently located in West Seattle. Call ahead for faster booking."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -218,7 +193,6 @@ Phone: (206) 762-2255"
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Hours", href: "#hours" },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user