diff --git a/app/(event)/photo-gallery/page.jsx b/app/(event)/photo-gallery/page.jsx index cb54d74..37d4d95 100644 --- a/app/(event)/photo-gallery/page.jsx +++ b/app/(event)/photo-gallery/page.jsx @@ -15,7 +15,7 @@ export default function Memories() { {/* Header Section */}
@@ -33,7 +33,7 @@ export default function Memories() {
{/* Memory Section */} -
+
{/* Left Column: Year Tabs */} diff --git a/app/(event)/photo-gallery/single-gallery/page.tsx b/app/(event)/photo-gallery/single-gallery/page.tsx index 1412b7f..9d52337 100644 --- a/app/(event)/photo-gallery/single-gallery/page.tsx +++ b/app/(event)/photo-gallery/single-gallery/page.tsx @@ -59,7 +59,7 @@ export default function SingleGallery() {
-
+
diff --git a/app/(event)/upcoming-event/page.jsx b/app/(event)/upcoming-event/page.jsx index dea153f..363d196 100644 --- a/app/(event)/upcoming-event/page.jsx +++ b/app/(event)/upcoming-event/page.jsx @@ -14,7 +14,7 @@ export default function Memories() { {/* Header Section */}
diff --git a/app/about/association/page.tsx b/app/about/association/page.tsx index 7c98f0c..922dce7 100644 --- a/app/about/association/page.tsx +++ b/app/about/association/page.tsx @@ -13,7 +13,7 @@ export default function Association() {
-
+
diff --git a/app/about/committee/page.tsx b/app/about/committee/page.tsx index 93d0481..8d4ba91 100644 --- a/app/about/committee/page.tsx +++ b/app/about/committee/page.tsx @@ -5,7 +5,7 @@ import Section1 from "@/components/about/committee/Section1"; // adjust path if export default function CommitteePage() { return ( -
+
diff --git a/app/about/constitution/page.tsx b/app/about/constitution/page.tsx index 6b2f839..073a31c 100644 --- a/app/about/constitution/page.tsx +++ b/app/about/constitution/page.tsx @@ -11,7 +11,7 @@ export default function Constitution() {
-
+
diff --git a/app/about/mission/page.tsx b/app/about/mission/page.tsx index cb5121f..9853c58 100644 --- a/app/about/mission/page.tsx +++ b/app/about/mission/page.tsx @@ -11,7 +11,7 @@ export default function Mission() {
-
+
diff --git a/app/about/page.tsx b/app/about/page.tsx index c72d320..90c3981 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -12,7 +12,7 @@ export default function About() {
-
+
diff --git a/app/community/badminton-club/page.tsx b/app/community/badminton-club/page.tsx index fab2d89..98a6318 100644 --- a/app/community/badminton-club/page.tsx +++ b/app/community/badminton-club/page.tsx @@ -21,7 +21,7 @@ export default function CricketClub() {
{/* Description Section */} -
+
diff --git a/app/community/business-directory/page.tsx b/app/community/business-directory/page.tsx index 4de6f9c..a05b72f 100644 --- a/app/community/business-directory/page.tsx +++ b/app/community/business-directory/page.tsx @@ -11,7 +11,7 @@ export default function BusinessDirectory() {
-
+
diff --git a/app/community/cricket-club/page.tsx b/app/community/cricket-club/page.tsx index d774f1b..f63a1d0 100644 --- a/app/community/cricket-club/page.tsx +++ b/app/community/cricket-club/page.tsx @@ -9,7 +9,7 @@ import 'yet-another-react-lightbox/styles.css'; export default function CricketClub() { - const galleryImages = communitySubmenuData.filter(img => +img.id >= 1 && +img.id <= 4); + const galleryImages = communitySubmenuData.filter(img => +img.id >= 5 && +img.id <= 8); const [open, setOpen] = useState(false); const [index, setIndex] = useState(0); @@ -20,7 +20,7 @@ export default function CricketClub() {
-
+
diff --git a/app/community/global-relief-fund/page.tsx b/app/community/global-relief-fund/page.tsx index 2442b86..4665f7c 100644 --- a/app/community/global-relief-fund/page.tsx +++ b/app/community/global-relief-fund/page.tsx @@ -21,7 +21,7 @@ export default function GlobalReliefFund() {
-
+
diff --git a/app/community/page.tsx b/app/community/page.tsx index 3e5c377..93ae0b9 100644 --- a/app/community/page.tsx +++ b/app/community/page.tsx @@ -12,7 +12,7 @@ export default function CommunityPage() {
-
+
diff --git a/app/community/recipes/page.tsx b/app/community/recipes/page.tsx index 9257450..1c646a4 100644 --- a/app/community/recipes/page.tsx +++ b/app/community/recipes/page.tsx @@ -10,7 +10,7 @@ export default function Recipes() {
-
+
@@ -25,7 +25,7 @@ export default function Recipes() {
{/*===== HERO AREA ENDS =======*/} {/*===== BLOG AREA STARTS =======*/} -
+
{recipesList.map((post) => ( diff --git a/app/community/single-recipes/page.tsx b/app/community/single-recipes/page.tsx index 43ea0ae..438efd6 100644 --- a/app/community/single-recipes/page.tsx +++ b/app/community/single-recipes/page.tsx @@ -28,18 +28,27 @@ const Page = () => {
-
+
-

Recipes

+

{post?.title || "Recipes"}

- Home Recipes + + Home {" "} + {post?.title || "Recipes"} +
+
{/*===== BLOG AREA STARTS =======*/} @@ -49,7 +58,7 @@ const Page = () => {
- recipe + recipe
    @@ -108,9 +117,9 @@ const Page = () => {
    {relatedPost.title.length > 40 ? `${relatedPost.title.slice(0, 40)}...` : relatedPost?.title}
    - read more + read more
    - +
    diff --git a/app/community/tamil-school/page.tsx b/app/community/tamil-school/page.tsx index ce17ca5..074692c 100644 --- a/app/community/tamil-school/page.tsx +++ b/app/community/tamil-school/page.tsx @@ -20,7 +20,7 @@ export default function CricketClub() {
    -
    +
    diff --git a/app/contact/page.tsx b/app/contact/page.tsx index b1d9b3e..2ec7de9 100644 --- a/app/contact/page.tsx +++ b/app/contact/page.tsx @@ -104,7 +104,7 @@ export default function Contact() { return (
    -
    +
    @@ -118,7 +118,7 @@ export default function Contact() {
    -
    +
    @@ -162,7 +162,7 @@ export default function Contact() {
    -
    +
    @@ -224,7 +224,7 @@ export default function Contact() {
    diff --git a/app/tamil-culture/page.tsx b/app/tamil-culture/page.tsx index 68fba8b..76f8d3d 100644 --- a/app/tamil-culture/page.tsx +++ b/app/tamil-culture/page.tsx @@ -10,7 +10,7 @@ export default function TamilCulture() {
    -
    +
    diff --git a/app/tamil-culture/tamil-festivals/christian-festivals/page.tsx b/app/tamil-culture/tamil-festivals/christian-festivals/page.tsx index ea57b74..8d11a11 100644 --- a/app/tamil-culture/tamil-festivals/christian-festivals/page.tsx +++ b/app/tamil-culture/tamil-festivals/christian-festivals/page.tsx @@ -9,7 +9,7 @@ export default function ChristianFestivals() {
    -
    +
    diff --git a/app/tamil-culture/tamil-festivals/hindu-festivals/page.tsx b/app/tamil-culture/tamil-festivals/hindu-festivals/page.tsx index 55588e9..fb3ba1d 100644 --- a/app/tamil-culture/tamil-festivals/hindu-festivals/page.tsx +++ b/app/tamil-culture/tamil-festivals/hindu-festivals/page.tsx @@ -10,7 +10,7 @@ export default function HinduFestivals() {
    -
    +
    diff --git a/app/tamil-culture/tamil-festivals/muslim-festivals/page.tsx b/app/tamil-culture/tamil-festivals/muslim-festivals/page.tsx index 2806584..320017c 100644 --- a/app/tamil-culture/tamil-festivals/muslim-festivals/page.tsx +++ b/app/tamil-culture/tamil-festivals/muslim-festivals/page.tsx @@ -9,7 +9,7 @@ export default function MuslimFestivals() {
    -
    +
    diff --git a/app/tamil-culture/tamil-festivals/page.tsx b/app/tamil-culture/tamil-festivals/page.tsx index 93803a0..1dccb50 100644 --- a/app/tamil-culture/tamil-festivals/page.tsx +++ b/app/tamil-culture/tamil-festivals/page.tsx @@ -9,7 +9,7 @@ export default function TamilFestivals() {
    -
    +
    diff --git a/app/tamil-culture/tamil-language/page.jsx b/app/tamil-culture/tamil-language/page.jsx index ff88a97..440cfe7 100644 --- a/app/tamil-culture/tamil-language/page.jsx +++ b/app/tamil-culture/tamil-language/page.jsx @@ -1,20 +1,17 @@ import Countdown from '@/components/elements/Countdown'; import Layout from "@/components/layout/Layout"; -import { memoryData } from '@/utility/constant.utils'; import { tamilculture } from '@/utility/constant.utils'; import Link from "next/link"; export default function Tamilculture() { let globalIndex = 0; - const totalEvents = Object.values(tamilculture).flat().length; - return (
    @@ -31,7 +28,7 @@ export default function Tamilculture() {
    -
    +
    {Object.entries(tamilculture).map(([key, events]) => events.map((event) => { @@ -70,51 +67,23 @@ export default function Tamilculture() {
    -
    -
    -
    - Image 1 -
    -
    -
    -
    -
    - Image 2 -
    -
    -
    - Image 3 -
    -
    +
    + {event.title}
    ) : ( <> -
    +
    -
    -
    -
    - Image 1 -
    -
    -
    -
    -
    - Image 2 -
    -
    -
    - Image 3 -
    -
    +
    + {event.title}
    -
    +

    {event.title}

    diff --git a/app/tamil-culture/tamil-wedding-custom/bridal-makeup/page.tsx b/app/tamil-culture/tamil-wedding-custom/bridal-makeup/page.tsx index 69c8204..3d00d99 100644 --- a/app/tamil-culture/tamil-wedding-custom/bridal-makeup/page.tsx +++ b/app/tamil-culture/tamil-wedding-custom/bridal-makeup/page.tsx @@ -13,7 +13,7 @@ export default function BridalMekeup() {
    -
    +
    diff --git a/app/tamil-culture/tamil-wedding-custom/catholic-wedding/page.tsx b/app/tamil-culture/tamil-wedding-custom/catholic-wedding/page.tsx index ccac5b0..e903d27 100644 --- a/app/tamil-culture/tamil-wedding-custom/catholic-wedding/page.tsx +++ b/app/tamil-culture/tamil-wedding-custom/catholic-wedding/page.tsx @@ -10,7 +10,7 @@ export default function CatholicWedding() { <>
    -
    +
    diff --git a/app/tamil-culture/tamil-wedding-custom/city-style/page.tsx b/app/tamil-culture/tamil-wedding-custom/city-style/page.tsx index 5b86ed8..299a856 100644 --- a/app/tamil-culture/tamil-wedding-custom/city-style/page.tsx +++ b/app/tamil-culture/tamil-wedding-custom/city-style/page.tsx @@ -11,7 +11,7 @@ export default function CityStyle() { <>
    -
    +
    diff --git a/app/tamil-culture/tamil-wedding-custom/hindu-wedding-rituals/page.tsx b/app/tamil-culture/tamil-wedding-custom/hindu-wedding-rituals/page.tsx index 21e4569..09dce0c 100644 --- a/app/tamil-culture/tamil-wedding-custom/hindu-wedding-rituals/page.tsx +++ b/app/tamil-culture/tamil-wedding-custom/hindu-wedding-rituals/page.tsx @@ -14,7 +14,7 @@ export default function HinduWedding() {
    -
    +
    diff --git a/app/tamil-culture/tamil-wedding-custom/page.tsx b/app/tamil-culture/tamil-wedding-custom/page.tsx index 91efd22..671e2e7 100644 --- a/app/tamil-culture/tamil-wedding-custom/page.tsx +++ b/app/tamil-culture/tamil-wedding-custom/page.tsx @@ -10,7 +10,7 @@ export default function TamilWeddingCustom() {
    -
    +
    diff --git a/app/tamil-culture/tamil-wedding-custom/protestant-wedding/page.tsx b/app/tamil-culture/tamil-wedding-custom/protestant-wedding/page.tsx index 2203466..6754648 100644 --- a/app/tamil-culture/tamil-wedding-custom/protestant-wedding/page.tsx +++ b/app/tamil-culture/tamil-wedding-custom/protestant-wedding/page.tsx @@ -11,7 +11,7 @@ export default function ProtestantWedding() {
    -
    +
    diff --git a/app/tamil-culture/tamil-wedding-custom/story-of-saree/page.tsx b/app/tamil-culture/tamil-wedding-custom/story-of-saree/page.tsx index 770e1d7..73c8a8a 100644 --- a/app/tamil-culture/tamil-wedding-custom/story-of-saree/page.tsx +++ b/app/tamil-culture/tamil-wedding-custom/story-of-saree/page.tsx @@ -11,7 +11,7 @@ export default function StoryOfSaree() { <>
    -
    +
    diff --git a/components/about/AboutUs.jsx b/components/about/AboutUs.jsx index c805626..1a1a585 100644 --- a/components/about/AboutUs.jsx +++ b/components/about/AboutUs.jsx @@ -5,7 +5,7 @@ import Link from 'next/link' export default function AboutUs() { return ( <> -
    +
    {/*
    diff --git a/components/about/association/Section1.tsx b/components/about/association/Section1.tsx index de499ee..1cc723f 100644 --- a/components/about/association/Section1.tsx +++ b/components/about/association/Section1.tsx @@ -5,25 +5,29 @@ export default function Section1() { return ( <> -
    +
    -
    +
    - + about
    - -
    -
    -
    - + about
    diff --git a/components/about/association/Section2.tsx b/components/about/association/Section2.tsx index cefb3d7..9a79cf5 100644 --- a/components/about/association/Section2.tsx +++ b/components/about/association/Section2.tsx @@ -5,56 +5,60 @@ export default function Section2() { return ( <> -
    -
    -
    - {/* TEXT - NOW ON THE LEFT */} -
    -
    - -
    -

    Over the years, the association has donated goods and services to Nunnavil Children’s Centre, Jaffna., Ind.; Rs 25,000 to fire victims in Trichy, South India.; cash donation to Ramakrishna Mission children’s Library – Batticaloa, Sri Lanka, St. John’s Soup Kitchen in Kitchener, Canadian Red Cross Tsunami fund for Sri Lanka and India, Rotary Club of Cambridge, St. Mary’s Hospital and Grand River Hospital in Kitchener, Cambridge Memorial Hospital, Cambridge, Operation Christmas Child Shoe box program, Flood victims in Chennai India, Covid19 PPE/Mask donation to CMH cambridge, Food for needy during Covid19 to upcountry tea estate community in Sri Lanka, - Educational materials to Jaffna YMCA, Walkathon for local hospitals etc.

    -
    -

    2004 was a significant year for the association. TCA raised a total of $123,000 on behalf of Canadian Red Cross during Tsunami disaster. Relief materials and cash donations were given to the victims in Sri Lanka and India. - In 2015, Funds were distributed to the victims of Chennai flood in south india.

    -
    -

    Tamil community from Brantford joined the association in 2011. In the same year, the association - re-established the Tamil language school with assistance from Waterloo Regional District School Board in Cambridge.

    -
    -

    The association took the leadership to participate at the KW Multicultural festival. It is the region’s largest multicultural festival and an Indian & Sri Lankan food stall - was established in 2012 and Waterloo Region’s Diversity Awards was held in 2014 at Sheraton Hotel, Kitchener.

    -
    - - -
    -
    +
    +
    +
    + {/* TEXT - NOW ON THE LEFT */} +
    +
    - {/* IMAGES - NOW ON THE RIGHT */} -
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    -
    -
    - +
    +

    Over the years, the association has donated goods and services to Nunnavil Children’s Centre, Jaffna., Ind.; Rs 25,000 to fire victims in Trichy, South India.; cash donation to Ramakrishna Mission children’s Library – Batticaloa, Sri Lanka, St. John’s Soup Kitchen in Kitchener, Canadian Red Cross Tsunami fund for Sri Lanka and India, Rotary Club of Cambridge, St. Mary’s Hospital and Grand River Hospital in Kitchener, Cambridge Memorial Hospital, Cambridge, Operation Christmas Child Shoe box program, Flood victims in Chennai India, Covid19 PPE/Mask donation to CMH cambridge, Food for needy during Covid19 to upcountry tea estate community in Sri Lanka, + Educational materials to Jaffna YMCA, Walkathon for local hospitals etc.

    +
    +

    2004 was a significant year for the association. TCA raised a total of $123,000 on behalf of Canadian Red Cross during Tsunami disaster. Relief materials and cash donations were given to the victims in Sri Lanka and India. + In 2015, Funds were distributed to the victims of Chennai flood in south india.

    +
    +

    Tamil community from Brantford joined the association in 2011. In the same year, the association + re-established the Tamil language school with assistance from Waterloo Regional District School Board in Cambridge.

    +
    +

    The association took the leadership to participate at the KW Multicultural festival. It is the region’s largest multicultural festival and an Indian & Sri Lankan food stall + was established in 2012 and Waterloo Region’s Diversity Awards was held in 2014 at Sheraton Hotel, Kitchener.

    +
    + + +
    +
    + + {/* IMAGES - NOW ON THE RIGHT */} +
    +
    +
    +
    +
    + about +
    +
    +
    +
    +
    + about +
    +
    +
    +
    -
    -
    -
    -
    -
    +
    diff --git a/components/about/association/Section3.tsx b/components/about/association/Section3.tsx index 4fd9066..a599cf2 100644 --- a/components/about/association/Section3.tsx +++ b/components/about/association/Section3.tsx @@ -5,7 +5,7 @@ export default function Section3() { return ( <> -
    +
    diff --git a/components/about/committee/Section1.jsx b/components/about/committee/Section1.jsx index a4f0495..04b5803 100644 --- a/components/about/committee/Section1.jsx +++ b/components/about/committee/Section1.jsx @@ -9,7 +9,7 @@ export default function Section1() { return ( <> -
    +
    @@ -44,10 +44,10 @@ export default function Section1() { {communityData[selectedYear] ? ( Object.entries(communityData[selectedYear]).map(([role, members]) => (
    -

    {role}

    -
    +

    {role}

    +
    {members.map((member, idx) => ( -
    +
    @@ -61,10 +61,9 @@ export default function Section1() { />
    -
    - {member.name} -
    + {member.name} +

    {member.post}

    diff --git a/components/about/constitution/Section1.tsx b/components/about/constitution/Section1.tsx index 3781a94..4df8980 100644 --- a/components/about/constitution/Section1.tsx +++ b/components/about/constitution/Section1.tsx @@ -3,7 +3,7 @@ import Link from 'next/link'; export default function Section1() { return ( <> -
    +
    @@ -33,7 +33,6 @@ export default function Section1() {
    -

    1.1 Definitions

    @@ -43,9 +42,6 @@ export default function Section1() { the following rules shall apply:
- -
-
  • -

    1.2 Interpretation

    @@ -137,7 +132,6 @@ export default function Section1() {
    -

    1.3 Severability and Precedence

    @@ -154,7 +148,6 @@ export default function Section1() {
    -

    1.4 Seal and Logo

    @@ -176,7 +169,6 @@ export default function Section1() {
    -

    1.5 Execution of Documents

    @@ -191,20 +183,14 @@ export default function Section1() {
    -
    -
    -
    - +
    +

    2. ARTICLE

    -

    2.1 Aims and Objectives

    - -
    -
    • -

      2.2 Legal Name

      -
      -
      • -

        2.3 Registered Office

        @@ -328,15 +310,13 @@ export default function Section1() {
        -
        -
        -
        +
        +

        3. ARTICLE

        -

        3.1 Qualification for Membership

        @@ -355,7 +335,6 @@ export default function Section1() {
        -

        3.2 Member residencies

        @@ -369,7 +348,7 @@ export default function Section1() { Dual or Temporary resident is a person living in the region but also has another residence outside of Region of Waterloo, Wellington County and Brantford.

        -
        +
        @@ -378,8 +357,6 @@ export default function Section1() {
        -
        -

        3.3 Membership Fees

        @@ -388,7 +365,6 @@ export default function Section1() {

        Currently,

        -
          @@ -428,8 +404,6 @@ export default function Section1() { At the time of payment of the annual membership fee the member will be assigned an identification number, which will change upon renewal.

          -
          -
        @@ -438,13 +412,11 @@ export default function Section1() {
        -

        3.4 Voting Rights of Members

        Currently :

        -
          @@ -503,7 +475,6 @@ export default function Section1() {
          -

          3.5 Termination of Membership

          @@ -559,13 +530,11 @@ export default function Section1() {
          -

          3.6 Discipline of Members

          The board may suspend or remove any member from the association for any one or more of the following grounds:

          -
            @@ -635,15 +604,13 @@ export default function Section1() {
            -
            -
            -
            +
            +

            4. ARTICLE

            -

            4.1 Board of Directors Election and Term

            @@ -693,7 +660,6 @@ export default function Section1() {
            -

            4.2 Officers

            @@ -784,7 +750,6 @@ export default function Section1() {
            -

            4.3 Election of Office Bearers

            @@ -826,7 +791,6 @@ export default function Section1() {
            -

            4.4 Duties

            @@ -835,8 +799,6 @@ export default function Section1() { Board of Directors “The Board”

            -
            -
            • -

              4.5 Protection of Directors and Officers

              @@ -1033,7 +994,6 @@ export default function Section1() {
              -

              4.6 Conflict of Interest @@ -1066,7 +1026,6 @@ export default function Section1() {
              -

              4.7 Vacancies @@ -1077,7 +1036,6 @@ export default function Section1() {

              -
                @@ -1126,7 +1084,6 @@ export default function Section1() {
                -

                4.8 Filling Vacancies @@ -1135,14 +1092,7 @@ export default function Section1() {

                A vacancy on the Board shall be filled as follows, and the Director appointed or elected to fill the vacancy holds office for the remainder of the unexpired term of the Director’s predecessor: - - - -

                -
                - -
                • @@ -1183,7 +1133,6 @@ export default function Section1() {
                  -

                  4.9 Committees @@ -1194,13 +1143,8 @@ export default function Section1() {

                  The board is empowered to create Committees / sub-committees for the purpose of a specific project or activity, those committees / sub-committees will cease to exist once the specific project or activity is completed. They may be established by the Board as follows: - - - - -

                  -
                  +
                    @@ -1233,7 +1177,6 @@ export default function Section1() {
                    -

                    4.10 Insurance

                    @@ -1254,15 +1197,13 @@ export default function Section1() {
                    -
                    -
                    -
                    +
                    +

                    5. ARTICLE

                    -

                    5.1 Annual General Meeting

                    @@ -1310,9 +1251,6 @@ export default function Section1() {
                    - -
                    -
                    • -

                      5.2 Special Meetings @@ -1406,7 +1343,6 @@ export default function Section1() {
                      -

                      5.3 Board Meeting

                      @@ -1414,7 +1350,6 @@ export default function Section1() {

                      The Board of Directors shall hold meetings generally once a month (minimum 9 in a year) to manage the affairs of the Association.

                      -
                        @@ -1501,7 +1436,6 @@ export default function Section1() {
                        -

                        5.4 Virtual or Hybrid meeting model

                        @@ -1520,7 +1454,6 @@ export default function Section1() {
                        -

                        5.5 Quorum

                        @@ -1543,7 +1476,6 @@ export default function Section1() {
                        -

                        5.6 Show of hands / Ballot @@ -1566,7 +1498,6 @@ export default function Section1() {
                        -

                        5.7 Confidentiality @@ -1588,7 +1519,6 @@ export default function Section1() {
                        -

                        5.8 Rule of Order @@ -1611,7 +1541,6 @@ export default function Section1() {
                        -

                        5.9 Use of Information or Membership list @@ -1639,15 +1568,13 @@ export default function Section1() {
                        -
                        -
                        -
                        +
                        +

                        6. ARTICLE

                        -

                        6.1 Communication

                        @@ -1697,7 +1624,6 @@ export default function Section1() {
                        -

                        6.2 Website domain, Logo and Trademark @@ -1720,7 +1646,6 @@ export default function Section1() {
                        -

                        6.3 Events @@ -1744,16 +1669,14 @@ export default function Section1() {
                        -
                        -
                        -
                        +
                        +

                        7. ARTICLE

                        -

                        7.1 Banking Arrangements

                        @@ -1774,11 +1697,7 @@ export default function Section1() {

                        The password for Banking, Electronic mail, Web site online and Social media will be authorized to a person or to the president by the board. The password can be changed, once in six months or in an emergency with written authorization of the president and Secretary. -

                        -
                        - -
                        • @@ -1841,7 +1760,6 @@ export default function Section1() {
                          -

                          7.2 Financial Year @@ -1865,7 +1783,6 @@ export default function Section1() {
                          -

                          7.3 Financial statements @@ -1902,7 +1819,6 @@ export default function Section1() {
                          -

                          7.4 Auditing @@ -1926,7 +1842,6 @@ export default function Section1() {
                          -

                          7.5 Personal Data

                          @@ -1945,16 +1860,14 @@ export default function Section1() {
                          -
                          -
                          -
                          +
                          +

                          8. ARTICLE

                          -

                          8.1 Amendments to Constitution / By-laws @@ -1977,21 +1890,18 @@ export default function Section1() {
                          -
                          -
                          -
                          +
                          +

                          9. ARTICLE

                          -

                          9.1 Dissolution

                          -
                            @@ -2044,12 +1954,10 @@ export default function Section1() {
                            -

                            10 Schedule A

                            -

                            10.1 Position Description of the President

                            @@ -2191,13 +2099,11 @@ export default function Section1() {
                            -

                            11 Schedule B

                            -

                            11.1 Position Description of the Treasurer @@ -2281,7 +2187,6 @@ export default function Section1() {
                            -

                            5.2 Special Meetings @@ -2313,17 +2218,14 @@ export default function Section1() {
                            -

                            Accounts

                            -

                            The treasurer shall cause to be kept proper accounting records with respect to all financial and other transactions of the association and particularly with respect to the following: –

                            -
                              @@ -2475,9 +2377,8 @@ export default function Section1() {
                              -
                              -
                              -
                              +
                              +

                              12 Schedule C

                              @@ -2485,7 +2386,6 @@ export default function Section1() {
                              -

                              12.1 Position Description of the Secretary @@ -2580,7 +2480,6 @@ export default function Section1() {

                              Meetings :

                              -
                                @@ -2688,9 +2587,8 @@ export default function Section1() { This Association shall be named and called ” TAMIL CULTURAL ASSOCIATION OF WATERLOO REGION ” . Abbreviation: TCAWR or TCA.

                                -
                                -
                                -
                                +
                                +

                                Article 2 : Objective @@ -2698,15 +2596,11 @@ export default function Section1() {

                                -

                                The Association

                                -
                                - -
                                  @@ -2738,11 +2632,8 @@ export default function Section1() {
                                - - -
                                -
                                -
                                +
                                +
                                @@ -2766,9 +2657,8 @@ export default function Section1() {

                                -
                                -
                                -
                                +
                                +
                                @@ -2784,9 +2674,8 @@ export default function Section1() { -
                                -
                                -
                                +
                                +
                                @@ -2814,9 +2703,8 @@ export default function Section1() {
                              -
                              -
                              -
                              +
                              +

                              Article 6 : Voting Rights @@ -2858,9 +2746,8 @@ export default function Section1() {

                            -
                            -
                            -
                            +
                            +
                            @@ -2874,23 +2761,14 @@ export default function Section1() {

                            A permanent resident is a person who’s residence is within the Region of Waterloo, Wellington region, Brantford and surrounding area. - - -

                            Dual or Temporary resident is a person living in the region but also has another residence outside of Region of Waterloo and the two cities. - - -

                            - - -
                            -
                            -
                            +
                            +
                            @@ -2961,9 +2839,8 @@ export default function Section1() { Patron – Any distinguished person from the region shall be nominated by the Executive Committee as the patron.

                          -
                          -
                          -
                          +
                          +
                          @@ -3004,9 +2881,8 @@ export default function Section1() {

                          -
                          -
                          -
                          +
                          +
                          @@ -3029,9 +2905,8 @@ export default function Section1() {

                          -
                          -
                          -
                          +
                          +
                          @@ -3065,9 +2940,8 @@ export default function Section1() { -
                          -
                          -
                          +
                          +
                          @@ -3083,11 +2957,8 @@ export default function Section1() {
                          - - -
                          -
                          -
                          +
                          +
                          @@ -3140,9 +3011,8 @@ export default function Section1() {

                          -
                          -
                          -
                          +
                          +
                          @@ -3160,9 +3030,8 @@ export default function Section1() {
                          -
                          -
                          -
                          +
                          +

                          @@ -3218,9 +3087,8 @@ export default function Section1() {

                          -
                          -
                          -
                          +
                          +

                          @@ -3264,9 +3132,8 @@ export default function Section1() { -
                          -
                          -
                          +
                          +

                          @@ -3285,9 +3152,8 @@ export default function Section1() {

                          -
                          -
                          -
                          +
                          +
                          @@ -3359,10 +3225,8 @@ export default function Section1() {
                          - -
                          -
                          -
                          +
                          +

                          @@ -3381,9 +3245,8 @@ export default function Section1() {

                          -
                          -
                          -
                          +
                          +
                          @@ -3435,7 +3298,6 @@ export default function Section1() {
                          -

                          @@ -3445,10 +3307,8 @@ export default function Section1() {

                          - -
                          -
                          -
                          +
                          +

                          @@ -3466,7 +3326,6 @@ export default function Section1() {

                          -
                            @@ -3494,10 +3353,8 @@ export default function Section1() {
                          - -
                          -
                          -
                          +
                          +

                          @@ -3518,10 +3375,8 @@ export default function Section1() {

                          - -
                          -
                          -
                          +
                          +

                          @@ -3541,10 +3396,8 @@ export default function Section1() {

                          - -
                          -
                          -
                          +
                          +

                          @@ -3570,10 +3423,8 @@ export default function Section1() {

                          - -
                          -
                          -
                          +
                          +

                          @@ -3600,9 +3451,8 @@ export default function Section1() { -
                          -
                          -
                          +
                          +

                          @@ -3622,9 +3472,8 @@ export default function Section1() { -
                          -
                          -
                          +
                          +

                          @@ -3652,9 +3501,8 @@ export default function Section1() {

                          -
                          -
                          -
                          +
                          +

                          @@ -3672,10 +3520,8 @@ export default function Section1() {

                          - -
                          -
                          -
                          +
                          +

                          @@ -3694,9 +3540,8 @@ export default function Section1() {

                          -
                          -
                          -
                          +
                          +

                          diff --git a/components/about/mission/Section1.jsx b/components/about/mission/Section1.jsx index 4fd5177..1541a4b 100644 --- a/components/about/mission/Section1.jsx +++ b/components/about/mission/Section1.jsx @@ -5,9 +5,9 @@ export default function Section1() { <> {/*===== HERO AREA ENDS =======*/} {/*===== PRICING AREA STARTS =======*/} -
                          +
                          -
                          +
                          diff --git a/components/businessdirectory/Section1.jsx b/components/businessdirectory/Section1.jsx index 703e926..9c44624 100644 --- a/components/businessdirectory/Section1.jsx +++ b/components/businessdirectory/Section1.jsx @@ -18,7 +18,7 @@ export default function Section1() { return ( <> -
                          +
                          diff --git a/components/community/Community.jsx b/components/community/Community.jsx index 5495a79..762700c 100644 --- a/components/community/Community.jsx +++ b/components/community/Community.jsx @@ -5,7 +5,7 @@ import Link from 'next/link' export default function Community() { return ( <> -
                          +
                          {/*
                          @@ -20,84 +20,84 @@ export default function Community() {
                          - +
                          - Recipe + Recipe
                          - Read More + Read More
                          - +
                          - Cricket Club + Cricket Club
                          - Read More + Read More
                          - +
                          - Badminton Club + Badminton Club
                          - Read More + Read More
                          - +
                          - Business Directory + Business Directory
                          - Read More + Read More
                          - +
                          - Tamil School + Tamil School
                          - Read More + Read More
                          - +
                          - Global Relief Fund + Global Relief Fund
                          - Read More + Read More
                          diff --git a/components/events/UpcomingEventData.jsx b/components/events/UpcomingEventData.jsx index 3dbf3f5..ecc87e0 100644 --- a/components/events/UpcomingEventData.jsx +++ b/components/events/UpcomingEventData.jsx @@ -10,7 +10,7 @@ export default function UpcomingEventData() { return ( <> -
                          +
                          @@ -35,7 +35,7 @@ export default function UpcomingEventData() {
                          - +
                          @@ -137,7 +137,7 @@ export default function UpcomingEventData() {
                          - +
                          @@ -153,7 +153,7 @@ export default function UpcomingEventData() {
                          - +
                          @@ -255,7 +255,7 @@ export default function UpcomingEventData() {
                          - +
                          @@ -271,7 +271,7 @@ export default function UpcomingEventData() {
                          - +
                          @@ -373,7 +373,7 @@ export default function UpcomingEventData() {
                          - +
                          @@ -389,7 +389,7 @@ export default function UpcomingEventData() {
                          - +
                          @@ -491,7 +491,7 @@ export default function UpcomingEventData() {
                          - +
                          @@ -507,7 +507,7 @@ export default function UpcomingEventData() {
                          - +
                          diff --git a/components/home/AboutSection.tsx b/components/home/AboutSection.tsx index 992833d..b799772 100644 --- a/components/home/AboutSection.tsx +++ b/components/home/AboutSection.tsx @@ -6,7 +6,7 @@ export default function AboutSection() { return ( <> -
                          +
                          diff --git a/components/home/AdSectionThree.tsx b/components/home/AdSectionThree.tsx index b446567..5f6290b 100644 --- a/components/home/AdSectionThree.tsx +++ b/components/home/AdSectionThree.tsx @@ -5,7 +5,7 @@ export default function AdSectionThree() { return ( <> -
                          +
                          diff --git a/components/home/ArtsAndCultureSection.tsx b/components/home/ArtsAndCultureSection.tsx index 1bb84bf..0602c2d 100644 --- a/components/home/ArtsAndCultureSection.tsx +++ b/components/home/ArtsAndCultureSection.tsx @@ -8,9 +8,9 @@ import 'swiper/css' import 'swiper/css/navigation' const cultureSlides = [ - { image: "/assets/img/home/tamil-culture/tamil-culture-1.webp", icon: "/assets/img/home/icons/music.webp", title: "Instrumental Music", description: "In South Indian or Carnatic music, the vina, a long- necked and…", slug: "instrumental-music"}, + { image: "/assets/img/home/tamil-culture/tamil-culture-1.webp", icon: "/assets/img/home/icons/music.webp", title: "Instrumental Music", description: "In South Indian or Carnatic music, the vina, a long…", slug: "instrumental-music"}, { image: "/assets/img/home/tamil-culture/tamil-culture-2.webp", icon: "/assets/img/home/icons/bharatham.webp", title: "Bharatha Natyam Dance", description: "An ancient traditional art form with its origins steeped…",slug: "bharathnatyam-dance"}, - { image: "/assets/img/home/tamil-culture/tamil-culture-3.webp", icon: "/assets/img/home/icons/vocal.webp", title: "Vocal", description: "Carnatic music is considered one of the oldest systems of music…", slug: "vocal"}, + { image: "/assets/img/home/tamil-culture/tamil-culture-3.webp", icon: "/assets/img/home/icons/vocal.webp", title: "Vocal", description: "Carnatic music is considered one of the oldest systems…", slug: "vocal"}, { image: "/assets/img/home/tamil-culture/tamil-culture-4.webp", icon: "/assets/img/home/icons/jallikattu.webp", title: "Jallikattu", description: "Jallikattu (Tamil: சல்லிகட்டு, challikattu)…", slug: "jallikattu"}, { image: "/assets/img/home/tamil-culture/tamil-culture-5.webp", icon: "/assets/img/home/icons/entertainment.webp", title: "Entertainment-1", description: "Entertainment-1...", slug: "entertainment"}, { image: "/assets/img/home/tamil-culture/tamil-culture-6.webp", icon: "/assets/img/home/icons/indoor.webp", title: "Indoor game", description: "Indoor game...", slug: "indoor-game"}, @@ -33,7 +33,7 @@ export default function ArtAndCultureSection() { }, []) return ( -
                          +
                          diff --git a/components/home/HomeCommunitySection.tsx b/components/home/HomeCommunitySection.tsx index 2a56e8a..2930619 100644 --- a/components/home/HomeCommunitySection.tsx +++ b/components/home/HomeCommunitySection.tsx @@ -5,7 +5,7 @@ export default function HomeCommunitySection() { return ( <> -
                          +
                          diff --git a/components/home/HomePhotoGallerySection.tsx b/components/home/HomePhotoGallerySection.tsx index 9edc7c6..1929741 100644 --- a/components/home/HomePhotoGallerySection.tsx +++ b/components/home/HomePhotoGallerySection.tsx @@ -47,7 +47,7 @@ export default function HomePhotoGallerySection() { return ( <> -
                          +
                          @@ -115,7 +115,7 @@ export default function HomePhotoGallerySection() {
                          - know More + know More
                          diff --git a/components/home/HomeSlogan.tsx b/components/home/HomeSlogan.tsx index cd60a1a..280733f 100644 --- a/components/home/HomeSlogan.tsx +++ b/components/home/HomeSlogan.tsx @@ -6,7 +6,7 @@ export default function HomeSlogan() { return ( <> -
                          +
                          @@ -38,7 +38,7 @@ export default function HomeSlogan() {
                          - +
                          diff --git a/components/home/HomeUpcomingEvent.tsx b/components/home/HomeUpcomingEvent.tsx index ed27c9d..6bf138b 100644 --- a/components/home/HomeUpcomingEvent.tsx +++ b/components/home/HomeUpcomingEvent.tsx @@ -10,7 +10,7 @@ export default function HomeUpcomingEvent() { return ( <> -
                          +
                          diff --git a/components/home/HomeWhyChooseus.tsx b/components/home/HomeWhyChooseus.tsx index 8e98101..d8ab7e7 100644 --- a/components/home/HomeWhyChooseus.tsx +++ b/components/home/HomeWhyChooseus.tsx @@ -6,7 +6,7 @@ export default function HomeWhyChooseUs() { return ( <> -
                          +
                          diff --git a/components/online/christmas/Section1.jsx b/components/online/christmas/Section1.jsx index 8c51e7a..5e44e99 100644 --- a/components/online/christmas/Section1.jsx +++ b/components/online/christmas/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
                          +
                          diff --git a/components/online/christmas/Section2.jsx b/components/online/christmas/Section2.jsx index fcedb84..d9df830 100644 --- a/components/online/christmas/Section2.jsx +++ b/components/online/christmas/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
                          +
                          diff --git a/components/online/christmas/Section3.jsx b/components/online/christmas/Section3.jsx index 046df53..43e9b24 100644 --- a/components/online/christmas/Section3.jsx +++ b/components/online/christmas/Section3.jsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
                          +
                          {selectedImages.map((img, i) => ( diff --git a/components/online/communitypicnic/Section1.jsx b/components/online/communitypicnic/Section1.jsx index a222109..53739ca 100644 --- a/components/online/communitypicnic/Section1.jsx +++ b/components/online/communitypicnic/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
                          +
                          diff --git a/components/online/communitypicnic/Section2.jsx b/components/online/communitypicnic/Section2.jsx index 6407995..fa52036 100644 --- a/components/online/communitypicnic/Section2.jsx +++ b/components/online/communitypicnic/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
                          +
                          diff --git a/components/online/communitypicnic/Section3.jsx b/components/online/communitypicnic/Section3.jsx index d83ff40..1fcad57 100644 --- a/components/online/communitypicnic/Section3.jsx +++ b/components/online/communitypicnic/Section3.jsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
                          +
                          {selectedImages.map((img, i) => ( diff --git a/components/online/kalaivizha/Section1.jsx b/components/online/kalaivizha/Section1.jsx index 13c79b3..d53fc67 100644 --- a/components/online/kalaivizha/Section1.jsx +++ b/components/online/kalaivizha/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
                          +
                          diff --git a/components/online/kalaivizha/Section2.jsx b/components/online/kalaivizha/Section2.jsx index 1f9b429..5702859 100644 --- a/components/online/kalaivizha/Section2.jsx +++ b/components/online/kalaivizha/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
                          +
                          diff --git a/components/online/kalaivizha/Section3.jsx b/components/online/kalaivizha/Section3.jsx index 8999823..03d1cce 100644 --- a/components/online/kalaivizha/Section3.jsx +++ b/components/online/kalaivizha/Section3.jsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
                          +
                          {selectedImages.map((img, i) => ( diff --git a/components/online/membership2024/Section1.tsx b/components/online/membership2024/Section1.tsx index 992e9d5..722309a 100644 --- a/components/online/membership2024/Section1.tsx +++ b/components/online/membership2024/Section1.tsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
                          +
                          diff --git a/components/online/membership2024/Section2.tsx b/components/online/membership2024/Section2.tsx index a2154ca..b77efe5 100644 --- a/components/online/membership2024/Section2.tsx +++ b/components/online/membership2024/Section2.tsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
                          +
                          diff --git a/components/online/membership2024/Section3.tsx b/components/online/membership2024/Section3.tsx index 92ca8b0..495cc23 100644 --- a/components/online/membership2024/Section3.tsx +++ b/components/online/membership2024/Section3.tsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
                          +
                          {selectedImages.map((img, i) => ( diff --git a/components/online/membership2025/Section1.jsx b/components/online/membership2025/Section1.jsx index 7dfe281..9e3ddf5 100644 --- a/components/online/membership2025/Section1.jsx +++ b/components/online/membership2025/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
                          +
                          diff --git a/components/online/membership2025/Section2.jsx b/components/online/membership2025/Section2.jsx index 525d212..d7d9cd3 100644 --- a/components/online/membership2025/Section2.jsx +++ b/components/online/membership2025/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
                          +
                          diff --git a/components/online/membership2025/Section3.jsx b/components/online/membership2025/Section3.jsx index 8ee4ca9..26b3384 100644 --- a/components/online/membership2025/Section3.jsx +++ b/components/online/membership2025/Section3.jsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
                          +
                          {selectedImages.map((img, i) => ( diff --git a/components/online/performance/Section1.jsx b/components/online/performance/Section1.jsx index 7d8c211..0bf1a63 100644 --- a/components/online/performance/Section1.jsx +++ b/components/online/performance/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
                          +
                          diff --git a/components/online/performance/Section2.jsx b/components/online/performance/Section2.jsx index ad997d8..d10c763 100644 --- a/components/online/performance/Section2.jsx +++ b/components/online/performance/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
                          +
                          diff --git a/components/online/performance/Section3.jsx b/components/online/performance/Section3.jsx index 1e54b67..dc55352 100644 --- a/components/online/performance/Section3.jsx +++ b/components/online/performance/Section3.jsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
                          +
                          {selectedImages.map((img, i) => ( diff --git a/components/online/registrationform/Section1.jsx b/components/online/registrationform/Section1.jsx index 2e2cd52..ded1c46 100644 --- a/components/online/registrationform/Section1.jsx +++ b/components/online/registrationform/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
                          +
                          diff --git a/components/online/registrationform/Section2.jsx b/components/online/registrationform/Section2.jsx index 6a97625..e5e1e09 100644 --- a/components/online/registrationform/Section2.jsx +++ b/components/online/registrationform/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
                          +
                          diff --git a/components/online/registrationform/Section3.jsx b/components/online/registrationform/Section3.jsx index 461bf40..5289e01 100644 --- a/components/online/registrationform/Section3.jsx +++ b/components/online/registrationform/Section3.jsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
                          +
                          {selectedImages.map((img, i) => ( diff --git a/components/online/sponsor/Section1.jsx b/components/online/sponsor/Section1.jsx index 254b319..5bdecce 100644 --- a/components/online/sponsor/Section1.jsx +++ b/components/online/sponsor/Section1.jsx @@ -11,7 +11,7 @@ export default function Section1() { return ( <> -
                          +
                          @@ -113,7 +113,7 @@ export default function Section1() {
                          -
                          +
                          diff --git a/components/online/sponsor/Section2.jsx b/components/online/sponsor/Section2.jsx index f2041fa..291fc99 100644 --- a/components/online/sponsor/Section2.jsx +++ b/components/online/sponsor/Section2.jsx @@ -4,7 +4,7 @@ import Link from 'next/link' export default function Section2() { return ( <> -
                          +
                          diff --git a/components/online/sponsor/Section3.jsx b/components/online/sponsor/Section3.jsx index 9546bce..ce595b2 100644 --- a/components/online/sponsor/Section3.jsx +++ b/components/online/sponsor/Section3.jsx @@ -4,7 +4,7 @@ import Link from 'next/link' export default function Section3() { return ( <> -
                          +
                          diff --git a/components/online/sponsor/Section4.jsx b/components/online/sponsor/Section4.jsx index 1b926cb..f0c33c4 100644 --- a/components/online/sponsor/Section4.jsx +++ b/components/online/sponsor/Section4.jsx @@ -12,7 +12,7 @@ export default function Section4() { const [index, setIndex] = useState(0); return ( -
                          +
                          {selectedImages.map((img, i) => ( diff --git a/components/online/sportsday/Section1.jsx b/components/online/sportsday/Section1.jsx index e145442..c89917e 100644 --- a/components/online/sportsday/Section1.jsx +++ b/components/online/sportsday/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
                          +
                          diff --git a/components/online/sportsday/Section2.jsx b/components/online/sportsday/Section2.jsx index 7eca051..7ca8d90 100644 --- a/components/online/sportsday/Section2.jsx +++ b/components/online/sportsday/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
                          +
                          diff --git a/components/online/sportsday/Section3.jsx b/components/online/sportsday/Section3.jsx index 4b2bef4..08c26d9 100644 --- a/components/online/sportsday/Section3.jsx +++ b/components/online/sportsday/Section3.jsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
                          +
                          {selectedImages.map((img, i) => ( diff --git a/components/online/tamilnewyear/Section1.jsx b/components/online/tamilnewyear/Section1.jsx index fe046c7..32190c7 100644 --- a/components/online/tamilnewyear/Section1.jsx +++ b/components/online/tamilnewyear/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
                          +
                          diff --git a/components/online/tamilnewyear/Section2.jsx b/components/online/tamilnewyear/Section2.jsx index a0d6648..a2da41f 100644 --- a/components/online/tamilnewyear/Section2.jsx +++ b/components/online/tamilnewyear/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
                          +
                          diff --git a/components/online/tamilnewyear/Section3.jsx b/components/online/tamilnewyear/Section3.jsx index c32dad8..b31bd92 100644 --- a/components/online/tamilnewyear/Section3.jsx +++ b/components/online/tamilnewyear/Section3.jsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
                          +
                          {selectedImages.map((img, i) => ( diff --git a/components/online/thaipongal2025/Section1.jsx b/components/online/thaipongal2025/Section1.jsx index 8d725f1..2361863 100644 --- a/components/online/thaipongal2025/Section1.jsx +++ b/components/online/thaipongal2025/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
                          +
                          diff --git a/components/online/thaipongal2025/Section2.jsx b/components/online/thaipongal2025/Section2.jsx index 243f8d8..64c2aaa 100644 --- a/components/online/thaipongal2025/Section2.jsx +++ b/components/online/thaipongal2025/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
                          +
                          diff --git a/components/online/thaipongal2025/Section3.jsx b/components/online/thaipongal2025/Section3.jsx index e07dab9..f090f5b 100644 --- a/components/online/thaipongal2025/Section3.jsx +++ b/components/online/thaipongal2025/Section3.jsx @@ -12,7 +12,7 @@ export default function Section3() { const [index, setIndex] = useState(0); return ( -
                          +
                          {selectedImages.map((img, i) => ( diff --git a/components/online/volunteer/Section1.jsx b/components/online/volunteer/Section1.jsx index 760396b..9e5742b 100644 --- a/components/online/volunteer/Section1.jsx +++ b/components/online/volunteer/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
                          +
                          diff --git a/components/online/volunteer/Section2.jsx b/components/online/volunteer/Section2.jsx index 3e5abeb..ae34dfc 100644 --- a/components/online/volunteer/Section2.jsx +++ b/components/online/volunteer/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
                          +
                          diff --git a/components/online/volunteer/Section3.jsx b/components/online/volunteer/Section3.jsx index de4315b..dfd6346 100644 --- a/components/online/volunteer/Section3.jsx +++ b/components/online/volunteer/Section3.jsx @@ -12,7 +12,7 @@ export default function Section4() { const [index, setIndex] = useState(0); return ( -
                          +
                          {selectedImages.map((img, i) => ( diff --git a/components/tamilculture/HinduWedding/Section1.tsx b/components/tamilculture/HinduWedding/Section1.tsx index 631044e..c05ee51 100644 --- a/components/tamilculture/HinduWedding/Section1.tsx +++ b/components/tamilculture/HinduWedding/Section1.tsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
                          +
                          diff --git a/components/tamilculture/HinduWedding/Section2.tsx b/components/tamilculture/HinduWedding/Section2.tsx index c6e65f7..5fb9c1b 100644 --- a/components/tamilculture/HinduWedding/Section2.tsx +++ b/components/tamilculture/HinduWedding/Section2.tsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
                          +
                          {/* TEXT - NOW ON THE LEFT */} diff --git a/components/tamilculture/HinduWedding/Section3.tsx b/components/tamilculture/HinduWedding/Section3.tsx index 85746f6..617d4de 100644 --- a/components/tamilculture/HinduWedding/Section3.tsx +++ b/components/tamilculture/HinduWedding/Section3.tsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
                          +
                          @@ -310,7 +310,6 @@ export default function Section1() {
                          -
                          diff --git a/components/tamilculture/bridal-makeup/Section1.jsx b/components/tamilculture/bridal-makeup/Section1.jsx index 6a9dc6d..406c7f7 100644 --- a/components/tamilculture/bridal-makeup/Section1.jsx +++ b/components/tamilculture/bridal-makeup/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
                          +
                          diff --git a/components/tamilculture/bridal-makeup/Section2.jsx b/components/tamilculture/bridal-makeup/Section2.jsx index b459863..e32879e 100644 --- a/components/tamilculture/bridal-makeup/Section2.jsx +++ b/components/tamilculture/bridal-makeup/Section2.jsx @@ -5,7 +5,7 @@ export default function Section2() { return ( <> -
                          +
                          {/* TEXT - NOW ON THE LEFT */} diff --git a/components/tamilculture/catholic-wedding/Section1.jsx b/components/tamilculture/catholic-wedding/Section1.jsx index b5b1d77..ea739fe 100644 --- a/components/tamilculture/catholic-wedding/Section1.jsx +++ b/components/tamilculture/catholic-wedding/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
                          +
                          diff --git a/components/tamilculture/city-style/Section1.jsx b/components/tamilculture/city-style/Section1.jsx index e37aca7..b7be507 100644 --- a/components/tamilculture/city-style/Section1.jsx +++ b/components/tamilculture/city-style/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
                          +
                          diff --git a/components/tamilculture/city-style/Section2.jsx b/components/tamilculture/city-style/Section2.jsx index 559997f..f85bcbc 100644 --- a/components/tamilculture/city-style/Section2.jsx +++ b/components/tamilculture/city-style/Section2.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
                          +
                          diff --git a/components/tamilculture/culturehome/Section2.jsx b/components/tamilculture/culturehome/Section2.jsx index fc40e8c..3c912a5 100644 --- a/components/tamilculture/culturehome/Section2.jsx +++ b/components/tamilculture/culturehome/Section2.jsx @@ -4,7 +4,7 @@ import Link from 'next/link' export default function Section2() { return ( <> -
                          +
                          diff --git a/components/tamilculture/culturehome/TamilCultureSection.jsx b/components/tamilculture/culturehome/TamilCultureSection.jsx index 5032c9d..c7f93db 100644 --- a/components/tamilculture/culturehome/TamilCultureSection.jsx +++ b/components/tamilculture/culturehome/TamilCultureSection.jsx @@ -5,7 +5,7 @@ export default function TamilCultureSection() { return ( <> -
                          +
                          diff --git a/components/tamilculture/protestant-wedding/Section1.tsx b/components/tamilculture/protestant-wedding/Section1.tsx index b54e0b4..8fe8fe1 100644 --- a/components/tamilculture/protestant-wedding/Section1.tsx +++ b/components/tamilculture/protestant-wedding/Section1.tsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
                          +
                          diff --git a/components/tamilculture/story-of-saree/Section1.jsx b/components/tamilculture/story-of-saree/Section1.jsx index 2a78040..3d3fbea 100644 --- a/components/tamilculture/story-of-saree/Section1.jsx +++ b/components/tamilculture/story-of-saree/Section1.jsx @@ -5,7 +5,7 @@ export default function Section1() { return ( <> -
                          +
                          diff --git a/components/tamilculture/story-of-saree/Section2.jsx b/components/tamilculture/story-of-saree/Section2.jsx index 0cd82bd..f06baa6 100644 --- a/components/tamilculture/story-of-saree/Section2.jsx +++ b/components/tamilculture/story-of-saree/Section2.jsx @@ -5,10 +5,10 @@ export default function Section2() { return ( <> -
                          +
                          -
                          +

                          One Saree, Many Incarnations

                          @@ -16,7 +16,60 @@ export default function Section2() {

                          Generally the climate of Indian subcontinent is warm and humid. Saree and its male counterpart dhoti was most suited for this land. Earlier there was hardly any difference between Saree and dhoti because men also liked to flaunt colorful Sarees with brocaded borders (see: Sarees for Men!). They could perhaps be interchanged in needy times. Only the upper portion of the Saree-length which covers the chest, left shoulder and at times head, is missing in Saree for men. Styles in wearing Saree vary from region to region. Gujarat style and Bengali style are different. So are Mangalorean, Kannadiga, Kodava, Tamilian, Malayali, etc. The Saree is worn in at least 10 to 15 styles throughout the India, though the ways of wearing above used to be common. In Maharashtra and North Karnataka region, wearing a nine yard Saree (without a petticoat — long underskirt –which was superfluous) was in vogue till 20th century. My mother who was a good swimmer, used to wear a nine yard Saree tightly and swam in river Kali or Arabian sea along with my father. Wearing swimming costume could just not be dreamt of. But the versatile Saree was good enough to move through the waves.

                          -
                          +
                          +
                          +
                          +
                          +
                          +
                          +
                          +
                          + +
                          +
                          +
                          +
                          +
                          + +
                          +
                          +
                          + +
                          +
                          +
                          +
                          +
                          +
                          +
                          +
                          +
                          +
                          +
                          +
                          +
                          +
                          +
                          +
                          +
                          + +
                          +
                          +
                          +
                          +
                          + +
                          +
                          +
                          + +
                          +
                          +
                          +
                          +
                          +
                          +

                          Some people think that Indian Saree is influenced by Greek or Roman toga which we see on ancient statues. This is not correct. Saree is essentially Indian and designed to suit local conditions. Cotton was cultivated in India centuries before Alexander the Great landed on the borders of India and Indian cloth (chira or Saree) was a wonder to Greek eyes. In fact, Herodotus and other ancient western historians thought there were cloth-growing trees in India! Raja Raviverma, the distinguished painter of 19th century, toured the entire sub-continent in search of the ideal female-wear. He wanted the best dress for the various goddesses he was asked and commissioned to paint. He selected the a yard Saree which drapes the body beautifully at the same time exhibiting contours of female anatomy–bust, waist, hips. Most of the female deities he painted are in this style.

                          @@ -32,6 +85,7 @@ export default function Section2() {
                          + ) } diff --git a/components/tamilculture/tamil-festivals/Section1.jsx b/components/tamilculture/tamil-festivals/Section1.jsx index 774296a..1f5cee4 100644 --- a/components/tamilculture/tamil-festivals/Section1.jsx +++ b/components/tamilculture/tamil-festivals/Section1.jsx @@ -5,7 +5,7 @@ import Link from 'next/link' export default function Section1() { return ( <> -
                          +
                          {/*
                          diff --git a/components/tamilculture/tamil-festivals/christian-festivals/Section1.jsx b/components/tamilculture/tamil-festivals/christian-festivals/Section1.jsx index bb8ad7b..e3e8fe8 100644 --- a/components/tamilculture/tamil-festivals/christian-festivals/Section1.jsx +++ b/components/tamilculture/tamil-festivals/christian-festivals/Section1.jsx @@ -9,19 +9,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -49,19 +38,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -71,19 +49,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          diff --git a/components/tamilculture/tamil-festivals/hindu-festivals/Section1.jsx b/components/tamilculture/tamil-festivals/hindu-festivals/Section1.jsx index e7a56cb..e975f2c 100644 --- a/components/tamilculture/tamil-festivals/hindu-festivals/Section1.jsx +++ b/components/tamilculture/tamil-festivals/hindu-festivals/Section1.jsx @@ -9,19 +9,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -48,19 +37,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -70,19 +48,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -110,19 +77,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -132,19 +88,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -174,19 +119,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -196,19 +130,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -236,19 +159,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -258,19 +170,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -300,19 +201,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -322,19 +212,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -362,19 +241,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          diff --git a/components/tamilculture/tamil-festivals/hindu-festivals/Section2.jsx b/components/tamilculture/tamil-festivals/hindu-festivals/Section2.jsx index afec536..8345a86 100644 --- a/components/tamilculture/tamil-festivals/hindu-festivals/Section2.jsx +++ b/components/tamilculture/tamil-festivals/hindu-festivals/Section2.jsx @@ -8,19 +8,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -51,19 +40,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -73,19 +51,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -109,19 +76,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -131,19 +87,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -167,19 +112,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -189,19 +123,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -229,19 +152,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -251,19 +163,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -293,19 +194,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -315,19 +205,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -351,19 +230,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -373,19 +241,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -413,19 +270,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -435,19 +281,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -475,19 +310,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          diff --git a/components/tamilculture/tamil-festivals/muslim-festivals/Section1.jsx b/components/tamilculture/tamil-festivals/muslim-festivals/Section1.jsx index d667b19..a8a1298 100644 --- a/components/tamilculture/tamil-festivals/muslim-festivals/Section1.jsx +++ b/components/tamilculture/tamil-festivals/muslim-festivals/Section1.jsx @@ -9,19 +9,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -47,19 +36,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -69,19 +47,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -109,19 +76,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          @@ -131,19 +87,8 @@ export default function Section1() {
                          -
                          -
                          -
                          -
                          - -
                          -
                          -
                          -
                          -
                          - -
                          -
                          +
                          +
                          diff --git a/components/tamilculture/tamil-wedding-custom/Section1.jsx b/components/tamilculture/tamil-wedding-custom/Section1.jsx index 7a4925a..8255ee9 100644 --- a/components/tamilculture/tamil-wedding-custom/Section1.jsx +++ b/components/tamilculture/tamil-wedding-custom/Section1.jsx @@ -5,7 +5,7 @@ import Link from 'next/link' export default function Section1() { return ( <> -
                          +
                          diff --git a/package-lock.json b/package-lock.json index 389dc44..4ff9b49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,6 +19,7 @@ "react-modal-video": "^2.0.2", "react-slick": "^0.30.2", "sass": "^1.81.0", + "sitemap": "^8.0.0", "slick-carousel": "^1.8.1", "swiper": "^11.1.14", "wowjs": "^1.1.3", @@ -34,7 +35,8 @@ "@types/react-slick": "^0.23.13", "eslint": "^8.57.1", "eslint-config-next": "^14.2.15", - "typescript": "^5" + "ts-node": "^10.9.2", + "typescript": "^5.8.3" } }, "node_modules/@babel/runtime": { @@ -46,6 +48,19 @@ "node": ">=6.9.0" } }, + "node_modules/@cspotcode/source-map-support": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", + "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/trace-mapping": "0.3.9" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/@emnapi/core": { "version": "1.4.3", "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.4.3.tgz", @@ -228,6 +243,34 @@ "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz", + "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, "node_modules/@napi-rs/wasm-runtime": { "version": "0.2.11", "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.11.tgz", @@ -786,6 +829,34 @@ "tslib": "^2.4.0" } }, + "node_modules/@tsconfig/node10": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz", + "integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@tsconfig/node12": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", + "dev": true, + "license": "MIT" + }, + "node_modules/@tsconfig/node14": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "dev": true, + "license": "MIT" + }, + "node_modules/@tsconfig/node16": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", + "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", + "dev": true, + "license": "MIT" + }, "node_modules/@tybys/wasm-util": { "version": "0.9.0", "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.9.0.tgz", @@ -815,7 +886,6 @@ "version": "22.15.31", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.31.tgz", "integrity": "sha512-jnVe5ULKl6tijxUhvQeNbQG/84fHfg+yMak02cT8QVhBx/F05rAVxCGBYYTh2EKz22D6JF5ktXuNwdx7b9iEGw==", - "dev": true, "license": "MIT", "dependencies": { "undici-types": "~6.21.0" @@ -879,6 +949,15 @@ "@types/react": "*" } }, + "node_modules/@types/sax": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz", + "integrity": "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==", + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "8.34.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.0.tgz", @@ -1420,6 +1499,19 @@ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, + "node_modules/acorn-walk": { + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", + "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", + "dev": true, + "license": "MIT", + "dependencies": { + "acorn": "^8.11.0" + }, + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -1480,6 +1572,12 @@ "lodash.throttle": "^4.0.1" } }, + "node_modules/arg": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", + "license": "MIT" + }, "node_modules/argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", @@ -1954,6 +2052,13 @@ "integrity": "sha512-llqrvyXztRFPp6+i8jx25phHWcVWhrHO4Nlt0uAOSKHB8778zzQswa4MU3qKBvkXfJKftRYFJuVHez67lyKdHg==", "license": "MIT" }, + "node_modules/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true, + "license": "MIT" + }, "node_modules/cross-spawn": { "version": "7.0.6", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", @@ -2119,6 +2224,16 @@ "node": ">=0.10" } }, + "node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.3.1" + } + }, "node_modules/doctrine": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", @@ -4078,6 +4193,13 @@ "dev": true, "license": "ISC" }, + "node_modules/make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true, + "license": "ISC" + }, "node_modules/math-intrinsics": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", @@ -5021,6 +5143,12 @@ "@parcel/watcher": "^2.4.1" } }, + "node_modules/sax": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz", + "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==", + "license": "ISC" + }, "node_modules/scheduler": { "version": "0.23.2", "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", @@ -5204,6 +5332,31 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/sitemap": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-8.0.0.tgz", + "integrity": "sha512-+AbdxhM9kJsHtruUF39bwS/B0Fytw6Fr1o4ZAIAEqA6cke2xcoO2GleBw9Zw7nRzILVEgz7zBM5GiTJjie1G9A==", + "license": "MIT", + "dependencies": { + "@types/node": "^17.0.5", + "@types/sax": "^1.2.1", + "arg": "^5.0.0", + "sax": "^1.2.4" + }, + "bin": { + "sitemap": "dist/cli.js" + }, + "engines": { + "node": ">=14.0.0", + "npm": ">=6.0.0" + } + }, + "node_modules/sitemap/node_modules/@types/node": { + "version": "17.0.45", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", + "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==", + "license": "MIT" + }, "node_modules/slick-carousel": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/slick-carousel/-/slick-carousel-1.8.1.tgz", @@ -5636,6 +5789,57 @@ "typescript": ">=4.8.4" } }, + "node_modules/ts-node": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-esm": "dist/bin-esm.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } + } + }, + "node_modules/ts-node/node_modules/arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true, + "license": "MIT" + }, "node_modules/tsconfig-paths": { "version": "3.15.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", @@ -5796,7 +6000,6 @@ "version": "6.21.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", - "dev": true, "license": "MIT" }, "node_modules/unrs-resolver": { @@ -5842,6 +6045,13 @@ "punycode": "^2.1.0" } }, + "node_modules/v8-compile-cache-lib": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", + "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", + "dev": true, + "license": "MIT" + }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", @@ -6096,6 +6306,16 @@ } } }, + "node_modules/yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, "node_modules/yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", diff --git a/package.json b/package.json index bdd4a3b..9fad468 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "build": "next build", "start": "next start", "lint": "next lint", - "sass": "sass --watch public/assets/scss/main.scss:public/assets/css/main.css" + "sass": "sass --watch public/assets/scss/main.scss:public/assets/css/main.css", + "generate-sitemap": "node scripts/generateSitemap.cjs" }, "dependencies": { "aos": "^2.3.4", @@ -21,6 +22,7 @@ "react-modal-video": "^2.0.2", "react-slick": "^0.30.2", "sass": "^1.81.0", + "sitemap": "^8.0.0", "slick-carousel": "^1.8.1", "swiper": "^11.1.14", "wowjs": "^1.1.3", diff --git a/public/assets/css/main.css b/public/assets/css/main.css index b97f61f..6113513 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -495,6 +495,10 @@ img { transform-origin: left; } +.tamil-img{ + opacity: 0.8; +} + .rotateme { position: relative; animation-name: animation-7; @@ -724,9 +728,9 @@ Location: .heading1 p { color: rgba(255, 255, 255, 0.9); font-family: var(--figtree); - font-size: var(--ztc-font-size-font-s18); + font-size: var(--ztc-font-size-font-s16); font-style: normal; - font-weight: var(--ztc-weight-medium); + /* font-weight: var(--ztc-weight-medium); */ line-height: 26px; transition: all 0.4s; } @@ -765,9 +769,9 @@ Location: .heading2 p { color: var(--ztc-text-text-3); font-family: var(--grotesk); - font-size: var(--ztc-font-size-font-s18); + font-size: var(--ztc-font-size-font-s16); font-style: normal; - font-weight: var(--ztc-weight-medium); + /* font-weight: var(--ztc-weight-medium); */ line-height: 26px; } @@ -837,9 +841,9 @@ Location: .heading4 p { color: rgba(255, 255, 255, 0.9); font-family: var(--grotesk); - font-size: var(--ztc-font-size-font-s18); + font-size: var(--ztc-font-size-font-s16); font-style: normal; - font-weight: var(--ztc-weight-medium); + /* font-weight: var(--ztc-weight-medium); */ line-height: 26px; } @@ -877,9 +881,9 @@ Location: .heading5 p { color: var(--ztc-text-text-9); font-family: var(--grotesk); - font-size: var(--ztc-font-size-font-s18); + font-size: var(--ztc-font-size-font-s16); font-style: normal; - font-weight: var(--ztc-weight-medium); + /* font-weight: var(--ztc-weight-medium); */ line-height: 26px; } @@ -924,9 +928,9 @@ Location: .heading6 p { color: var(--ztc-text-text-12); font-family: var(--grotesk); - font-size: var(--ztc-font-size-font-s18); + font-size: var(--ztc-font-size-font-s16); font-style: normal; - font-weight: var(--ztc-weight-medium); + /* font-weight: var(--ztc-weight-medium); */ line-height: 26px; } @@ -971,9 +975,9 @@ Location: .heading7 p { color: var(--ztc-text-text-1); font-family: var(--grotesk); - font-size: var(--ztc-font-size-font-s18); + font-size: var(--ztc-font-size-font-s16); font-style: normal; - font-weight: var(--ztc-weight-medium); + /* font-weight: var(--ztc-weight-medium); */ line-height: 26px; opacity: 0.8; } @@ -1073,9 +1077,9 @@ Location: .heading9 p { color: var(--ztc-text-text-9); font-family: var(--grotesk); - font-size: var(--ztc-font-size-font-s18); + font-size: var(--ztc-font-size-font-s16); font-style: normal; - font-weight: var(--ztc-weight-medium); + /* font-weight: var(--ztc-weight-medium); */ line-height: 26px; } @@ -1098,9 +1102,9 @@ Location: .heading10 p { color: var(--ztc-text-text-3); font-family: var(--grotesk); - font-size: var(--ztc-font-size-font-s18); + font-size: var(--ztc-font-size-font-s16); font-style: normal; - font-weight: var(--ztc-weight-medium); + /* font-weight: var(--ztc-weight-medium); */ line-height: 26px; } @@ -1138,9 +1142,9 @@ Location: .heading11 p { color: var(--ztc-text-text-9); font-family: var(--grotesk); - font-size: var(--ztc-font-size-font-s18); + font-size: var(--ztc-font-size-font-s16); font-style: normal; - font-weight: var(--ztc-weight-medium); + /* font-weight: var(--ztc-weight-medium); */ line-height: 26px; } @@ -1178,9 +1182,9 @@ Location: .heading12 p { color: var(--ztc-text-text-19); font-family: var(--grotesk); - font-size: var(--ztc-font-size-font-s18); + font-size: var(--ztc-font-size-font-s16); font-style: normal; - font-weight: var(--ztc-weight-medium); + /* font-weight: var(--ztc-weight-medium); */ line-height: 26px; } @@ -1220,9 +1224,9 @@ Location: .heading13 p { color: var(--ztc-text-text-1); font-family: var(--grotesk); - font-size: var(--ztc-font-size-font-s18); + font-size: var(--ztc-font-size-font-s16); font-style: normal; - font-weight: var(--ztc-weight-medium); + /* font-weight: var(--ztc-weight-medium); */ line-height: 26px; opacity: 80% !important; } @@ -1830,7 +1834,7 @@ Location: } .sp3 { - padding: 0 0 70px; + padding: 0 0 80px; } @media (max-width: 767px) { @@ -2316,7 +2320,7 @@ Location: font-family: var(--grotesk); font-size: var(--ztc-font-size-font-s16); font-style: normal; - font-weight: var(--ztc-weight-medium); + /* font-weight: var(--ztc-weight-medium); */ line-height: 16px; text-transform: capitalize; margin-top: 16px; @@ -6563,9 +6567,9 @@ Location: .blog-details-section .blog-deatils-content ul li a { color: var(--ztc-text-text-2); font-family: var(--figtree); - font-size: var(--ztc-font-size-font-s18); + font-size: var(--ztc-font-size-font-s16); font-style: normal; - font-weight: var(--ztc-weight-medium); + /* font-weight: var(--ztc-weight-medium); */ line-height: 18px; display: inline-block; transition: all 0.4s; @@ -17494,7 +17498,7 @@ html { color: var(--ztc-text-text-2); text-align: center; font-family: var(--grotesk); - font-size: var(--ztc-font-size-font-s24); + font-size: var(--ztc-font-size-font-s20); font-style: normal; font-weight: var(--ztc-weight-bold); line-height: 24px; @@ -17520,6 +17524,7 @@ html { position: relative; z-index: 1; padding: 24px; + margin-right: 20px; } .team-sperkers-section-area .our-team-boxarea .team-widget-area .elements21 { @@ -20205,7 +20210,8 @@ html { display: inline-block; transition: all 0.4s; border-radius: 4px; - background: var(--ztc-bg-bg-15); + /* background: var(--ztc-bg-bg-15); */ + background: linear-gradient(to right, #ed1b24, #a31319); padding: 12px 10px; } @@ -22703,10 +22709,10 @@ html { background: #f4b6b9; } -.heading-center { +/* .heading-center { padding-bottom: 20px; text-align: center; -} +} */ .about6-section-area .img1 img { height: 100%; @@ -22717,6 +22723,14 @@ html { padding: 8px; } +.about6-section-area .img2 img { + height: 100%; + width: 100%; + object-fit: cover; + border-radius: 8px; + padding: 8px; +} + .about6-section-area .image img { height: 100%; width: 100%; diff --git a/public/assets/css/vendor/mobile.css b/public/assets/css/vendor/mobile.css index 7326ea3..7512cb3 100644 --- a/public/assets/css/vendor/mobile.css +++ b/public/assets/css/vendor/mobile.css @@ -20,7 +20,7 @@ Desc: } body{ font-size: 16px; - font-family: "Figtree", sans-serif; + font-family: "Space Grotesk", sans-serif; } a, a:hover{ diff --git a/public/assets/img/about/banner/about-banner.webp b/public/assets/img/about/banner/about-banner.webp new file mode 100644 index 0000000..b0e3be4 Binary files /dev/null and b/public/assets/img/about/banner/about-banner.webp differ diff --git a/public/assets/img/about/banner/association-banner.webp b/public/assets/img/about/banner/association-banner.webp new file mode 100644 index 0000000..14483cc Binary files /dev/null and b/public/assets/img/about/banner/association-banner.webp differ diff --git a/public/assets/img/about/banner/committee-banner.webp b/public/assets/img/about/banner/committee-banner.webp new file mode 100644 index 0000000..85acc92 Binary files /dev/null and b/public/assets/img/about/banner/committee-banner.webp differ diff --git a/public/assets/img/about/banner/constitution-banner.webp b/public/assets/img/about/banner/constitution-banner.webp new file mode 100644 index 0000000..26e37e0 Binary files /dev/null and b/public/assets/img/about/banner/constitution-banner.webp differ diff --git a/public/assets/img/about/banner/mission-banner.webp b/public/assets/img/about/banner/mission-banner.webp new file mode 100644 index 0000000..ee9a57c Binary files /dev/null and b/public/assets/img/about/banner/mission-banner.webp differ diff --git a/public/assets/img/all-images/contact/contact-1.webp b/public/assets/img/all-images/contact/contact-1.webp new file mode 100644 index 0000000..0a41661 Binary files /dev/null and b/public/assets/img/all-images/contact/contact-1.webp differ diff --git a/public/assets/img/all-images/contact/contact-banner.webp b/public/assets/img/all-images/contact/contact-banner.webp new file mode 100644 index 0000000..20ad657 Binary files /dev/null and b/public/assets/img/all-images/contact/contact-banner.webp differ diff --git a/public/assets/img/all-images/others/image.png b/public/assets/img/all-images/others/image.png new file mode 100644 index 0000000..26d6e02 Binary files /dev/null and b/public/assets/img/all-images/others/image.png differ diff --git a/public/assets/img/all-images/testimonials/image.png b/public/assets/img/all-images/testimonials/image.png new file mode 100644 index 0000000..2ab392d Binary files /dev/null and b/public/assets/img/all-images/testimonials/image.png differ diff --git a/public/assets/img/community/badminton.webp b/public/assets/img/community/badminton.webp new file mode 100644 index 0000000..b06cd18 Binary files /dev/null and b/public/assets/img/community/badminton.webp differ diff --git a/public/assets/img/community/badminton/1.webp b/public/assets/img/community/badminton/1.webp new file mode 100644 index 0000000..bfe360d Binary files /dev/null and b/public/assets/img/community/badminton/1.webp differ diff --git a/public/assets/img/community/badminton/2.webp b/public/assets/img/community/badminton/2.webp new file mode 100644 index 0000000..1e02b83 Binary files /dev/null and b/public/assets/img/community/badminton/2.webp differ diff --git a/public/assets/img/community/badminton/3.webp b/public/assets/img/community/badminton/3.webp new file mode 100644 index 0000000..dcb8220 Binary files /dev/null and b/public/assets/img/community/badminton/3.webp differ diff --git a/public/assets/img/community/badminton/4.webp b/public/assets/img/community/badminton/4.webp new file mode 100644 index 0000000..9a2a2b9 Binary files /dev/null and b/public/assets/img/community/badminton/4.webp differ diff --git a/public/assets/img/community/badminton/badminton-club-banner.webp b/public/assets/img/community/badminton/badminton-club-banner.webp new file mode 100644 index 0000000..cc0f5ac Binary files /dev/null and b/public/assets/img/community/badminton/badminton-club-banner.webp differ diff --git a/public/assets/img/community/business-directory-banner.webp b/public/assets/img/community/business-directory-banner.webp new file mode 100644 index 0000000..7786f83 Binary files /dev/null and b/public/assets/img/community/business-directory-banner.webp differ diff --git a/public/assets/img/community/business.webp b/public/assets/img/community/business.webp new file mode 100644 index 0000000..4ca7469 Binary files /dev/null and b/public/assets/img/community/business.webp differ diff --git a/public/assets/img/community/community-banner.webp b/public/assets/img/community/community-banner.webp new file mode 100644 index 0000000..968f769 Binary files /dev/null and b/public/assets/img/community/community-banner.webp differ diff --git a/public/assets/img/community/cricket-club/1.webp b/public/assets/img/community/cricket-club/1.webp new file mode 100644 index 0000000..1319471 Binary files /dev/null and b/public/assets/img/community/cricket-club/1.webp differ diff --git a/public/assets/img/community/cricket-club/2.webp b/public/assets/img/community/cricket-club/2.webp new file mode 100644 index 0000000..255f3b6 Binary files /dev/null and b/public/assets/img/community/cricket-club/2.webp differ diff --git a/public/assets/img/community/cricket-club/3.webp b/public/assets/img/community/cricket-club/3.webp new file mode 100644 index 0000000..616e2eb Binary files /dev/null and b/public/assets/img/community/cricket-club/3.webp differ diff --git a/public/assets/img/community/cricket-club/4.webp b/public/assets/img/community/cricket-club/4.webp new file mode 100644 index 0000000..170eafe Binary files /dev/null and b/public/assets/img/community/cricket-club/4.webp differ diff --git a/public/assets/img/community/cricket-club/cricket-club-banner.webp b/public/assets/img/community/cricket-club/cricket-club-banner.webp new file mode 100644 index 0000000..2d7cd87 Binary files /dev/null and b/public/assets/img/community/cricket-club/cricket-club-banner.webp differ diff --git a/public/assets/img/community/cricket.webp b/public/assets/img/community/cricket.webp new file mode 100644 index 0000000..c16352a Binary files /dev/null and b/public/assets/img/community/cricket.webp differ diff --git a/public/assets/img/community/fund.webp b/public/assets/img/community/fund.webp new file mode 100644 index 0000000..f3d5dce Binary files /dev/null and b/public/assets/img/community/fund.webp differ diff --git a/public/assets/img/community/fund/1.webp b/public/assets/img/community/fund/1.webp new file mode 100644 index 0000000..38aa82b Binary files /dev/null and b/public/assets/img/community/fund/1.webp differ diff --git a/public/assets/img/community/fund/2.webp b/public/assets/img/community/fund/2.webp new file mode 100644 index 0000000..31bdc38 Binary files /dev/null and b/public/assets/img/community/fund/2.webp differ diff --git a/public/assets/img/community/fund/3.webp b/public/assets/img/community/fund/3.webp new file mode 100644 index 0000000..8fa33ad Binary files /dev/null and b/public/assets/img/community/fund/3.webp differ diff --git a/public/assets/img/community/fund/4.webp b/public/assets/img/community/fund/4.webp new file mode 100644 index 0000000..329e47e Binary files /dev/null and b/public/assets/img/community/fund/4.webp differ diff --git a/public/assets/img/community/fund/fund-banner.webp b/public/assets/img/community/fund/fund-banner.webp new file mode 100644 index 0000000..3a16261 Binary files /dev/null and b/public/assets/img/community/fund/fund-banner.webp differ diff --git a/public/assets/img/community/recipe.webp b/public/assets/img/community/recipe.webp new file mode 100644 index 0000000..efc2b57 Binary files /dev/null and b/public/assets/img/community/recipe.webp differ diff --git a/public/assets/img/community/recipes/big-img/canadian.webp b/public/assets/img/community/recipes/big-img/canadian.webp new file mode 100644 index 0000000..c034c3d Binary files /dev/null and b/public/assets/img/community/recipes/big-img/canadian.webp differ diff --git a/public/assets/img/community/recipes/big-img/south-indian.webp b/public/assets/img/community/recipes/big-img/south-indian.webp new file mode 100644 index 0000000..38b05e7 Binary files /dev/null and b/public/assets/img/community/recipes/big-img/south-indian.webp differ diff --git a/public/assets/img/community/recipes/big-img/srilankan-curry.webp b/public/assets/img/community/recipes/big-img/srilankan-curry.webp new file mode 100644 index 0000000..2e08ba4 Binary files /dev/null and b/public/assets/img/community/recipes/big-img/srilankan-curry.webp differ diff --git a/public/assets/img/community/recipes/big-img/srilankan.webp b/public/assets/img/community/recipes/big-img/srilankan.webp new file mode 100644 index 0000000..3638b30 Binary files /dev/null and b/public/assets/img/community/recipes/big-img/srilankan.webp differ diff --git a/public/assets/img/community/recipes/big-img/traditional.webp b/public/assets/img/community/recipes/big-img/traditional.webp new file mode 100644 index 0000000..7e81924 Binary files /dev/null and b/public/assets/img/community/recipes/big-img/traditional.webp differ diff --git a/public/assets/img/community/recipes/canadian-banner.webp b/public/assets/img/community/recipes/canadian-banner.webp new file mode 100644 index 0000000..1989df1 Binary files /dev/null and b/public/assets/img/community/recipes/canadian-banner.webp differ diff --git a/public/assets/img/community/recipes/canadian.webp b/public/assets/img/community/recipes/canadian.webp new file mode 100644 index 0000000..9e04d97 Binary files /dev/null and b/public/assets/img/community/recipes/canadian.webp differ diff --git a/public/assets/img/community/recipes/recipes-banner.webp b/public/assets/img/community/recipes/recipes-banner.webp new file mode 100644 index 0000000..666de32 Binary files /dev/null and b/public/assets/img/community/recipes/recipes-banner.webp differ diff --git a/public/assets/img/community/recipes/south-indian-banner.webp b/public/assets/img/community/recipes/south-indian-banner.webp new file mode 100644 index 0000000..91ecb7f Binary files /dev/null and b/public/assets/img/community/recipes/south-indian-banner.webp differ diff --git a/public/assets/img/community/recipes/south-indian.webp b/public/assets/img/community/recipes/south-indian.webp new file mode 100644 index 0000000..9346520 Binary files /dev/null and b/public/assets/img/community/recipes/south-indian.webp differ diff --git a/public/assets/img/community/recipes/sri-lankan.webp b/public/assets/img/community/recipes/sri-lankan.webp new file mode 100644 index 0000000..a181c0d Binary files /dev/null and b/public/assets/img/community/recipes/sri-lankan.webp differ diff --git a/public/assets/img/community/recipes/srilankan-banner.webp b/public/assets/img/community/recipes/srilankan-banner.webp new file mode 100644 index 0000000..0ddd0d0 Binary files /dev/null and b/public/assets/img/community/recipes/srilankan-banner.webp differ diff --git a/public/assets/img/community/recipes/srilankan-curry-banner.webp b/public/assets/img/community/recipes/srilankan-curry-banner.webp new file mode 100644 index 0000000..801e01d Binary files /dev/null and b/public/assets/img/community/recipes/srilankan-curry-banner.webp differ diff --git a/public/assets/img/community/recipes/srilankan-curry.webp b/public/assets/img/community/recipes/srilankan-curry.webp new file mode 100644 index 0000000..303a8bc Binary files /dev/null and b/public/assets/img/community/recipes/srilankan-curry.webp differ diff --git a/public/assets/img/community/recipes/traditional-banner.webp b/public/assets/img/community/recipes/traditional-banner.webp new file mode 100644 index 0000000..4d4c9a0 Binary files /dev/null and b/public/assets/img/community/recipes/traditional-banner.webp differ diff --git a/public/assets/img/community/recipes/traditional.webp b/public/assets/img/community/recipes/traditional.webp new file mode 100644 index 0000000..ab0d8ca Binary files /dev/null and b/public/assets/img/community/recipes/traditional.webp differ diff --git a/public/assets/img/community/school.webp b/public/assets/img/community/school.webp new file mode 100644 index 0000000..cbe5da3 Binary files /dev/null and b/public/assets/img/community/school.webp differ diff --git a/public/assets/img/community/tamil-school/1.webp b/public/assets/img/community/tamil-school/1.webp new file mode 100644 index 0000000..597b6ba Binary files /dev/null and b/public/assets/img/community/tamil-school/1.webp differ diff --git a/public/assets/img/community/tamil-school/2.webp b/public/assets/img/community/tamil-school/2.webp new file mode 100644 index 0000000..fd3cb81 Binary files /dev/null and b/public/assets/img/community/tamil-school/2.webp differ diff --git a/public/assets/img/community/tamil-school/3.webp b/public/assets/img/community/tamil-school/3.webp new file mode 100644 index 0000000..c534b1a Binary files /dev/null and b/public/assets/img/community/tamil-school/3.webp differ diff --git a/public/assets/img/community/tamil-school/4.webp b/public/assets/img/community/tamil-school/4.webp new file mode 100644 index 0000000..7b83779 Binary files /dev/null and b/public/assets/img/community/tamil-school/4.webp differ diff --git a/public/assets/img/community/tamil-school/school-banner.webp b/public/assets/img/community/tamil-school/school-banner.webp new file mode 100644 index 0000000..b414948 Binary files /dev/null and b/public/assets/img/community/tamil-school/school-banner.webp differ diff --git a/public/assets/img/event/gallery/gallery-banner.webp b/public/assets/img/event/gallery/gallery-banner.webp new file mode 100644 index 0000000..652519a Binary files /dev/null and b/public/assets/img/event/gallery/gallery-banner.webp differ diff --git a/public/assets/img/event/upcoming-event/agm.webp b/public/assets/img/event/upcoming-event/agm.webp new file mode 100644 index 0000000..f0b22ca Binary files /dev/null and b/public/assets/img/event/upcoming-event/agm.webp differ diff --git a/public/assets/img/event/upcoming-event/christmas.webp b/public/assets/img/event/upcoming-event/christmas.webp new file mode 100644 index 0000000..e700cd0 Binary files /dev/null and b/public/assets/img/event/upcoming-event/christmas.webp differ diff --git a/public/assets/img/event/upcoming-event/cultural.webp b/public/assets/img/event/upcoming-event/cultural.webp new file mode 100644 index 0000000..951e0fd Binary files /dev/null and b/public/assets/img/event/upcoming-event/cultural.webp differ diff --git a/public/assets/img/event/upcoming-event/deepavali.webp b/public/assets/img/event/upcoming-event/deepavali.webp new file mode 100644 index 0000000..6b270ba Binary files /dev/null and b/public/assets/img/event/upcoming-event/deepavali.webp differ diff --git a/public/assets/img/event/upcoming-event/kw.webp b/public/assets/img/event/upcoming-event/kw.webp new file mode 100644 index 0000000..668e759 Binary files /dev/null and b/public/assets/img/event/upcoming-event/kw.webp differ diff --git a/public/assets/img/event/upcoming-event/picnic.webp b/public/assets/img/event/upcoming-event/picnic.webp new file mode 100644 index 0000000..61e0b70 Binary files /dev/null and b/public/assets/img/event/upcoming-event/picnic.webp differ diff --git a/public/assets/img/event/upcoming-event/sports.webp b/public/assets/img/event/upcoming-event/sports.webp new file mode 100644 index 0000000..ec32be9 Binary files /dev/null and b/public/assets/img/event/upcoming-event/sports.webp differ diff --git a/public/assets/img/event/upcoming-event/thai-pongal.webp b/public/assets/img/event/upcoming-event/thai-pongal.webp new file mode 100644 index 0000000..a34ee4a Binary files /dev/null and b/public/assets/img/event/upcoming-event/thai-pongal.webp differ diff --git a/public/assets/img/event/upcoming-event/upcoming-events-banner.webp b/public/assets/img/event/upcoming-event/upcoming-events-banner.webp new file mode 100644 index 0000000..f68d6f4 Binary files /dev/null and b/public/assets/img/event/upcoming-event/upcoming-events-banner.webp differ diff --git a/public/assets/img/event/upcoming-event/workshop.webp b/public/assets/img/event/upcoming-event/workshop.webp new file mode 100644 index 0000000..d567456 Binary files /dev/null and b/public/assets/img/event/upcoming-event/workshop.webp differ diff --git a/public/assets/img/home/tamil-culture/tamil-culture-1.webp b/public/assets/img/home/tamil-culture/tamil-culture-1.webp index c9bb677..aba820d 100644 Binary files a/public/assets/img/home/tamil-culture/tamil-culture-1.webp and b/public/assets/img/home/tamil-culture/tamil-culture-1.webp differ diff --git a/public/assets/img/home/tamil-culture/tamil-culture-2.webp b/public/assets/img/home/tamil-culture/tamil-culture-2.webp index 75fc26f..1d7a2b7 100644 Binary files a/public/assets/img/home/tamil-culture/tamil-culture-2.webp and b/public/assets/img/home/tamil-culture/tamil-culture-2.webp differ diff --git a/public/assets/img/home/tamil-culture/tamil-culture-3.webp b/public/assets/img/home/tamil-culture/tamil-culture-3.webp index c03f982..d3f953c 100644 Binary files a/public/assets/img/home/tamil-culture/tamil-culture-3.webp and b/public/assets/img/home/tamil-culture/tamil-culture-3.webp differ diff --git a/public/assets/img/home/tamil-culture/tamil-culture-4.webp b/public/assets/img/home/tamil-culture/tamil-culture-4.webp index eb4efc2..debbb09 100644 Binary files a/public/assets/img/home/tamil-culture/tamil-culture-4.webp and b/public/assets/img/home/tamil-culture/tamil-culture-4.webp differ diff --git a/public/assets/img/home/tamil-culture/tamil-culture-5.webp b/public/assets/img/home/tamil-culture/tamil-culture-5.webp index 7dc7880..f55f186 100644 Binary files a/public/assets/img/home/tamil-culture/tamil-culture-5.webp and b/public/assets/img/home/tamil-culture/tamil-culture-5.webp differ diff --git a/public/assets/img/home/tamil-culture/tamil-culture-6.webp b/public/assets/img/home/tamil-culture/tamil-culture-6.webp index c651430..436cd4b 100644 Binary files a/public/assets/img/home/tamil-culture/tamil-culture-6.webp and b/public/assets/img/home/tamil-culture/tamil-culture-6.webp differ diff --git a/public/assets/img/home/tamil-culture/tamil-culture-7.webp b/public/assets/img/home/tamil-culture/tamil-culture-7.webp index 75fa179..bb20445 100644 Binary files a/public/assets/img/home/tamil-culture/tamil-culture-7.webp and b/public/assets/img/home/tamil-culture/tamil-culture-7.webp differ diff --git a/public/assets/img/home/tamil-thai-vazhthu-2.webp b/public/assets/img/home/tamil-thai-vazhthu-2.webp new file mode 100644 index 0000000..3ef6820 Binary files /dev/null and b/public/assets/img/home/tamil-thai-vazhthu-2.webp differ diff --git a/public/assets/img/home/tamil-thai-vazhthu.webp b/public/assets/img/home/tamil-thai-vazhthu.webp index 3ef6820..dfe56d7 100644 Binary files a/public/assets/img/home/tamil-thai-vazhthu.webp and b/public/assets/img/home/tamil-thai-vazhthu.webp differ diff --git a/public/assets/img/online/banners/christmas.webp b/public/assets/img/online/banners/christmas.webp index 31548df..670a32c 100644 Binary files a/public/assets/img/online/banners/christmas.webp and b/public/assets/img/online/banners/christmas.webp differ diff --git a/public/assets/img/online/banners/event-volunteer.webp b/public/assets/img/online/banners/event-volunteer.webp index c6beaa3..0d58008 100644 Binary files a/public/assets/img/online/banners/event-volunteer.webp and b/public/assets/img/online/banners/event-volunteer.webp differ diff --git a/public/assets/img/online/banners/kalai-vizha.webp b/public/assets/img/online/banners/kalai-vizha.webp index e65cbad..9bb10e0 100644 Binary files a/public/assets/img/online/banners/kalai-vizha.webp and b/public/assets/img/online/banners/kalai-vizha.webp differ diff --git a/public/assets/img/online/banners/membership-2024.webp b/public/assets/img/online/banners/membership-2024.webp index db04b88..57d04c6 100644 Binary files a/public/assets/img/online/banners/membership-2024.webp and b/public/assets/img/online/banners/membership-2024.webp differ diff --git a/public/assets/img/online/banners/membership-2025.webp b/public/assets/img/online/banners/membership-2025.webp index f24e065..0244e47 100644 Binary files a/public/assets/img/online/banners/membership-2025.webp and b/public/assets/img/online/banners/membership-2025.webp differ diff --git a/public/assets/img/online/banners/picnic.webp b/public/assets/img/online/banners/picnic.webp index eefb9ad..b897820 100644 Binary files a/public/assets/img/online/banners/picnic.webp and b/public/assets/img/online/banners/picnic.webp differ diff --git a/public/assets/img/online/banners/pongal.webp b/public/assets/img/online/banners/pongal.webp index 61a95d7..393f143 100644 Binary files a/public/assets/img/online/banners/pongal.webp and b/public/assets/img/online/banners/pongal.webp differ diff --git a/public/assets/img/online/banners/ppr.webp b/public/assets/img/online/banners/ppr.webp index 3085fd8..31fdc26 100644 Binary files a/public/assets/img/online/banners/ppr.webp and b/public/assets/img/online/banners/ppr.webp differ diff --git a/public/assets/img/online/banners/sponsor.webp b/public/assets/img/online/banners/sponsor.webp index 553eeca..ff57380 100644 Binary files a/public/assets/img/online/banners/sponsor.webp and b/public/assets/img/online/banners/sponsor.webp differ diff --git a/public/assets/img/online/banners/sports-day.webp b/public/assets/img/online/banners/sports-day.webp index 70e5724..4251607 100644 Binary files a/public/assets/img/online/banners/sports-day.webp and b/public/assets/img/online/banners/sports-day.webp differ diff --git a/public/assets/img/online/banners/tamil-new-yr.webp b/public/assets/img/online/banners/tamil-new-yr.webp index a638a12..6c0fb0e 100644 Binary files a/public/assets/img/online/banners/tamil-new-yr.webp and b/public/assets/img/online/banners/tamil-new-yr.webp differ diff --git a/public/assets/img/online/banners/whatsapp-group.webp b/public/assets/img/online/banners/whatsapp-group.webp index e1a13be..0530dc0 100644 Binary files a/public/assets/img/online/banners/whatsapp-group.webp and b/public/assets/img/online/banners/whatsapp-group.webp differ diff --git a/public/assets/img/tamil-culture-banner/tamil-culture-banner.webp b/public/assets/img/tamil-culture-banner/tamil-culture-banner.webp new file mode 100644 index 0000000..a807242 Binary files /dev/null and b/public/assets/img/tamil-culture-banner/tamil-culture-banner.webp differ diff --git a/public/assets/img/tamil-festivals-banner/christian-banner.webp b/public/assets/img/tamil-festivals-banner/christian-banner.webp new file mode 100644 index 0000000..1dca6b0 Binary files /dev/null and b/public/assets/img/tamil-festivals-banner/christian-banner.webp differ diff --git a/public/assets/img/tamil-festivals-banner/hindu-banner.webp b/public/assets/img/tamil-festivals-banner/hindu-banner.webp new file mode 100644 index 0000000..99701fc Binary files /dev/null and b/public/assets/img/tamil-festivals-banner/hindu-banner.webp differ diff --git a/public/assets/img/tamil-festivals-banner/muslim-banner.webp b/public/assets/img/tamil-festivals-banner/muslim-banner.webp new file mode 100644 index 0000000..1dce54e Binary files /dev/null and b/public/assets/img/tamil-festivals-banner/muslim-banner.webp differ diff --git a/public/assets/img/tamil-festivals-banner/tamil-festivals-banner.webp b/public/assets/img/tamil-festivals-banner/tamil-festivals-banner.webp new file mode 100644 index 0000000..8af3081 Binary files /dev/null and b/public/assets/img/tamil-festivals-banner/tamil-festivals-banner.webp differ diff --git a/public/assets/img/tamil-lang/tamil-language-banner.webp b/public/assets/img/tamil-lang/tamil-language-banner.webp new file mode 100644 index 0000000..45ba892 Binary files /dev/null and b/public/assets/img/tamil-lang/tamil-language-banner.webp differ diff --git a/public/assets/img/tamil-wedding-custom/bridal-makeup-banner.webp b/public/assets/img/tamil-wedding-custom/bridal-makeup-banner.webp new file mode 100644 index 0000000..98f0588 Binary files /dev/null and b/public/assets/img/tamil-wedding-custom/bridal-makeup-banner.webp differ diff --git a/public/assets/img/tamil-wedding-custom/city-wedding-banner.webp b/public/assets/img/tamil-wedding-custom/city-wedding-banner.webp new file mode 100644 index 0000000..ff0d671 Binary files /dev/null and b/public/assets/img/tamil-wedding-custom/city-wedding-banner.webp differ diff --git a/public/assets/img/tamil-wedding-custom/hindu-wedding-rituals-banner.webp b/public/assets/img/tamil-wedding-custom/hindu-wedding-rituals-banner.webp new file mode 100644 index 0000000..00f8c9d Binary files /dev/null and b/public/assets/img/tamil-wedding-custom/hindu-wedding-rituals-banner.webp differ diff --git a/public/assets/img/tamil-wedding-custom/saree-banner.webp b/public/assets/img/tamil-wedding-custom/saree-banner.webp new file mode 100644 index 0000000..313baf6 Binary files /dev/null and b/public/assets/img/tamil-wedding-custom/saree-banner.webp differ diff --git a/public/assets/img/tamil-wedding-custom/tamil-catholic-banner.webp b/public/assets/img/tamil-wedding-custom/tamil-catholic-banner.webp new file mode 100644 index 0000000..531a867 Binary files /dev/null and b/public/assets/img/tamil-wedding-custom/tamil-catholic-banner.webp differ diff --git a/public/assets/img/tamil-wedding-custom/tamil-protestant-banner.webp b/public/assets/img/tamil-wedding-custom/tamil-protestant-banner.webp new file mode 100644 index 0000000..cf01ed7 Binary files /dev/null and b/public/assets/img/tamil-wedding-custom/tamil-protestant-banner.webp differ diff --git a/public/assets/img/tamil-weding/tamil-wedding-banner.webp b/public/assets/img/tamil-weding/tamil-wedding-banner.webp new file mode 100644 index 0000000..b1c7b96 Binary files /dev/null and b/public/assets/img/tamil-weding/tamil-wedding-banner.webp differ diff --git a/public/assets/scss/theme/_spacing.scss b/public/assets/scss/theme/_spacing.scss index 963c45f..c98bd8e 100644 --- a/public/assets/scss/theme/_spacing.scss +++ b/public/assets/scss/theme/_spacing.scss @@ -19,7 +19,7 @@ } } .sp3{ - padding: 0 0 70px; + padding: 0 0 80px; @media #{$xs} { padding: 0 0 40px; } diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..e571a8a --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1 @@ +https://tca.metatronnest.com/(event)/photo-gallery/single-galleryweekly0.8https://tca.metatronnest.com/about/associationweekly0.8https://tca.metatronnest.com/about/committeeweekly0.8https://tca.metatronnest.com/about/constitutionweekly0.8https://tca.metatronnest.com/about/missionweekly0.8https://tca.metatronnest.com/aboutweekly0.8https://tca.metatronnest.com/blogweekly0.8https://tca.metatronnest.com/blog-singleweekly0.8https://tca.metatronnest.com/community/badminton-clubweekly0.8https://tca.metatronnest.com/community/business-directoryweekly0.8https://tca.metatronnest.com/community/cricket-clubweekly0.8https://tca.metatronnest.com/community/global-relief-fundweekly0.8https://tca.metatronnest.com/communityweekly0.8https://tca.metatronnest.com/community/recipesweekly0.8https://tca.metatronnest.com/community/single-recipesweekly0.8https://tca.metatronnest.com/community/tamil-schoolweekly0.8https://tca.metatronnest.com/contactweekly0.8https://tca.metatronnest.com/contact%20copyweekly0.8https://tca.metatronnest.com/eventweekly0.8https://tca.metatronnest.com/event-scheduleweekly0.8https://tca.metatronnest.com/event-singleweekly0.8https://tca.metatronnest.com/faqweekly0.8https://tca.metatronnest.com/foodweekly0.8https://tca.metatronnest.com/heritage-languageweekly0.8https://tca.metatronnest.com/index10weekly0.8https://tca.metatronnest.com/index2weekly0.8https://tca.metatronnest.com/index3weekly0.8https://tca.metatronnest.com/index4weekly0.8https://tca.metatronnest.com/index5weekly0.8https://tca.metatronnest.com/index6weekly0.8https://tca.metatronnest.com/index7weekly0.8https://tca.metatronnest.com/index8weekly0.8https://tca.metatronnest.com/index9weekly0.8https://tca.metatronnest.com/memoriesweekly0.8https://tca.metatronnest.com/missionweekly0.8https://tca.metatronnest.com/online/christmasweekly0.8https://tca.metatronnest.com/online/community-picnicweekly0.8https://tca.metatronnest.com/online/kalai-vizhaweekly0.8https://tca.metatronnest.com/online/membership-2024weekly0.8https://tca.metatronnest.com/online/membership-2025weekly0.8https://tca.metatronnest.com/online/performanceweekly0.8https://tca.metatronnest.com/online/registration-formweekly0.8https://tca.metatronnest.com/online/sports-dayweekly0.8https://tca.metatronnest.com/online/tamil-new-yearweekly0.8https://tca.metatronnest.com/online/thai-pongal-2025weekly0.8https://tca.metatronnest.com/online/volunteerweekly0.8https://tca.metatronnest.com/weekly0.8https://tca.metatronnest.com/pricing-planweekly0.8https://tca.metatronnest.com/speakersweekly0.8https://tca.metatronnest.com/speakers-singleweekly0.8https://tca.metatronnest.com/tamil-cultureweekly0.8https://tca.metatronnest.com/tamil-culture/tamil-festivals/christian-festivalsweekly0.8https://tca.metatronnest.com/tamil-culture/tamil-festivals/hindu-festivalsweekly0.8https://tca.metatronnest.com/tamil-culture/tamil-festivals/muslim-festivalsweekly0.8https://tca.metatronnest.com/tamil-culture/tamil-festivalsweekly0.8https://tca.metatronnest.com/tamil-culture/tamil-language/tamil-language-dataweekly0.8https://tca.metatronnest.com/tamil-culture/tamil-wedding-custom/bridal-makeupweekly0.8https://tca.metatronnest.com/tamil-culture/tamil-wedding-custom/catholic-weddingweekly0.8https://tca.metatronnest.com/tamil-culture/tamil-wedding-custom/city-styleweekly0.8https://tca.metatronnest.com/tamil-culture/tamil-wedding-custom/hindu-wedding-ritualsweekly0.8https://tca.metatronnest.com/tamil-culture/tamil-wedding-customweekly0.8https://tca.metatronnest.com/tamil-culture/tamil-wedding-custom/protestant-weddingweekly0.8https://tca.metatronnest.com/tamil-culture/tamil-wedding-custom/story-of-sareeweekly0.8https://tca.metatronnest.com/tamil-culture-postweekly0.8https://tca.metatronnest.com/tamil-culture-post/?slug=instrumental-musicweekly0.6https://tca.metatronnest.com/tamil-culture-post/?slug=bharathnatyam-danceweekly0.6https://tca.metatronnest.com/tamil-culture-post/?slug=vocalweekly0.6 \ No newline at end of file diff --git a/scripts/generateSitemap.cjs b/scripts/generateSitemap.cjs new file mode 100644 index 0000000..4ac8c7b --- /dev/null +++ b/scripts/generateSitemap.cjs @@ -0,0 +1,73 @@ +const fs = require('fs'); +const path = require('path'); +const { SitemapStream, streamToPromise } = require('sitemap'); + +const APP_DIR = path.join(__dirname, '../app'); + +function getAppRoutes(dir = APP_DIR, baseRoute = '') { + let routes = []; + + const items = fs.readdirSync(dir); + items.forEach((item) => { + const itemPath = path.join(dir, item); + const stat = fs.statSync(itemPath); + + if (stat.isDirectory()) { + const newBase = baseRoute + '/' + item; + routes = routes.concat(getAppRoutes(itemPath, newBase)); + } else if (item === 'page.tsx' || item === 'page.js') { + routes.push(baseRoute || '/'); + } + }); + + return routes; +} + +const staticPaths = getAppRoutes().map((url) => + url.endsWith('/') && url !== '/' ? url.slice(0, -1) : url +); + +const staticLinks = staticPaths.map((url) => ({ + url, + changefreq: 'weekly', + priority: 0.8, +})); + +// Example dynamic slugs +const tamilCulturePosts = [ + { slug: 'instrumental-music' }, + { slug: 'bharathnatyam-dance' }, + { slug: 'vocal' }, +]; + +const cultureLinks = tamilCulturePosts.map((post) => ({ + url: `/tamil-culture-post/?slug=${post.slug}`, + changefreq: 'weekly', + priority: 0.64, +})); + +const allLinks = [...staticLinks, ...cultureLinks]; + +async function generateSitemap() { + try { + const sitemap = new SitemapStream({ + hostname: 'https://tca.metatronnest.com', + }); + + const outputPath = path.resolve(__dirname, '../public/sitemap.xml'); + const writeStream = fs.createWriteStream(outputPath); + + sitemap.pipe(writeStream); + + allLinks.forEach((link) => sitemap.write(link)); + sitemap.end(); + + await streamToPromise(sitemap); + + console.log(`✅ sitemap.xml created with ${allLinks.length} URLs!`); + } catch (err) { + console.error('❌ Error generating sitemap:', err); + } +} + +generateSitemap(); diff --git a/tsconfig.json b/tsconfig.json index d81d4ee..3de7baf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -33,7 +33,7 @@ "**/*.ts", "**/*.tsx", ".next/types/**/*.ts" - ], +, "scripts/generate-sitemap.cts" ], "exclude": [ "node_modules" ] diff --git a/utility/constant.utils.js b/utility/constant.utils.js index db7c6e7..9a0ec5e 100644 --- a/utility/constant.utils.js +++ b/utility/constant.utils.js @@ -4,7 +4,9 @@ export const recipesList = [ { id: 1, slug: "south-indian-food", - image: "/assets/img/all-images/blog/blog-img8.png", + bannerImage: '/assets/img/community/recipes/south-indian-banner.webp', + bigImage: '/assets/img/community/recipes/big-img/south-indian.webp', + image: "/assets/img/community/recipes/south-indian.webp", title: "South Indian Food", user: "Admin", date: "Feb 28, 2021", @@ -88,7 +90,9 @@ export const recipesList = [ { id: 2, slug: "sri-lankan", - image: "/assets/img/all-images/blog/blog-img8.png", + bannerImage: '/assets/img/community/recipes/srilankan-banner.webp', + bigImage: '/assets/img/community/recipes/big-img/srilankan.webp', + image: "/assets/img/community/recipes/sri-lankan.webp", title: "Sri Lankan", user: "Admin", date: "Feb 17, 2021", @@ -186,7 +190,9 @@ export const recipesList = [ { id: 3, slug: "traditional-tamil", - image: "/assets/img/all-images/blog/blog-img8.png", + bannerImage: '/assets/img/community/recipes/traditional-banner.webp', + bigImage: '/assets/img/community/recipes/big-img/traditional.webp', + image: "/assets/img/community/recipes/traditional.webp", title: "Traditional Tamil", user: "Admin", date: "Jun 30 2016", @@ -229,7 +235,9 @@ export const recipesList = [ { id: 4, slug: "sri-lankan-curry", - image: "/assets/img/all-images/blog/blog-img8.png", + bannerImage: '/assets/img/community/recipes/srilankan-curry-banner.webp', + bigImage: '/assets/img/community/recipes/big-img/srilankan-curry.webp', + image: "/assets/img/community/recipes/srilankan-curry.webp", title: "Sri Lankan Curry", user: "Admin", date: "Jun 30 2016", @@ -290,7 +298,9 @@ export const recipesList = [ { id: 5, slug: "canadian", - image: "/assets/img/all-images/blog/blog-img8.png", + bannerImage: '/assets/img/community/recipes/canadian-banner.webp', + bigImage: '/assets/img/community/recipes/big-img/canadian.webp', + image: "/assets/img/community/recipes/canadian.webp", title: "Canadian", user: "Admin", date: "Feb 03, 2016", @@ -3717,7 +3727,7 @@ export const tamilculture = { { - image: "/assets/img/all-images/event/event-img1.png", + image: "/assets/img/all-images/testimonials/image.png", title: "Old Dravidian", desc: "Proto-Dravidian was once widely spoken across India, with remnants like Brahui and Gondi still found in northern and western regions, showing linguistic ties to South Indian Dravidian languages. Despite later mingling and decline in speakers, these languages prove the ancient spread of Dravidians from Baluchistan to Bengal.", slug: "old-dravidian", @@ -3748,7 +3758,7 @@ export const tamilculture = { { - image: "/assets/img/all-images/event/event-img1.png", + image: "/assets/img/all-images/others/image.png", title: "North Indian Languages", desc: "The Dravidian language, once widespread across India, gradually split into Tamil, Telugu, Kannada, and Malayalam due to geographical and political factors. The term 'Dravidian' evolved from the word 'Tamil' and now refers to this entire language family.", slug: "north-indian-languages", @@ -3778,7 +3788,7 @@ export const tamilculture = { { - image: "/assets/img/all-images/event/event-img1.png", + image: "/assets/img/all-images/testimonials/image.png", title: "South Indian Languages", desc: "Tamil and Malayalam share a deeper linguistic and cultural connection due to Kerala’s historical integration with Tamil Nadu, evident in shared literary works, rulers, and traditions. This close bond has resulted in greater similarity between these two languages than with other Dravidian tongues like Kannada and Telugu.", slug: "south-indian-languages", @@ -3810,7 +3820,7 @@ export const tamilculture = { { - image: "/assets/img/all-images/event/event-img1.png", + image: "/assets/img/all-images/others/image.png", title: "Contact with Foreign Countries", desc: "Tamil's historical maritime trade extended its influence far beyond India, linking Tamil Nadu with regions like Rome, China, and Southeast Asia through vibrant cultural and commercial exchanges. Foreign records and Tamil classics alike highlight the Tamils' advanced trade networks, business acumen, and political significance in the ancient world.", slug: "contact-with-foreign-countries", @@ -3844,7 +3854,7 @@ export const tamilculture = { { - image: "/assets/img/all-images/event/event-img1.png", + image: "/assets/img/all-images/testimonials/image.png", title: "Antiquity of Tamil Grammatical Works", desc: "Tolkappiyam, the earliest known Tamil grammar written around the 3rd century B.C., highlights a rich linguistic tradition predating it and classifies words and dialects with precision. It distinguishes between classical and colloquial Tamil, showcasing the language's early grammatical depth and evolution.", slug: "antiquity-of-tamil-grammatical-works", @@ -3880,7 +3890,7 @@ export const tamilculture = { { - image: "/assets/img/all-images/event/event-img1.png", + image: "/assets/img/all-images/others/image.png", title: "Tamil Scripts", desc: "Tamil script, which evolved independently from ancient forms like vaṭṭeḻuttu, showcases a rich phonetic system with unique vowels, consonants, and distinctions not found in scripts like Devanagari. Its precise sound structure and lack of aspirates highlight Tamil’s linguistic uniqueness and historical depth.", slug: "tamil-scripts", @@ -3908,49 +3918,11 @@ export const tamilculture = { ], - - - ClassificationandFormationofWords: [ { - image: "/assets/img/all-images/event/event-img1.png", - title: "Classification and Formation of Words", - desc: "Tamil script, which evolved independently from ancient forms like vaṭṭeḻuttu, showcases a rich phonetic system with unique vowels, consonants, and distinctions not found in scripts like Devanagari. Its precise sound structure and lack of aspirates highlight Tamil’s linguistic uniqueness and historical depth.", - slug: "classification-and-formation-of-words", - button: "Read More", - - InnerData: [ - { - title: "Classification and Formation of Words", - image: "/assets/img/all-images/memory/memory-img4.png", - - para1: "There are four types of words in Tamil. Among them, uriccol or root words, which were used in ancient poetry, are now rarely used. If we exclude uriccol, Tamil has only three primary categories of words: nouns, verbs, and itaiccol (particles). Nouns denote both living and non-living things and convey information about gender, number, and person. The classification of nouns (tiNai) is further divided into uyartiNai and akRiNai. UyartiNai includes personal beings like humans, gods, and demons, whereas akRiNai refers to lesser beings and objects.", - - para2: "In uyartiNai, there are three genders: masculine, feminine, and neuter. Notably, masculine and feminine genders refer only to singular beings. The neuter plural, called palar paal, indicates multiple items or beings. AkRiNai is divided into onRan paal (singular impersonal) and palvin paal (plural impersonal). Tamil recognizes only two numbers—singular and plural—unlike Sanskrit, which has a dual number. This classification helps in distinguishing the type and count of entities being referred to.", - - para3: "Tamil has three grammatical persons: first person, second person, and third person. These persons help in identifying the speaker, the listener, and the subject of discussion. Case inflections are numerous in Tamil and are added as suffixes to words. These suffixes help indicate relationships like subject, object, possession, etc. The distinction between animate and inanimate, as well as between masculine and feminine, is usually inferred from the meaning of the word. Tamil's rich inflectional system enhances its expressiveness.", - - para4: "Verbs in Tamil are categorized as finite and infinite. Most finite verbs carry suffixes that indicate gender and whether the subject is animate or inanimate. Interestingly, gender distinctions are not present in abstract nouns or in relative participles. Both nouns and verbs are generally formed from verbal roots, though only a few verbs originate from noun roots. This structure underlines Tamil's consistent grammatical foundation and highlights its systematic verb formation.", - - para5: "Particles (itaiccol) in Tamil do not carry independent meaning. Instead, they modify or add meaning when combined with other words. Even words that appear meaningless on their own can function as particles. Tamil is an agglutinative language, meaning suffixes indicating case, time, or gender are added to base/root words. This agglutination helps in creating transparent and meaningful word structures, even in classical Tamil literature.", - - para6: "The continuity of root words across different eras in Tamil is evident—for instance, the root un has remained intact in ancient (una), medieval (uN, uNTi), and modern (uNavu) words for 'food.' Only the suffixes have changed, not the root. This continuity allows modern readers to grasp classical Tamil poetry with relative ease. Tamil syntax has remained largely unchanged from ancient to modern times, preserving structure across literature. In fact, all Dravidian languages exhibit syntactical similarity, creating a shared identity despite regional differences and distinct linguistic origins from Indo-European languages.", - - } - ] - - } - - ], - - - ClassificationandFormationofWords: [ - - { - - image: "/assets/img/all-images/event/event-img1.png", + image: "/assets/img/all-images/testimonials/image.png", title: "Classification and Formation of Words", desc: "Tamil has four types of words. Excluding the rarely used uriccol (root words), there remain nouns, verbs, and itaiccol (particles), with nouns classified into uyartiNai and akRiNai based on beings and objects.", slug: "classification-and-formation-of-words", @@ -3987,7 +3959,7 @@ export const tamilculture = { { - image: "/assets/img/all-images/event/event-img1.png", + image: "/assets/img/all-images/others/image.png", title: "Unnecessary Polemics", desc: "Tamil, one of the most ancient Indian languages, evolved independently with rich literary and folk traditions, but Sanskrit scholars wrongly claimed it borrowed heavily from Sanskrit. Despite such biased views, later linguistic research proved Tamil's originality and antiquity, restoring its rightful status.", slug: "unnecessary-polemics", @@ -4022,7 +3994,7 @@ export const tamilculture = { { - image: "/assets/img/all-images/event/event-img1.png", + image: "/assets/img/all-images/testimonials/image.png", title: "Tanit-Tamil Iyakkam (Pure Tamil Movement)", desc: "Sanskrit scholars tried to popularize a hybrid Manipravala style to elevate Sanskrit influence in Tamil, but failed due to Tamil’s rich literary heritage. They belittled Tamil works like Tirukkural and Tolkaappiyam as Sanskrit imitations until scholars like V.K. Sastriar and Maraimalaiyatikal revived pride in Tamil literature.", slug: "tanit-tamil-iyakkam-(pure-tamil-movement)", @@ -4058,7 +4030,7 @@ export const tamilculture = { { - image: "/assets/img/all-images/event/event-img1.png", + image: "/assets/img/all-images/others/image.png", title: "Two Different Types of Tamil Style", desc: "Though efforts to Sanskritise Tamil have faded, their impact lingers—fueling the Pure Tamil Movement, which opposes Sanskrit influence and promotes writing in chaste Tamil, while debates over linguistic purity versus hybrid usage continue among scholars and journalists to this day.", slug: "two-different-types-of-tamil-style", @@ -4101,7 +4073,7 @@ export const tamilculture = { { - image: "/assets/img/all-images/event/event-img1.png", + image: "/assets/img/all-images/testimonials/image.png", title: "Dialectical Conventions", desc: "Spoken Tamil varies slightly across regions like Tirunelveli, Coimbatore, Thanjavur, and Chennai, with differences in vocabulary, pronunciation, and influence from other languages such as Telugu, Urdu, and English. Pronunciations of letters like 'ca' and 'za', as well as verbs and common words, differ not only across Tamil Nadu but also significantly in Sri Lankan Tamil, where certain words have entirely different meanings or usages.", slug: "dialectical-conventions", @@ -4136,7 +4108,7 @@ export const tamilculture = { { - image: "/assets/img/all-images/event/event-img1.png", + image: "/assets/img/all-images/others/image.png", title: "Foreign Loan Words in Tamil", desc: "Tamil has absorbed foreign words—mainly from English, Sanskrit, Urdu, Hindi, and Arabic—at various points in history, adapting them phonetically or contextually in both speech and writing. Despite these influences, Tamil has remarkably preserved its linguistic individuality and remains the Indian language with the fewest foreign loan words.", slug: "foreign-loan-words-in-tamil", @@ -4175,42 +4147,42 @@ export const tamilculture = { export const communitySubmenuData = [ { id: "1", - src: "/assets/img/online/membership-2024/tca-mem-1.webp", + src: "/assets/img/community/fund/1.webp", alt: "membership2024 pics", }, { id: "2", - src: "/assets/img/online/membership-2024/tca-mem-2.webp", + src: "/assets/img/community/fund/2.webp", alt: "membership2024 pics" }, { id: "3", - src: "/assets/img/online/membership-2024/tca-mem-3.webp", + src: "/assets/img/community/fund/3.webp", alt: "membership2024 pics", }, { id: "4", - src: "/assets/img/online/membership-2024/tca-mem-4.webp", + src: "/assets/img/community/fund/4.webp", alt: "membership2024 pics" }, { id: "5", - src: "/assets/img/online/membership-2025/tca-mem-1.webp", + src: "/assets/img/community/cricket-club/1.webp", alt: "membership2025 pics", }, { id: "6", - src: "/assets/img/online/membership-2025/tca-mem-2.webp", + src: "/assets/img/community/cricket-club/2.webp", alt: "membership2025 pics" }, { id: "7", - src: "/assets/img/online/membership-2025/tca-mem-3.webp", + src: "/assets/img/community/cricket-club/3.webp", alt: "membership2025 pics", }, { id: "8", - src: "/assets/img/online/membership-2025/tca-mem-4.webp", + src: "/assets/img/community/cricket-club/4.webp", alt: "membership2025 pics" }, @@ -4218,22 +4190,22 @@ export const communitySubmenuData = [ { id: "9", - src: "/assets/img/online/membership-2025/tca-mem-1.webp", + src: "/assets/img/community/badminton/1.webp", alt: "Badminton Club pics", }, { id: "10", - src: "/assets/img/online/membership-2025/tca-mem-2.webp", + src: "/assets/img/community/badminton/2.webp", alt: "Badminton Club pics" }, { id: "11", - src: "/assets/img/online/membership-2025/tca-mem-3.webp", + src: "/assets/img/community/badminton/3.webp", alt: "Badminton Club pics", }, { id: "12", - src: "/assets/img/online/membership-2025/tca-mem-4.webp", + src: "/assets/img/community/badminton/4.webp", alt: "Badminton Club pics" }, @@ -4242,44 +4214,44 @@ export const communitySubmenuData = [ { id: "13", - src: "/assets/img/online/membership-2025/tca-mem-1.webp", + src: "/assets/img/community/tamil-school/1.webp", alt: "Tamil School pics", }, { id: "14", - src: "/assets/img/online/membership-2025/tca-mem-2.webp", + src: "/assets/img/community/tamil-school/2.webp", alt: "Tamil School pics" }, { id: "15", - src: "/assets/img/online/membership-2025/tca-mem-3.webp", + src: "/assets/img/community/tamil-school/3.webp", alt: "Tamil School pics", }, { id: "16", - src: "/assets/img/online/membership-2025/tca-mem-4.webp", - alt: "Tamil School pics" - }, - { - id: "17", - src: "/assets/img/online/membership-2025/tca-mem-1.webp", - alt: "Tamil School pics", - }, - { - id: "18", - src: "/assets/img/online/membership-2025/tca-mem-2.webp", - alt: "Tamil School pics" - }, - { - id: "19", - src: "/assets/img/online/membership-2025/tca-mem-3.webp", - alt: "Tamil School pics", - }, - { - id: "20", - src: "/assets/img/online/membership-2025/tca-mem-4.webp", + src: "/assets/img/community/tamil-school/4.webp", alt: "Tamil School pics" }, + // { + // id: "17", + // src: "/assets/img/online/membership-2025/tca-mem-1.webp", + // alt: "Tamil School pics", + // }, + // { + // id: "18", + // src: "/assets/img/online/membership-2025/tca-mem-2.webp", + // alt: "Tamil School pics" + // }, + // { + // id: "19", + // src: "/assets/img/online/membership-2025/tca-mem-3.webp", + // alt: "Tamil School pics", + // }, + // { + // id: "20", + // src: "/assets/img/online/membership-2025/tca-mem-4.webp", + // alt: "Tamil School pics" + // }, ];