diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8fb694a..b065d80 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,8 +8,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import { Palette } from "lucide-react";
+import { Palette, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,21 +29,13 @@ export default function LandingPage() {
@@ -56,9 +47,7 @@ export default function LandingPage() {
description="Precision. Artistry. Expression. Custom tattoos designed to bring your vision to life."
buttons={[
{
- text: "Book Appointment",
- href: "/book",
- },
+ text: "Book Appointment", href: "/book"},
]}
imageSrc="http://img.b2bpic.net/free-photo/monochrome-portrait-man-with-tattoos_23-2150774467.jpg"
/>
@@ -77,42 +66,6 @@ export default function LandingPage() {
/>
-
-
-
-
@@ -155,21 +92,21 @@ export default function LandingPage() {
showRating={true}
testimonials={[
{
- id: "ts1",
- name: "Mark D.",
- handle: "@mark_d",
- testimonial: "Incredible precision and the artists were so accommodating.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/tattooed-man-drinking-coffee-cafe_1321-903.jpg",
+ id: "ts1", name: "Mark D.", handle: "@mark_d", testimonial: "Incredible precision and the artists were so accommodating.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/tattooed-man-drinking-coffee-cafe_1321-903.jpg", icon: Star
},
{
- id: "ts2",
- name: "Jenny L.",
- handle: "@jennyl_",
- testimonial: "The best studio experience I've had so far. Truly professional.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-body-tattoos_23-2150774659.jpg",
+ id: "ts2", name: "Jenny L.", handle: "@jennyl_", testimonial: "The best studio experience I've had so far. Truly professional.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-body-tattoos_23-2150774659.jpg", icon: Star
},
+ {
+ id: "ts3", name: "Sarah J.", handle: "@sarahj", testimonial: "Absolutely love my new piece!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-tattooed-sporty-man-beach-hot-summer-sunny-day-mountain-posing-sunglasses_343596-7201.jpg", icon: Star
+ },
+ {
+ id: "ts4", name: "Mike R.", handle: "@miker", testimonial: "Professional staff and a very clean environment.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/craft-beer-concept-with-hipster-couple_23-2148111153.jpg", icon: Star
+ }
]}
/>
@@ -178,29 +115,19 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file