Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d21cff00c | |||
| 3d37b5eb13 | |||
| 20539fa2fd | |||
| 8ce2a80137 | |||
| d943739004 | |||
| ba6e1444af | |||
| a51bd79125 | |||
| fb8a0d9eb2 |
@@ -10,7 +10,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Award, Calendar, Crown, Eye, Feather, Heart, Moon, Shield, Skull, Users, Zap, MapPin, Image } from 'lucide-react';
|
||||
import { Award, Calendar, Crown, Eye, Feather, Heart, Moon, Shield, Skull, Users, Zap, Image } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -204,22 +204,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SocialProofOne
|
||||
title="Location & Contact"
|
||||
description="Find us in the heart of the city, where ink meets intention. Reach out to book your mark."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Studio"
|
||||
tagIcon={MapPin}
|
||||
names={[
|
||||
"📍 123 Shadow Street, Downtown District", "📞 (555) 867-5309", "📧 marks@cursemarks.studio", "🕐 Tue-Sat: 12pm-9pm | Sun: 1pm-6pm"
|
||||
]}
|
||||
speed={30}
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Cursemarks Tattoo"
|
||||
|
||||
Reference in New Issue
Block a user