AARISH — ১৩টি কাপড়ের বইয়ের সেট (13 Learning Cloth Books Set)
IMAGES USED BY THE SALES PAGE
==============================================================

Everything the page needs is ALREADY in this folder. Nothing is missing.
To change a picture, just overwrite the file and KEEP THE SAME NAME.


THE MAIN PICTURE
----------------
aarish_books.png        The "11 LEARNING BOOKS" collage. Used in three places:
                        the big picture at the top, the small thumbnail in the
                        order box, and the picture Facebook shows when someone
                        shares the link.

aarish_books_web.jpg    THE SAME PICTURE, but 326 KB instead of 2.2 MB.
                        Not currently used. See "MAKE THE PAGE FASTER" below.


THE 13 BOOK COVERS
------------------
Both sliders run through all 13, in this order. The page count beside each one
comes from the "books" list in index.html, NOT from the file name:

    image1.jpeg     পোষা প্রাণী        / Pet Animal          8 pages
    image2.jpeg     আবহাওয়া            / Weather Chart      12 pages
    image3.jpeg     সব রং              / All Colours         6 pages
    image4.jpeg     জলচর প্রাণী        / Aquatic Animal      8 pages
    image5.jpeg     পরিবার             / The Family         12 pages
    image6.jpeg     পাখি               / Birds               8 pages
    image7.jpeg     সংখ্যা             / Number             12 pages
    image8.jpeg     যানবাহন            / Vehicles            8 pages
    image9.jpeg     সবজি               / Vegetable           8 pages
    image10.jpeg    বর্ণমালা           / Alphabet           28 pages   <-- CHECK THIS
    image11.jpeg    ফলমূল              / Fruits              8 pages
    image12.jpeg    অনুভূতি            / Feelings           12 pages
    image13.jpeg    বনের প্রাণী        / Forest Animals      8 pages
                                                           ----------
                                                   TOTAL   138 pages

NOTE: you said the set is 128 pages, but these numbers add up to 138. The gap is
exactly 10 and it lands on image10. If বর্ণমালা / Alphabet is 18 pages and not 28,
change that one number in the "books" list inside index.html and the whole page —
the big "১৩৮" tile, the list, and the badge on the picture — becomes 128 by itself.

Please keep the file names plain (image1.jpeg, image2.jpeg ...). Names with
brackets and spaces like "image1(8 pages).jpeg" have to be escaped in a web
address and break easily on some servers. The page counts live in index.html.

Note on photos: image12 and image13 were shot on a sofa, while image1-image11
are on a plain white background. In the slider they sit right next to each
other, so re-shooting those two on white would look a lot more consistent.

MAKE THE PAGE FASTER (recommended before running ads)
-----------------------------------------------------
aarish_books.png is 2.2 MB. On mobile data that is slow, and Facebook traffic is
almost all mobile — people leave before the page finishes loading.

aarish_books_web.jpg looks identical and is 7x smaller. To switch, open
../index.html in Notepad and replace every "aarish_books.png" with
"aarish_books_web.jpg" (there are 4 of them: 2 in the page, 2 in the CONFIG
block). Nothing else needs to change.


PLEASE DELETE THIS FILE
-----------------------
aarish_books.jpg        This is the OLD collage. It has another company's logo
                        ("হাতে কলম") printed in the top-left corner. Nothing on
                        the page uses it any more. Running ads on someone else's
                        branded image can get the ad — and the page — reported.
                        Safe to delete.


WHERE TO CHANGE PRICES AND YOUR WHATSAPP NUMBER
-----------------------------------------------
Open ../index.html in Notepad and find the block that starts with

    const CONFIG = {

Everything you would ever want to change lives there and nowhere else:

    useBengaliDigits true    numbers show in Bangla numerals (১,১৫০ / ১৩).
                       Set to false for plain 0-9 if you ever want it.

    currencyStyle    'word'   prices read "১,১৫০ টাকা". The ৳ sign was
                       dropped because in this Bangla display font it
                       looks almost identical to the digit ৮, so
                       ৳১,১৫০ was being read as ৮১,১৫০. Set it to
                       'symbol' to go back to "৳ ১,১৫০".
    regularPrice     1850    the crossed-out price
    offerPrice       1150    the big price the customer pays
    books            the 13 books and their page counts. Change a page
                       number here and the "১৩টি বই / ১৩৮ পাতা" tiles, the
                       "কোন বইয়ে কত পাতা" list and the badge on each slider
                       picture all update together.
    giftSizes        ['1Y','2Y','3Y','4Y','5Y']  the size buttons on the order
                       form. Add or remove one and the buttons change by
                       themselves. Keep the '3Y' form - the Bangla label
                       ('৩ বছর') is built from the number.
                       The customer MUST pick a size before the order can
                       be sent, and the size is included in the WhatsApp
                       message.
    gift             'একটি প্রিমিয়াম টি-শার্ট'  the free gift, shown under every price block,
                       in the order summary, and in the WhatsApp message.
                       Set it to '' (two quotes, nothing inside) to remove
                       the free-gift offer from the whole page at once.
    whatsappNumber   8801324383810   DONE - orders open in WhatsApp to this
                       number (+880 1324-383810). Tested and working.
    supportPhone     01324383810     the tap-to-call number printed on the
                       page. Set to the same number - change it if calls
                       should go somewhere else.
    facebookPage     https://www.facebook.com/aarish236
                       The "no WhatsApp?" route. It appears as a blue
                       Facebook button under the order form, again in
                       the success box, and in the footer. Clear it and
                       all three disappear on their own.
    deliveryInside   60      delivery charge inside Dhaka
    deliveryOutside  100     delivery charge outside Dhaka
    siteUrl          the real web address of this page, once it is online

After editing, save the file and hard-refresh the page (Ctrl + F5).
