12 Commits

Author SHA1 Message Date
4524c7cbec Update src/app/page.tsx 2026-03-10 22:13:45 +00:00
3cd054566e Merge version_17 into main
Merge version_17 into main
2026-03-10 22:02:40 +00:00
3c453a9e5e Update src/app/page.tsx 2026-03-10 22:02:36 +00:00
6f02f25fe1 Merge version_16 into main
Merge version_16 into main
2026-03-10 21:59:09 +00:00
f9324ea2b3 Update src/app/page.tsx 2026-03-10 21:59:05 +00:00
6fd5ca372d Merge version_15 into main
Merge version_15 into main
2026-03-10 21:44:09 +00:00
7f5a38ff66 Update src/app/page.tsx 2026-03-10 21:44:05 +00:00
97e1a75d48 Merge version_14 into main
Merge version_14 into main
2026-03-10 20:49:01 +00:00
6dcb27478a Update src/app/page.tsx 2026-03-10 20:48:57 +00:00
cd1343f682 Merge version_13 into main
Merge version_13 into main
2026-03-10 20:47:32 +00:00
c0a8b63b2e Merge version_13 into main
Merge version_13 into main
2026-03-10 20:47:00 +00:00
84cf4ab74b Merge version_13 into main
Merge version_13 into main
2026-03-10 20:45:02 +00:00

View File

@@ -12,6 +12,10 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import { Award, Calendar, Crown, Eye, Feather, Heart, Moon, Shield, Skull, Users, Zap, Image, Star } from 'lucide-react';
export default function LandingPage() {
const handleBooking = () => {
window.open('https://wa.me/message/JW75UAKA6SF2O1', '_blank');
};
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -33,7 +37,7 @@ export default function LandingPage() {
{ name: "Aftercare", id: "aftercare" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Book Appointment", href: "booking" }}
button={{ text: "Book Appointment", onClick: handleBooking }}
brandName="Cursemarks"
/>
</div>
@@ -43,13 +47,15 @@ export default function LandingPage() {
title="Marks that stay. Stories that haunt."
description="Premium tattoo studio specializing in blackwork, fine line, gothic, and curse-inspired designs."
buttons={[
{ text: "Book Your Mark", href: "booking" },
{ text: "Book Your Mark", onClick: handleBooking },
{ text: "View Gallery", href: "gallery" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlavLWOelEmQkqFRvw6DCMXOiw/uploaded-1773171676236-ae47sr53.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlavLWOelEmQkqFRvw6DCMXOiw/uploaded-1773180784484-bndqftnj.png"
imageAlt="Cursemarks Tattoo Studio"
buttonAnimation="slide-up"
showDimOverlay={false}
titleClassName="text-4xl md:text-6xl lg:text-7xl font-bold tracking-tight"
imageClassName="block md:hidden"
/>
</div>
@@ -95,11 +101,11 @@ export default function LandingPage() {
<ContactFaq
ctaTitle="Ready to Get Marked?"
ctaDescription="Schedule a consultation with one of our artists. Let's discuss your vision and bring it to life."
ctaButton={{ text: "Book a Session", href: "#booking" }}
ctaButton={{ text: "Book a Session", onClick: handleBooking }}
ctaIcon={Calendar}
faqs={[
{
id: "1", title: "How do I book an appointment?", content: "Contact us via email or phone to discuss your design idea, preferred artist, and availability. We'll guide you through the booking process and answer any questions about the design, size, and placement."
id: "1", title: "How do I book an appointment?", content: "Contact us via WhatsApp to discuss your design idea, preferred artist, and availability. We'll guide you through the booking process and answer any questions about the design, size, and placement."
},
{
id: "2", title: "What is your cancellation policy?", content: "Cancellations made 48 hours in advance receive a full refund. Late cancellations or no-shows forfeit the deposit. We understand life happens—reach out if you need to reschedule."