Merge version_1 into main #2
251
src/app/page.tsx
251
src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "How It Works",
|
||||
id: "process",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "How It Works", id: "process" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Book Now", id: "contact" },
|
||||
]}
|
||||
brandName="SetPoint Hypnosis"
|
||||
/>
|
||||
@@ -59,38 +44,17 @@ export default function LandingPage() {
|
||||
title="Set your mind. Change what follows."
|
||||
description="Personalized hypnosis and wellness support for habits, stress, confidence, and meaningful behavior change. Precision Hypnosis. Real Results."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Precision Fit Call",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "See How the Process Works",
|
||||
href: "#process",
|
||||
},
|
||||
{ text: "Book a Precision Fit Call", href: "#contact" },
|
||||
{ text: "See How the Process Works", href: "#process" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/thoughtful-man-looking-through-window-while-reading-newspaper_1170-544.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/thoughtful-man-looking-through-window-while-reading-newspaper_1170-544.jpg"
|
||||
imageAlt="Calm professional wellness center environment"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/goal-oriented-businessman-focuses-his-company-career-development_482257-123212.jpg",
|
||||
alt: "Client profile 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-brunette-woman-is-enjoying-morning-with-cup-hot-drink-book-her-hands_169016-10409.jpg",
|
||||
alt: "Client profile 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/focused-woman-looking-through-window-office_329181-20173.jpg",
|
||||
alt: "Client profile 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-listening-music-headphones-outdoors-city_23-2148573081.jpg",
|
||||
alt: "Client profile 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/thoughtful-man-looking-through-window-while-reading-newspaper_1170-544.jpg",
|
||||
alt: "Client profile 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/goal-oriented-businessman-focuses-his-company-career-development_482257-123212.jpg", alt: "Client profile 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-brunette-woman-is-enjoying-morning-with-cup-hot-drink-book-her-hands_169016-10409.jpg", alt: "Client profile 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/focused-woman-looking-through-window-office_329181-20173.jpg", alt: "Client profile 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-listening-music-headphones-outdoors-city_23-2148573081.jpg", alt: "Client profile 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/thoughtful-man-looking-through-window-while-reading-newspaper_1170-544.jpg", alt: "Client profile 5" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ professionals"
|
||||
/>
|
||||
@@ -103,55 +67,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Hypnosis",
|
||||
description: "Highly customized sessions that target your specific behavioral patterns.",
|
||||
icon: Target,
|
||||
title: "Precision Hypnosis", description: "Highly customized sessions that target your specific behavioral patterns.", icon: Target,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CE9IXXFH8dQoIPr1M39VZLiQSt/uploaded-1775944997110-mzsvo41x.png?_wi=1",
|
||||
imageAlt: "Precision icon",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-looking-through-window-while-reading-newspaper_1170-544.jpg?_wi=2",
|
||||
imageAlt: "Precision icon 2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CE9IXXFH8dQoIPr1M39VZLiQSt/uploaded-1775944997110-mzsvo41x.png", imageAlt: "Precision icon" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-looking-through-window-while-reading-newspaper_1170-544.jpg", imageAlt: "Precision icon 2" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Evidence-Based",
|
||||
description: "Grounded in professional wellness methodologies, avoiding mystical fluff.",
|
||||
icon: ShieldCheck,
|
||||
title: "Evidence-Based", description: "Grounded in professional wellness methodologies, avoiding mystical fluff.", icon: ShieldCheck,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wonderful-woman-showing-meditation-gesture-green-jacket-shirt-looking-peaceful-front-view_176474-71693.jpg?_wi=1",
|
||||
imageAlt: "Evidence icon",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28938.jpg?_wi=1",
|
||||
imageAlt: "Evidence icon 2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-executive-looking-camera_1262-4763.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wonderful-woman-showing-meditation-gesture-green-jacket-shirt-looking-peaceful-front-view_176474-71693.jpg", imageAlt: "Evidence icon" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28938.jpg", imageAlt: "Evidence icon 2" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Meaningful Follow-through",
|
||||
description: "Practical tools designed for lasting change in your everyday life.",
|
||||
icon: Zap,
|
||||
title: "Meaningful Follow-through", description: "Practical tools designed for lasting change in your everyday life.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg?_wi=1",
|
||||
imageAlt: "Follow through icon",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-short-hair-stretching-nature_23-2148291411.jpg?_wi=1",
|
||||
imageAlt: "Follow through icon 2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-businessman-focuses-his-company-career-development_482257-123212.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg", imageAlt: "Follow through icon" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-short-hair-stretching-nature_23-2148291411.jpg", imageAlt: "Follow through icon 2" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Why SetPoint feels different"
|
||||
@@ -166,64 +100,32 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Fit Call",
|
||||
description: "An initial discovery call to ensure our approach aligns with your needs.",
|
||||
icon: Phone,
|
||||
title: "Precision Fit Call", description: "An initial discovery call to ensure our approach aligns with your needs.", icon: Phone,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CE9IXXFH8dQoIPr1M39VZLiQSt/uploaded-1775944997110-mzsvo41x.png?_wi=2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-looking-through-window-while-reading-newspaper_1170-544.jpg?_wi=3",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CE9IXXFH8dQoIPr1M39VZLiQSt/uploaded-1775944997110-mzsvo41x.png" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-looking-through-window-while-reading-newspaper_1170-544.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Calibration Session",
|
||||
description: "Defining your specific goals and creating a personalized blueprint.",
|
||||
icon: Settings,
|
||||
title: "Calibration Session", description: "Defining your specific goals and creating a personalized blueprint.", icon: Settings,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wonderful-woman-showing-meditation-gesture-green-jacket-shirt-looking-peaceful-front-view_176474-71693.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28938.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-executive-looking-camera_1262-4763.jpg?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wonderful-woman-showing-meditation-gesture-green-jacket-shirt-looking-peaceful-front-view_176474-71693.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28938.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Deep-Dive Session",
|
||||
description: "The core transformation work tailored to your unique triggers and habits.",
|
||||
icon: Lightbulb,
|
||||
title: "Deep-Dive Session", description: "The core transformation work tailored to your unique triggers and habits.", icon: Lightbulb,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-short-hair-stretching-nature_23-2148291411.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-businessman-focuses-his-company-career-development_482257-123212.jpg?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-short-hair-stretching-nature_23-2148291411.jpg" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Reinforcement and Tune-Up",
|
||||
description: "Finalizing your results and setting up lasting long-term success.",
|
||||
icon: RefreshCw,
|
||||
title: "Reinforcement and Tune-Up", description: "Finalizing your results and setting up lasting long-term success.", icon: RefreshCw,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-is-enjoying-morning-with-cup-hot-drink-book-her-hands_169016-10409.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-woman-looking-through-window-office_329181-20173.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-listening-music-headphones-outdoors-city_23-2148573081.jpg",
|
||||
imageAlt: "User provided image",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-is-enjoying-morning-with-cup-hot-drink-book-her-hands_169016-10409.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/focused-woman-looking-through-window-office_329181-20173.jpg" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="A clearer process. A more precise experience."
|
||||
@@ -239,7 +141,7 @@ export default function LandingPage() {
|
||||
description="At SetPoint, we believe that real results require a client-centered, human approach that avoids one-size-fits-all scripts. Our practice is built on trust, clarity, and precision."
|
||||
subdescription="Whether you are working to break habits, lower stress, or build performance confidence, our center offers the professional support you need for meaningful change."
|
||||
icon={Users}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -250,65 +152,24 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "Professional",
|
||||
testimonial: "The precision approach really worked. I felt understood from the first minute.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wonderful-woman-showing-meditation-gesture-green-jacket-shirt-looking-peaceful-front-view_176474-71693.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "Executive",
|
||||
testimonial: "Finally, a hypnosis service that feels grounded and professional. Results were quick.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28938.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
handle: "Creative",
|
||||
testimonial: "The process was so clear. No fluff, just effective tools for real change.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-executive-looking-camera_1262-4763.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James K.",
|
||||
handle: "Entrepreneur",
|
||||
testimonial: "I appreciate the structured, personal attention. It's truly a better process.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe T.",
|
||||
handle: "Manager",
|
||||
testimonial: "Highly recommended if you want genuine, lasting behavioral shifts.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-short-hair-stretching-nature_23-2148291411.jpg?_wi=3",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", handle: "Professional", testimonial: "The precision approach really worked. I felt understood from the first minute.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/wonderful-woman-showing-meditation-gesture-green-jacket-shirt-looking-peaceful-front-view_176474-71693.jpg" },
|
||||
{ id: "2", name: "Mark D.", handle: "Executive", testimonial: "Finally, a hypnosis service that feels grounded and professional. Results were quick.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-park_1303-28938.jpg" },
|
||||
{ id: "3", name: "Elena R.", handle: "Creative", testimonial: "The process was so clear. No fluff, just effective tools for real change.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-executive-looking-camera_1262-4763.jpg" },
|
||||
{ id: "4", name: "James K.", handle: "Entrepreneur", testimonial: "I appreciate the structured, personal attention. It's truly a better process.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg" },
|
||||
{ id: "5", name: "Chloe T.", handle: "Manager", testimonial: "Highly recommended if you want genuine, lasting behavioral shifts.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-short-hair-stretching-nature_23-2148291411.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Real client results"
|
||||
description="Hear from clients who transformed their lives."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to get precision results? Book your initial call today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Precision Fit Call",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book a Precision Fit Call", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -317,16 +178,8 @@ export default function LandingPage() {
|
||||
logoText="SetPoint Hypnosis"
|
||||
copyrightText="© 2025 SetPoint Hypnosis & Wellness Center"
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user