Update src/app/page.tsx

This commit is contained in:
2026-03-06 07:59:25 +00:00
parent f0786f016f
commit 17e1bb9649

View File

@@ -9,7 +9,7 @@ import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Zap, Shield, Heart, MapPin, Users, Spa } from "lucide-react";
import { Zap, Shield, Heart, MapPin, Users } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -41,9 +41,7 @@ export default function HomePage() {
id: item.id,
}))}
button={{
text: "Book Now",
href: "/contact",
}}
text: "Book Now", href: "/contact"}}
/>
</div>
@@ -69,15 +67,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Nicole's Expertise",
"Personalized Care",
"Calm Atmosphere",
"Expert Therapists",
"Downtown Location",
"Cleanliness & Care",
"Luxury Experience",
"Stress-Free Parking",
]}
"Nicole's Expertise", "Personalized Care", "Calm Atmosphere", "Expert Therapists", "Downtown Location", "Cleanliness & Care", "Luxury Experience", "Stress-Free Parking"]}
speed={50}
showCard={true}
/>
@@ -93,65 +83,23 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal"
products={[
{
id: "1",
brand: "ALLORA",
name: "Couples Massage",
price: "From $150",
rating: 5,
reviewCount: "127",
imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-massage-back_1262-407.jpg?_wi=1",
imageAlt: "Couples massage treatment",
},
id: "1", brand: "ALLORA", name: "Couples Massage", price: "From $150", rating: 5,
reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/woman-receiving-massage-back_1262-407.jpg", imageAlt: "Couples massage treatment"},
{
id: "2",
brand: "ALLORA",
name: "Deep Tissue Massage",
price: "From $85",
rating: 5,
reviewCount: "98",
imageSrc: "http://img.b2bpic.net/free-photo/deep-pressure-back-massage-relax-balance_169016-69612.jpg?_wi=1",
imageAlt: "Deep tissue massage therapy",
},
id: "2", brand: "ALLORA", name: "Deep Tissue Massage", price: "From $85", rating: 5,
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/deep-pressure-back-massage-relax-balance_169016-69612.jpg", imageAlt: "Deep tissue massage therapy"},
{
id: "3",
brand: "ALLORA",
name: "Personalized Facials",
price: "From $95",
rating: 5,
reviewCount: "112",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-hispanic-woman-laying-bed-getting-facial-treatment-health-beauty-spa-some-copy-space_662251-2056.jpg?_wi=1",
imageAlt: "Personalized facial treatment",
},
id: "3", brand: "ALLORA", name: "Personalized Facials", price: "From $95", rating: 5,
reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-hispanic-woman-laying-bed-getting-facial-treatment-health-beauty-spa-some-copy-space_662251-2056.jpg", imageAlt: "Personalized facial treatment"},
{
id: "4",
brand: "ALLORA",
name: "Hot Stone Massage",
price: "From $100",
rating: 5,
reviewCount: "89",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-therapists-placing-hot-stones-man-s-back-lastone-therapy-spa_637285-2243.jpg?_wi=1",
imageAlt: "Hot stone massage therapy",
},
id: "4", brand: "ALLORA", name: "Hot Stone Massage", price: "From $100", rating: 5,
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/closeup-therapists-placing-hot-stones-man-s-back-lastone-therapy-spa_637285-2243.jpg", imageAlt: "Hot stone massage therapy"},
{
id: "5",
brand: "ALLORA",
name: "Mud Wrap & Body Treatments",
price: "From $110",
rating: 5,
reviewCount: "76",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-latin-young-man-getting-massage-mud-bath-his-visit-spa_662251-2584.jpg?_wi=1",
imageAlt: "Detoxifying mud wrap treatment",
},
id: "5", brand: "ALLORA", name: "Mud Wrap & Body Treatments", price: "From $110", rating: 5,
reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/handsome-latin-young-man-getting-massage-mud-bath-his-visit-spa_662251-2584.jpg", imageAlt: "Detoxifying mud wrap treatment"},
{
id: "6",
brand: "ALLORA",
name: "Scalp & Relaxation Massage",
price: "From $65",
rating: 5,
reviewCount: "84",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-man-getting-head-massage-relaxing-with-eyes-closed-spa_637285-1721.jpg?_wi=1",
imageAlt: "Soothing scalp massage",
},
id: "6", brand: "ALLORA", name: "Scalp & Relaxation Massage", price: "From $65", rating: 5,
reviewCount: "84", imageSrc: "http://img.b2bpic.net/free-photo/closeup-man-getting-head-massage-relaxing-with-eyes-closed-spa_637285-1721.jpg", imageAlt: "Soothing scalp massage"},
]}
/>
</div>
@@ -161,24 +109,16 @@ export default function HomePage() {
features={[
{
icon: Users,
title: "Expert Estheticians & Therapists",
description: "Skilled, attentive, and caring professionals dedicated to your wellness",
},
title: "Expert Estheticians & Therapists", description: "Skilled, attentive, and caring professionals dedicated to your wellness"},
{
icon: Zap,
title: "Calm & Clean Atmosphere",
description: "Modern, serene, and spotless environment for complete relaxation",
},
title: "Calm & Clean Atmosphere", description: "Modern, serene, and spotless environment for complete relaxation"},
{
icon: Heart,
title: "Personalized Treatments",
description: "Every guest is treated individually with customized care plans",
},
title: "Personalized Treatments", description: "Every guest is treated individually with customized care plans"},
{
icon: MapPin,
title: "Convenient Downtown Location",
description: "Easy access with stress-free parking in the heart of Orlando",
},
title: "Convenient Downtown Location", description: "Easy access with stress-free parking in the heart of Orlando"},
]}
title="Luxury Experiences, Personalized Just For You"
description="At ALLORA DAY SPA, every detail is designed to leave you refreshed, glowing, and truly cared for."
@@ -197,59 +137,23 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Nicole Johnson",
handle: "@nicole_wellness",
testimonial:
"By far my favorite spa to come to! Every person who works there is so kind and helpful. Nicole provides the best quality service every time.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1",
imageAlt: "Nicole Johnson",
},
id: "1", name: "Nicole Johnson", handle: "@nicole_wellness", testimonial:
"By far my favorite spa to come to! Every person who works there is so kind and helpful. Nicole provides the best quality service every time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Nicole Johnson"},
{
id: "2",
name: "Jaquana Martinez",
handle: "@jaquana_spa",
testimonial:
"The cleanliness and attention to detail is impeccable. I felt so relaxed and pampered from start to finish. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg",
imageAlt: "Jaquana Martinez",
},
id: "2", name: "Jaquana Martinez", handle: "@jaquana_spa", testimonial:
"The cleanliness and attention to detail is impeccable. I felt so relaxed and pampered from start to finish. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "Jaquana Martinez"},
{
id: "3",
name: "Angel Davis",
handle: "@angel_relax",
testimonial:
"Angel D. is absolutely amazing. Her knowledge and personalized approach made my experience unforgettable. I'm a regular now!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4755.jpg",
imageAlt: "Angel Davis",
},
id: "3", name: "Angel Davis", handle: "@angel_relax", testimonial:
"Angel D. is absolutely amazing. Her knowledge and personalized approach made my experience unforgettable. I'm a regular now!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4755.jpg", imageAlt: "Angel Davis"},
{
id: "4",
name: "Sarah Williams",
handle: "@sarah_wellness",
testimonial:
"The best spa experience in Orlando. The therapists truly care about your wellbeing and take time to understand your needs.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2",
imageAlt: "Sarah Williams",
},
id: "4", name: "Sarah Williams", handle: "@sarah_wellness", testimonial:
"The best spa experience in Orlando. The therapists truly care about your wellbeing and take time to understand your needs.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Sarah Williams"},
{
id: "5",
name: "Michelle Brown",
handle: "@michelle_glow",
testimonial:
"I leave feeling renewed every single time. The combination of luxury, cleanliness, and genuine care is unmatched.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-bathrobe_1098-2996.jpg",
imageAlt: "Michelle Brown",
},
id: "5", name: "Michelle Brown", handle: "@michelle_glow", testimonial:
"I leave feeling renewed every single time. The combination of luxury, cleanliness, and genuine care is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-bathrobe_1098-2996.jpg", imageAlt: "Michelle Brown"},
{
id: "6",
name: "Lisa Rodriguez",
handle: "@lisa_pampered",
testimonial:
"ALLORA is my happy place. The team makes you feel valued and the atmosphere is pure tranquility.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-towel-ready-spa_1098-3103.jpg",
imageAlt: "Lisa Rodriguez",
},
id: "6", name: "Lisa Rodriguez", handle: "@lisa_pampered", testimonial:
"ALLORA is my happy place. The team makes you feel valued and the atmosphere is pure tranquility.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-towel-ready-spa_1098-3103.jpg", imageAlt: "Lisa Rodriguez"},
]}
speed={35}
/>