43 lines
3.1 KiB
JavaScript
43 lines
3.1 KiB
JavaScript
|
|
import Link from 'next/link'
|
|
|
|
export default function Section2() {
|
|
return (
|
|
<>
|
|
|
|
<div className="about6-section-area sp3">
|
|
<div className="container">
|
|
<div className="row align-items-center">
|
|
{/* TEXT - NOW ON THE LEFT */}
|
|
<div className="col-lg-6">
|
|
<div className="about6-header heading9">
|
|
<h2 className="text-anime-style-3">Hairstyling, Trial Sessions and Final Touches</h2>
|
|
|
|
<div className="space16" />
|
|
<p data-aos="fade-left" data-aos-duration={600}>Hairstyles range from the simple French braid to the complex buns and rolls. Readymade hair switches are also available for elaborate hairstyles. Pearls, rhinestones, flower buds, golden lace, satin ribbons, jewelled hair bands, are used for decorating the hairstyle. The hair ornaments differ from beautician to beautician. As Mrs. Krishna says, “We choose the hairstyle according to the hair type and the bone structure of the face. For example, some brides still insist on wearing a long plait which may not suit them. So I arrange her hair in a more suitable way, but if she still insists on a plait, then I do it for her.” It is better that the bride has a trial session with the beautician beforehand. This will help her to select the correct make-up and hairstyles, saving time. Usually, bridal make-up is a whole package consisting of make-up, hairstyle, and tying the sari, both in the Gujarathi style and the regular way. The entire process can take anywhere between 45 minutes to 2 hours. Many of the beauticians also come to the marriage hall and dress up the bride.</p>
|
|
<div className="space16" />
|
|
<p data-aos="fade-left" data-aos-duration={700}>Apart from beauty parlours, many women also operate from their houses. In these cases, you should definitely check the credibility of the person and also examine the brand of cosmetics she uses. “All the products of the same brand must be used, only then they will blend in perfectly. Another advantage is that in case of an allergic reaction, we will know which brand to avoid. If we use products of different brands, then it becomes difficult to recognise the cause of the reaction,” says Mrs. Krishna.</p>
|
|
<div className="space16" />
|
|
</div>
|
|
</div>
|
|
|
|
{/* IMAGES - NOW ON THE RIGHT */}
|
|
<div className="col-lg-6">
|
|
<div className="about6-header heading9">
|
|
|
|
<div className="img1">
|
|
<img src="/assets/img/all-images/event/event-img1.png" style={{ height: "800px" }} alt="" />
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
</>
|
|
)
|
|
}
|