85 lines
6.1 KiB
JavaScript
85 lines
6.1 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">
|
|
<div className="about6-header heading9">
|
|
|
|
<div className="img1">
|
|
<img src="/assets/img/all-images/event/event-img1.png" style={{ height: "650px" }} alt="" />
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div className="col-lg-6">
|
|
<div className="about6-header heading9">
|
|
<h2 className="text-anime-style-3 heading-center">Good Friday</h2>
|
|
<div className="space16" />
|
|
<p data-aos="fade-left" data-aos-duration={600}>Good Friday is a Christian holiday commemorating the crucifixion of Jesus and his death at Calvary. It is observed during Holy Week as part of the Paschal Triduum.</p>
|
|
<div className="space16" />
|
|
<p data-aos="fade-left" data-aos-duration={700}>Services and recitals of religious music are held in hundreds of churches all over India and Sri Lanka, its a day of fasting and penance.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div className="about6-section-area sp4 about6-bg">
|
|
<div className="container">
|
|
<div className="row align-items-center">
|
|
<div className="col-lg-6">
|
|
<div className="about6-header heading9">
|
|
<h2 className="text-anime-style-3 heading-center">Easter</h2>
|
|
<div className="space16" />
|
|
<p data-aos="fade-left" data-aos-duration={600}>Easter, also called Pascha or Resurrection Sunday, is a Christian festival and cultural holiday commemorating the resurrection of Jesus from the dead, described in the New Testament as having occurred on the third day of his burial following his crucifixion by the Romans at Calvary. It is the culmination of the Passion of Jesus Christ, preceded by Lent (or Great Lent), a 40-day period of fasting, prayer, and penance.</p>
|
|
<div className="space16" />
|
|
<p data-aos="fade-left" data-aos-duration={700}>Easter-observing Christians commonly refer to the week before Easter as Holy Week, which begins on Palm Sunday (marking the entrance of Jesus in Jerusalem), includes Spy Wednesday (on which the betrayal of Jesus is mourned), and contains the days of the Easter Triduum including Maundy Thursday, commemorating the Maundy and Last Supper, as well as Good Friday, commemorating the crucifixion and death of Jesus.</p>
|
|
</div>
|
|
</div>
|
|
<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: "650px" }} alt="" />
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div className="about6-section-area sp4">
|
|
<div className="container">
|
|
<div className="row align-items-center">
|
|
<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: "650px" }} alt="" />
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div className="col-lg-6">
|
|
<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 heading-center">Christmas</h2>
|
|
<div className="space16" />
|
|
<p data-aos="fade-left" data-aos-duration={600}>Christmas is an annual festival commemorating the birth of Jesus Christ, observed primarily on December 25 as a religious and cultural celebration among billions of people around the world. A feast central to the liturgical year in Christianity, it follows the season of Advent (which begins four Sundays before) or the Nativity Fast, and initiates the season of Christmastide, which historically in the West lasts twelve days and culminates on Twelfth Night. Christmas Day is a public holiday in many countries, is celebrated religiously by a majority of Christians, as well as culturally by many non-Christians, and forms an integral part of the holiday season surrounding it.</p>
|
|
<div className="space16" />
|
|
<p data-aos="fade-left" data-aos-duration={700}>In India and SriLanka its celebrated with bursting of fireworks at homes, where sweets and savories are made along with cake and wine. Christians attend mass and its followed by children sharing their home made goodies with the neighbors and getting the blessings of the elders. Festive lunch is what everyone looks forward to and it brings all the extended families together to celebrate that day. Fireworks plays a major role in the celebrations.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</>
|
|
)
|
|
}
|