43 lines
3.6 KiB
JavaScript
43 lines
3.6 KiB
JavaScript
|
||
import Link from 'next/link'
|
||
|
||
export default function Section1() {
|
||
return (
|
||
<>
|
||
|
||
<div className="about6-section-area sp4">
|
||
<div className="container">
|
||
<div className="row align-items-center">
|
||
<div className="col-lg-6 order-2 order-lg-1">
|
||
<div className="about6-header heading9">
|
||
|
||
<div className="img">
|
||
<img src="/assets/img/tamil-wedding/bridal-1.webp" alt="" />
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
<div className="col-lg-6 order-1 order-lg-2 mb-5">
|
||
<div className="about6-header heading9">
|
||
{/* <h5 data-aos="fade-left" data-aos-duration={700}><img src="/assets/img/icons/sub-logo1.svg" alt="" />About Summit</h5> */}
|
||
{/* <div className="space20" /> */}
|
||
<h2 className="text-anime-style-3">Bridal Make-up and Preparation</h2>
|
||
<div className="space16" />
|
||
<p data-aos="fade-left" data-aos-duration={600}>Marriage, one of the most special moments in a woman’s life, brings with it a natural glow. Today, instead of relying solely on friends and relatives, many brides turn to professionals who handle every aspect of their appearance—from bridal outfits to make-up and hairstyling. The key benefits of hiring professionals are their systematic planning and attention to detail. Each bride’s look is personalized according to her preferences. Gone are the days of simple rose powder and kajal; now, every aspect of make-up and hair is chosen based on face structure and individual suitability. First the make-up is done, and only then the hairstyle is decided. Mrs. Krishna, owner of Shy’s Nest beauty parlour in Mandevelli, explains, “We apply make-up first and then choose a suitable hairstyle. Ice cubes are rubbed over the face to help the make-up set.”</p>
|
||
<div className="space16" />
|
||
<p data-aos="fade-left" data-aos-duration={700}>The process starts with thorough face cleansing, followed by concealer application to cover dark circles and uneven patches. Next, pancake is applied to match the skin texture, and foundation is blended over the face and neck based on the bride’s skin tone. This provides a smooth base. Then eyeliner, mascara, and eye shadow are added. Compact or translucent powder is used to reduce shine. Lips are outlined with a liner and filled with lipstick. For a glowing finish, glitters are lightly applied on the cheekbones, chin, and eyebrows to highlight facial features.</p>
|
||
<div className="space16" />
|
||
<p data-aos="fade-left" data-aos-duration={800}>Mrs. Krishna emphasizes some important make-up dos and don’ts. Eye shadow must match the skin tone—blue and green should be avoided, as they can look odd. Maroons and browns are ideal lipstick choices for dusky complexions, while pinks should be skipped. Gold tones enhance Indian skin, giving a radiant and attractive look. The make-up lasts for about four hours. Brides are advised to gently blot sweat instead of wiping it, as rubbing can cause patchiness where the make-up lifts off.</p>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</>
|
||
)
|
||
}
|