Merge version_4 into main #10
@@ -11,7 +11,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
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() {
|
||||
return (
|
||||
@@ -172,8 +172,8 @@ export default function HomePage() {
|
||||
<ProductCardThree
|
||||
title="Our Product Range"
|
||||
description="Explore our carefully curated collection of natural and innovative hair care solutions"
|
||||
tag="Shop Premium Products"
|
||||
tagIcon={Sparkles}
|
||||
tag="100% Money-Back Guarantee"
|
||||
tagIcon={ShieldCheck}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
@@ -266,8 +266,8 @@ export default function HomePage() {
|
||||
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."
|
||||
buttons={[
|
||||
{ text: "Contact Sales", href: "/contact" },
|
||||
{ text: "Shop Collections", href: "/products" },
|
||||
{ text: "Talk to Our Team", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
|
||||
Reference in New Issue
Block a user