Commit graph

10 commits

Author SHA1 Message Date
aa1d74f3cb feat: implement lazy loading for product images to enhance performance
- Added CSS styles for lazy loading images, improving initial load times and user experience.
- Updated ProductManager class to initialize lazy loading functionality, utilizing Intersection Observer for efficient image loading as they come into view.
- Modified image elements in product catalog to support lazy loading with appropriate data attributes.
2025-09-19 09:54:06 -07:00
18cf5c8ed3 Implement image enlargement modal and enhance product detail functionality
- Replaced static quantity controls with a modal for image enlargement on product detail and catalog pages.
- Added event listeners for image clicks to trigger modal display with enlarged images.
- Updated product detail page to dynamically load images and descriptions, improving user experience.
- Refactored JavaScript to streamline image handling and modal interactions.
- Enhanced CSS for modal styling and transitions, ensuring a smooth user experience.
2025-09-17 20:52:03 -07:00
195286e6c8 Update product data, fix icon paths, improve carousel, and increase product card heights
- Added products 50-88 to products.json with complete details
- Fixed icon paths after moving phone2.png and mail.png to icons folder
- Updated carousel to support 6 images with proper indicators
- Renamed first_homepage.jpg to index_hero.jpg and updated all references
- Increased product card heights from 29vh to 32vh for better visual presence
- Removed unused icon files (admin.png, calendar.png, search.png, tag.png)
- Added storage.jpg to our_story carousel images
2025-09-17 17:34:11 -07:00
4baf19983a refactor: update footer layout across multiple pages to improve consistency and reduce spacing, while enhancing link accessibility 2025-09-15 05:11:07 -07:00
71e2a8489e feat: wrap logo images in anchor tags for improved navigation and add hover effects across multiple pages 2025-09-15 03:06:44 -07:00
8fe919c449 refactor: remove blog and quote pages along with related scripts and data, streamline navigation and enhance overall site structure 2025-09-11 16:09:47 -07:00
228095ed83 feat: implement responsive mobile menu and navigation enhancements across all pages 2025-09-08 20:52:51 -07:00
0eab10dc09 feat: add quote page 2025-08-26 02:12:49 -04:00
ec844c6c88 feat: add product comparison page 2025-08-26 01:08:37 -04:00
0d5fd84762 feat: add product catalog and product detail pages 2025-08-22 07:40:59 -04:00