2 Commits

Author SHA1 Message Date
956f34a7ea Update src/app/page.tsx 2026-03-03 08:37:54 +00:00
39c9b462da Merge version_3 into main
Merge version_3 into main
2026-03-03 08:35:37 +00:00

View File

@@ -11,7 +11,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterSimple from "@/components/sections/footer/FooterSimple"; import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Sparkles, Leaf, Beaker, Award, Heart, Mail, Check, Star, CheckCircle, HelpCircle } from "lucide-react"; import { Sparkles, Leaf, Beaker, Award, Heart, Mail, Check, Star, CheckCircle, HelpCircle, ShieldCheck } from "lucide-react";
export default function HomePage() { export default function HomePage() {
return ( return (
@@ -172,8 +172,8 @@ export default function HomePage() {
<ProductCardThree <ProductCardThree
title="Our Product Range" title="Our Product Range"
description="Explore our carefully curated collection of natural and innovative hair care solutions" description="Explore our carefully curated collection of natural and innovative hair care solutions"
tag="Shop Premium Products" tag="100% Money-Back Guarantee"
tagIcon={Sparkles} tagIcon={ShieldCheck}
tagAnimation="slide-up" tagAnimation="slide-up"
products={[ products={[
{ {
@@ -266,8 +266,8 @@ export default function HomePage() {
title="Ready to Transform Your Hair Care Routine?" title="Ready to Transform Your Hair Care Routine?"
description="Whether you're a salon professional looking to elevate your services or an individual seeking premium natural products, we're here to help. Reach out today and discover the LuxeHair difference." description="Whether you're a salon professional looking to elevate your services or an individual seeking premium natural products, we're here to help. Reach out today and discover the LuxeHair difference."
buttons={[ buttons={[
{ text: "Contact Sales", href: "/contact" },
{ text: "Shop Collections", href: "/products" }, { text: "Shop Collections", href: "/products" },
{ text: "Talk to Our Team", href: "/contact" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}