Merge version_2 into main #1
127
src/app/page.tsx
127
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() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
{
|
||||
name: "Artists",
|
||||
id: "/artists",
|
||||
},
|
||||
name: "Artists", id: "/artists"},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "/book",
|
||||
},
|
||||
name: "Book Now", id: "/book"},
|
||||
]}
|
||||
brandName="Three Tigers"
|
||||
/>
|
||||
@@ -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() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-tattooed-sporty-man-beach-hot-summer-sunny-day-mountain-posing-sunglasses_343596-7201.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mike R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/craft-beer-concept-with-hipster-couple_23-2148111153.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-tattooed-person_23-2149563290.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David W.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tattooed-male-with-crossed-arms-grey-artistic-background_613910-3128.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Kelly M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-afro-dreadlocks_23-2149462078.jpg",
|
||||
},
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Reviews"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardThree
|
||||
animationType="slide-up"
|
||||
@@ -122,25 +75,9 @@ export default function LandingPage() {
|
||||
description="Insights from our lead artists on aftercare, design styles, and the latest in body art."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Aftercare",
|
||||
title: "Maintaining Your Fresh Ink",
|
||||
excerpt: "A guide to healing your new tattoo safely.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-tattoo-artist-drawing_23-2149525933.jpg",
|
||||
authorName: "Alex Rivers",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058849.jpg",
|
||||
date: "2025-05-12",
|
||||
},
|
||||
id: "b1", category: "Aftercare", title: "Maintaining Your Fresh Ink", excerpt: "A guide to healing your new tattoo safely.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-tattoo-artist-drawing_23-2149525933.jpg", authorName: "Alex Rivers", authorAvatar: "http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058849.jpg", date: "2025-05-12"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Styles",
|
||||
title: "Exploring Blackwork",
|
||||
excerpt: "Why traditional blackwork remains a timeless choice.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/master-drawing-tattoo-arm-client_23-2147834021.jpg",
|
||||
authorName: "Sam Thorne",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/side-view-tattoo-artist-studio_23-2149525980.jpg",
|
||||
date: "2025-05-10",
|
||||
},
|
||||
id: "b2", category: "Styles", title: "Exploring Blackwork", excerpt: "Why traditional blackwork remains a timeless choice.", imageSrc: "http://img.b2bpic.net/free-photo/master-drawing-tattoo-arm-client_23-2147834021.jpg", authorName: "Sam Thorne", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-tattoo-artist-studio_23-2149525980.jpg", date: "2025-05-10"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -178,29 +115,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/",
|
||||
},
|
||||
label: "About", href: "/"},
|
||||
{
|
||||
label: "Artists",
|
||||
href: "/artists",
|
||||
},
|
||||
label: "Artists", href: "/artists"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Help",
|
||||
items: [
|
||||
title: "Help", items: [
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "/portfolio"},
|
||||
{
|
||||
label: "Booking",
|
||||
href: "/book",
|
||||
},
|
||||
label: "Booking", href: "/book"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -210,4 +137,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user