Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-14 02:31:48 +00:00

View File

@@ -57,18 +57,19 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Best haircut I've ever had! The team made me feel so comfortable and my new style is perfect.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg?_wi=1", imageAlt: "Sarah Mitchell"
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", imageAlt: "Sarah Mitchell"
},
{
name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "The color treatment exceeded my expectations. Professional, friendly, and absolutely worth it!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg?_wi=1", imageAlt: "Emily Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Emily Rodriguez"
},
{
name: "James Chen", handle: "@jameschen", testimonial: "Fantastic grooming experience. The barber knew exactly what I wanted and delivered perfectly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg?_wi=1", imageAlt: "James Chen"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg", imageAlt: "James Chen"
}
]}
testimonialRotationInterval={5000}
background={{ variant: "radial-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg"
imageAlt="Luxury hair salon with natural green aesthetic"
mediaAnimation="blur-reveal"
@@ -158,8 +159,8 @@ export default function LandingPage() {
buttonAnimation="blur-reveal"
className="w-full py-16"
containerClassName="max-w-7xl mx-auto"
titleClassName="text-3xl md:text-4xl font-bold mb-4"
descriptionClassName="text-base md:text-lg mb-12"
textBoxTitleClassName="text-3xl md:text-4xl font-bold mb-4"
textBoxDescriptionClassName="text-base md:text-lg mb-12"
cardClassName="glass-elevated rounded-xl p-6 hover:shadow-lg transition-all"
/>
</div>
@@ -191,8 +192,8 @@ export default function LandingPage() {
buttonAnimation="slide-up"
className="w-full py-12"
containerClassName="max-w-6xl mx-auto"
titleClassName="text-3xl md:text-4xl font-bold mb-4"
descriptionClassName="text-base md:text-lg mb-12"
textBoxTitleClassName="text-3xl md:text-4xl font-bold mb-4"
textBoxDescriptionClassName="text-base md:text-lg mb-12"
/>
</div>
@@ -214,15 +215,15 @@ export default function LandingPage() {
testimonials={[
{
id: "test1", name: "Jessica Williams", role: "Marketing Manager", company: "Local Business Owner", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg?_wi=2", imageAlt: "Jessica Williams testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", imageAlt: "Jessica Williams testimonial"
},
{
id: "test2", name: "Michelle Davis", role: "Event Planner", company: "Wedding Services", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg?_wi=2", imageAlt: "Michelle Davis testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Michelle Davis testimonial"
},
{
id: "test3", name: "David Thompson", role: "Executive", company: "Corporate Professional", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg?_wi=2", imageAlt: "David Thompson testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg", imageAlt: "David Thompson testimonial"
},
{
id: "test4", name: "Amanda Foster", role: "Fashion Designer", company: "Style Influencer", rating: 5,
@@ -241,8 +242,8 @@ export default function LandingPage() {
buttonAnimation="blur-reveal"
className="w-full py-16"
containerClassName="max-w-6xl mx-auto"
titleClassName="text-3xl md:text-4xl font-bold mb-4"
descriptionClassName="text-base md:text-lg mb-12"
textBoxTitleClassName="text-3xl md:text-4xl font-bold mb-4"
textBoxDescriptionClassName="text-base md:text-lg mb-12"
cardClassName="glass-elevated rounded-xl p-6"
ratingClassName="flex gap-1 mb-3"
/>
@@ -269,8 +270,8 @@ export default function LandingPage() {
showCard={true}
className="w-full py-12"
containerClassName="max-w-6xl mx-auto"
titleClassName="text-3xl md:text-4xl font-bold mb-4 text-center"
descriptionClassName="text-base md:text-lg mb-12 text-center max-w-2xl mx-auto"
textBoxTitleClassName="text-3xl md:text-4xl font-bold mb-4 text-center"
textBoxDescriptionClassName="text-base md:text-lg mb-12 text-center max-w-2xl mx-auto"
/>
</div>