Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 14:51:37 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import Link from "next/link";
import { Sparkles, Zap, Mail, Star, Image } from "lucide-react";
import { Sparkles, Zap, Mail, Star, Image as ImageIcon } from "lucide-react";
export default function HomePage() {
return (
@@ -63,7 +63,6 @@ export default function HomePage() {
mediaAnimation="slide-up"
rating={5}
ratingText="4.8★ from 706+ Reviews"
useInvertedBackground={false}
/>
</div>
@@ -84,7 +83,7 @@ export default function HomePage() {
title="Tattoo Portfolio"
description="Explore our extensive collection of custom tattoo designs. Each piece showcases our commitment to artistic excellence and client satisfaction."
tag="Gallery"
tagIcon={Image}
tagIcon={ImageIcon}
tagAnimation="slide-up"
buttons={[{ text: "View Full Gallery", href: "/gallery" }]}
buttonAnimation="slide-up"