diff --git a/src/app/page.tsx b/src/app/page.tsx index 523c683..fe6f099 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; @@ -20,56 +20,41 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="floatingGradient" - cardStyle="layered-gradient" - primaryButtonStyle="radial-glow" - secondaryButtonStyle="layered" - headingFontWeight="semibold" + background="noise" + cardStyle="glass-depth" + primaryButtonStyle="diagonal-gradient" + secondaryButtonStyle="glass" + headingFontWeight="bold" >
-
@@ -77,24 +62,16 @@ export default function LandingPage() { @@ -104,32 +81,16 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", name: "Sarah Miller", role: "Collector", company: "Artist", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bearded-stylish-man-sitting-cafe_273609-4483.jpg"}, - { - id: "2", name: "Mark D.", role: "Client", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-goodlooking-stylish-relaxed-blond-woman-with-tattoos-arms-holding-hands_1258-229793.jpg"}, - { - id: "3", name: "Alex R.", role: "Collector", company: "Design", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-hipster-summer-clothes_158538-2095.jpg"}, - { - id: "4", name: "Emily S.", role: "Client", company: "Creative", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-people-love_52683-92756.jpg"}, - { - id: "5", name: "James L.", role: "Collector", company: "Art", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-colorful-tattoos-resting-white-sheet-garden_1321-972.jpg"}, + { id: "1", name: "Sarah M.", role: "Collector", company: "Art Enthusiast", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bearded-stylish-man-sitting-cafe_273609-4483.jpg" }, + { id: "2", name: "Mark D.", role: "Collector", company: "Local Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-goodlooking-stylish-relaxed-blond-woman-with-tattoos-arms-holding-hands_1258-229793.jpg" }, ]} kpiItems={[ - { - value: "10+", label: "Years Experience"}, - { - value: "5000+", label: "Tattoos Done"}, - { - value: "100%", label: "Sterilization"}, + { value: "12+", label: "Years of Art" }, + { value: "6000+", label: "Tattoos Applied" }, + { value: "100%", label: "Sterility Guaranteed" }, ]} - title="What Our Clients Say" - description="Excellence in every stroke." + title="What Clients Say" + description="Experience the pinnacle of tattoo artistry." /> @@ -138,15 +99,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "1", title: "How do I book?", content: "Visit our contact section and fill the form."}, - { - id: "2", title: "Is it hygienic?", content: "We maintain 100% medical-grade sterilization."}, - { - id: "3", title: "Custom designs?", content: "Our artists specialize in original, custom work."}, + { id: "1", title: "How do I start?", content: "Fill out our booking form and we'll reach out to discuss your design." }, + { id: "2", title: "Sterilization?", content: "We follow strict medical-grade sanitation protocols for every session." }, + { id: "3", title: "Do you do cover-ups?", content: "Yes, our artists are experts in restorative and cover-up tattoos." }, ]} - title="Frequently Asked" - description="Common questions about your session." + title="Frequently Asked Questions" + description="Everything you need to know about your next ink session." faqsAnimation="slide-up" /> @@ -155,21 +113,19 @@ export default function LandingPage() {
@@ -178,10 +134,8 @@ export default function LandingPage() {