Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-09 16:36:14 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -63,19 +63,19 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Students", title: "School Supplies", subtitle: "Everything for back to school", description: "Notebooks, pens, pencils, folders, backpacks and all school materials you need to succeed. We stock quality brands at competitive prices.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-back-school-essentials-with-backpack-watercolor_23-2148587506.jpg", imageAlt: "School supplies and notebooks"},
tag: "Students", title: "School Supplies", subtitle: "Everything for back to school", description: "Notebooks, pens, pencils, folders, backpacks and all school materials you need to succeed. We stock quality brands at competitive prices.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-back-school-essentials-with-backpack-watercolor_23-2148587506.jpg?_wi=1", imageAlt: "School supplies and notebooks"},
{
id: 2,
tag: "Professionals", title: "Office Materials", subtitle: "Productivity solutions", description: "Professional office supplies and premium stationery items for your workspace. From desk organizers to quality pens, we have everything.", imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-screen-lamp_23-2148821872.jpg", imageAlt: "Office materials and supplies"},
tag: "Professionals", title: "Office Materials", subtitle: "Productivity solutions", description: "Professional office supplies and premium stationery items for your workspace. From desk organizers to quality pens, we have everything.", imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-screen-lamp_23-2148821872.jpg?_wi=1", imageAlt: "Office materials and supplies"},
{
id: 3,
tag: "Fast Service", title: "Printing & Copies", subtitle: "Quick turnaround", description: "Fast printing, photocopies and document services. Same-day service available for most projects. Perfect for urgent needs.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-printing-house-with-paper-paints_1303-26583.jpg", imageAlt: "Professional printing equipment"},
tag: "Fast Service", title: "Printing & Copies", subtitle: "Quick turnaround", description: "Fast printing, photocopies and document services. Same-day service available for most projects. Perfect for urgent needs.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-printing-house-with-paper-paints_1303-26583.jpg?_wi=1", imageAlt: "Professional printing equipment"},
{
id: 4,
tag: "Quality", title: "Notebooks & Stationery", subtitle: "Premium writing materials", description: "Premium notebooks, planners and writing materials from trusted brands. Durable and beautiful designs for every need.", imageSrc: "http://img.b2bpic.net/free-photo/school-stationery-around-notepad_23-2147843231.jpg", imageAlt: "Notebooks and planners collection"},
{
id: 5,
tag: "Creative", title: "School Projects", subtitle: "Craft supplies for creativity", description: "Materials for school assignments and crafts. Art supplies, presentation boards, and specialty items for student projects.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-back-school-concept-arrangement_23-2148586735.jpg", imageAlt: "Store interior organized shelves"},
tag: "Creative", title: "School Projects", subtitle: "Craft supplies for creativity", description: "Materials for school assignments and crafts. Art supplies, presentation boards, and specialty items for student projects.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-back-school-concept-arrangement_23-2148586735.jpg?_wi=1", imageAlt: "Store interior organized shelves"},
{
id: 6,
tag: "Everyday", title: "General Paper Goods", subtitle: "Essential supplies", description: "Paper products and everyday stationery items. From basic supplies to specialty papers, we stock what you need daily.", imageSrc: "http://img.b2bpic.net/free-photo/happy-call-center-agent-using-computer-while-communicating-with-clients-working-office_637285-6165.jpg", imageAlt: "Friendly retail staff"},
@@ -105,13 +105,13 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "1", name: "Store Interior - Quality & Organization", price: "Visit Us", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-back-school-concept-arrangement_23-2148586735.jpg", imageAlt: "ART Papelaria organized shelves"},
id: "1", name: "Store Interior - Quality & Organization", price: "Visit Us", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-back-school-concept-arrangement_23-2148586735.jpg?_wi=2", imageAlt: "ART Papelaria organized shelves"},
{
id: "2", name: "School Supplies - Complete Selection", price: "In Stock", imageSrc: "http://img.b2bpic.net/free-photo/top-view-back-school-essentials-with-backpack-watercolor_23-2148587506.jpg", imageAlt: "School supplies and notebooks"},
id: "2", name: "School Supplies - Complete Selection", price: "In Stock", imageSrc: "http://img.b2bpic.net/free-photo/top-view-back-school-essentials-with-backpack-watercolor_23-2148587506.jpg?_wi=2", imageAlt: "School supplies and notebooks"},
{
id: "3", name: "Printing Services - Modern Equipment", price: "Same Day", imageSrc: "http://img.b2bpic.net/free-photo/man-working-printing-house-with-paper-paints_1303-26583.jpg", imageAlt: "Professional printing equipment"},
id: "3", name: "Printing Services - Modern Equipment", price: "Same Day", imageSrc: "http://img.b2bpic.net/free-photo/man-working-printing-house-with-paper-paints_1303-26583.jpg?_wi=2", imageAlt: "Professional printing equipment"},
{
id: "4", name: "Office Supplies - Professional Quality", price: "Best Prices", imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-screen-lamp_23-2148821872.jpg", imageAlt: "Office materials and supplies"},
id: "4", name: "Office Supplies - Professional Quality", price: "Best Prices", imageSrc: "http://img.b2bpic.net/free-photo/office-desk-with-computer-screen-lamp_23-2148821872.jpg?_wi=2", imageAlt: "Office materials and supplies"},
]}
/>
</div>