diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1ebe880..ee2a294 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,29 +30,17 @@ export default function LandingPage() {
@@ -61,60 +49,37 @@ export default function LandingPage() {
@@ -133,48 +98,27 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "s1",
- name: "Skin Fade",
- price: "$45",
- features: [
- "Precision Taper",
- "Blade Work",
- "Hot Towel",
- ],
+ id: "s1", name: "Skin Fade", price: "$45", features: [
+ "Precision Taper", "Blade Work", "Hot Towel"],
buttons: [
{
- text: "Select",
- },
+ text: "Select"},
],
},
{
- id: "s2",
- name: "Beard Trim",
- price: "$30",
- features: [
- "Shape & Line Up",
- "Beard Oil",
- "Razor Edge",
- ],
+ id: "s2", name: "Beard Trim", price: "$30", features: [
+ "Shape & Line Up", "Beard Oil", "Razor Edge"],
buttons: [
{
- text: "Select",
- },
+ text: "Select"},
],
},
{
- id: "s3",
- name: "Full Service",
- price: "$75",
- features: [
- "Haircut & Beard",
- "Facial Treatment",
- "Style Consult",
- ],
+ id: "s3", name: "Full Service", price: "$75", features: [
+ "Haircut & Beard", "Facial Treatment", "Style Consult"],
buttons: [
{
- text: "Select",
- },
+ text: "Select"},
],
},
]}
@@ -190,45 +134,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- name: "James L.",
- handle: "@jamesl",
- testimonial: "The best fade I have ever had. Professional, clean, and exact.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-light-blue-suit-white_158538-11397.jpg",
- },
+ id: "t1", name: "James L.", handle: "@jamesl", testimonial: "The best fade I have ever had. Professional, clean, and exact.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-light-blue-suit-white_158538-11397.jpg"},
{
- id: "t2",
- name: "Mark D.",
- handle: "@markd",
- testimonial: "Apex Cuts is my new go-to. Luxury treatment every single time.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/profile-image-fashionable-young-hipster-guy-with-trendy-hairstyle-thick-ginger-beard_343059-3602.jpg",
- },
+ id: "t2", name: "Mark D.", handle: "@markd", testimonial: "Apex Cuts is my new go-to. Luxury treatment every single time.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/profile-image-fashionable-young-hipster-guy-with-trendy-hairstyle-thick-ginger-beard_343059-3602.jpg"},
{
- id: "t3",
- name: "Robert S.",
- handle: "@roberts",
- testimonial: "Excellent service and great atmosphere. Highly recommended.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-man-walks-around-city_1321-4646.jpg",
- },
+ id: "t3", name: "Robert S.", handle: "@roberts", testimonial: "Excellent service and great atmosphere. Highly recommended.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-man-walks-around-city_1321-4646.jpg"},
{
- id: "t4",
- name: "Kevin B.",
- handle: "@kevinb",
- testimonial: "Precision work. They really understand modern style.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-redhead-model-man-flannel-shirt-gray-background_613910-4140.jpg",
- },
+ id: "t4", name: "Kevin B.", handle: "@kevinb", testimonial: "Precision work. They really understand modern style.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-redhead-model-man-flannel-shirt-gray-background_613910-4140.jpg"},
{
- id: "t5",
- name: "Chris P.",
- handle: "@chrisp",
- testimonial: "Professional beard trim, top quality oil and service.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-traveler-male-dressed-fleece-shirt-wild-park-background_613910-12816.jpg",
- },
+ id: "t5", name: "Chris P.", handle: "@chrisp", testimonial: "Professional beard trim, top quality oil and service.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-traveler-male-dressed-fleece-shirt-wild-park-background_613910-12816.jpg"},
]}
showRating={true}
title="Customer Stories"
@@ -240,50 +159,21 @@ export default function LandingPage() {
@@ -304,29 +193,19 @@ export default function LandingPage() {