From 00770120cc479e7d6cf2024203baa71600b62901 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:45:35 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index be4cb61..1b7e27a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -97,7 +97,7 @@ export default function AboutPage() { href: "/about", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/team-artists-painting-beautiful-rustic-creation-canvas_482257-122873.jpg" + imageSrc="http://img.b2bpic.net/free-photo/team-artists-painting-beautiful-rustic-creation-canvas_482257-122873.jpg?_wi=2" imageAlt="creative workspace artist studio inspiration" useInvertedBackground={false} /> @@ -121,7 +121,7 @@ export default function AboutPage() { name: "Sarah Mitchell", role: "Professional Artist", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-woman-home-office_329181-13399.jpg", + "http://img.b2bpic.net/free-photo/portrait-woman-home-office_329181-13399.jpg?_wi=2", imageAlt: "professional artist woman portrait", }, { @@ -132,7 +132,7 @@ export default function AboutPage() { name: "Michael Chen", role: "Fashion Designer", imageSrc: - "http://img.b2bpic.net/free-photo/happy-man-with-eyeglasses-smiling-office_329181-14553.jpg", + "http://img.b2bpic.net/free-photo/happy-man-with-eyeglasses-smiling-office_329181-14553.jpg?_wi=2", imageAlt: "fashion designer man portrait professional", }, { @@ -143,7 +143,7 @@ export default function AboutPage() { name: "Emily Rodriguez", role: "Art Instructor", imageSrc: - "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-491.jpg", + "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-491.jpg?_wi=2", imageAlt: "art teacher instructor classroom portrait", }, { @@ -154,7 +154,7 @@ export default function AboutPage() { name: "David Kim", role: "Illustrator & Designer", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg", + "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg?_wi=2", imageAlt: "illustrator designer male portrait", }, { @@ -165,7 +165,7 @@ export default function AboutPage() { name: "Jessica Wong", role: "Mixed Media Artist", imageSrc: - "http://img.b2bpic.net/free-photo/skilled-artist-stands-before-easel-painting-watercolor-rustic-scene_482257-124812.jpg", + "http://img.b2bpic.net/free-photo/skilled-artist-stands-before-easel-painting-watercolor-rustic-scene_482257-124812.jpg?_wi=2", imageAlt: "mixed media artist woman portrait", }, { @@ -176,7 +176,7 @@ export default function AboutPage() { name: "James Patterson", role: "Independent Artist", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-handsome-confident-businessman-black-wall_176420-3455.jpg", + "http://img.b2bpic.net/free-photo/portrait-handsome-confident-businessman-black-wall_176420-3455.jpg?_wi=2", imageAlt: "independent artist male portrait", }, ]} -- 2.49.1 From 0fd7086110e2b11c56fef1fc385decc46a0904f9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:45:36 +0000 Subject: [PATCH 2/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index dd88c52..5945708 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -60,7 +60,7 @@ export default function BlogPage() { category: "Techniques", title: "Mastering Watercolor Layering", excerpt: "Learn the essential techniques for creating depth and transparency in your watercolor paintings with expert tips.", - imageSrc: "http://img.b2bpic.net/free-photo/painter-works-with-finger-painting-technique-her-latest-artwork-piece-contemporary-art-studio_482257-133420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/painter-works-with-finger-painting-technique-her-latest-artwork-piece-contemporary-art-studio_482257-133420.jpg?_wi=2", authorName: "Sarah Mitchell", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg", date: "Jan 15, 2025", @@ -70,7 +70,7 @@ export default function BlogPage() { category: "Design", title: "Sketch-to-Design: Your Creative Process", excerpt: "Transform your initial sketches into polished designs using professional tools and proven methodologies.", - imageSrc: "http://img.b2bpic.net/free-photo/male-artist-painting-with-watercolor-studio_23-2150213708.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-artist-painting-with-watercolor-studio_23-2150213708.jpg?_wi=2", authorName: "Michael Chen", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149362876.jpg", date: "Jan 12, 2025", @@ -80,7 +80,7 @@ export default function BlogPage() { category: "Inspiration", title: "Finding Inspiration in Everyday Objects", excerpt: "Discover how to see artistic potential in ordinary items and incorporate them into your creative practice.", - imageSrc: "http://img.b2bpic.net/free-photo/pears-notebook_23-2147693897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pears-notebook_23-2147693897.jpg?_wi=2", authorName: "Emily Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", date: "Jan 10, 2025", -- 2.49.1 From 28916746507d7a61c778e9503ae7ebdc2545ab9a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:45:36 +0000 Subject: [PATCH 3/5] Update src/app/categories/page.tsx --- src/app/categories/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/categories/page.tsx b/src/app/categories/page.tsx index a460994..48cfb02 100644 --- a/src/app/categories/page.tsx +++ b/src/app/categories/page.tsx @@ -99,7 +99,7 @@ export default function CategoriesPage() { description: "From beginner to professional, explore our collection of premium pencils, charcoal, graphite, and high-quality sketchbooks perfect for drawing practice and fine art.", imageSrc: - "http://img.b2bpic.net/free-photo/red-pencil-stands-out-from-crowd-black-wooden-white-table_169016-4912.jpg", + "http://img.b2bpic.net/free-photo/red-pencil-stands-out-from-crowd-black-wooden-white-table_169016-4912.jpg?_wi=4", imageAlt: "drawing pencils charcoal sketching supplies", }, { @@ -110,7 +110,7 @@ export default function CategoriesPage() { description: "Discover watercolors, acrylics, oils, and gouache from trusted brands. Our carefully selected paints offer vibrant colors and excellent pigmentation for stunning results.", imageSrc: - "http://img.b2bpic.net/free-photo/painting-color-palette-collection_23-2148575553.jpg", + "http://img.b2bpic.net/free-photo/painting-color-palette-collection_23-2148575553.jpg?_wi=3", imageAlt: "paint tubes collection vibrant colors palette", }, { @@ -121,7 +121,7 @@ export default function CategoriesPage() { description: "Professional markers, color pencils, and design tools for graphic designers, fashion designers, and interior designers. Perfect for concept sketches and professional presentations.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-connected-lines-painted-with-colorful-markers-white-paper-lines-charts-shedule_171337-11029.jpg", + "http://img.b2bpic.net/free-photo/close-up-connected-lines-painted-with-colorful-markers-white-paper-lines-charts-shedule_171337-11029.jpg?_wi=4", imageAlt: "design markers color pencils professional tools", }, { @@ -132,7 +132,7 @@ export default function CategoriesPage() { description: "Comprehensive art books covering techniques, theory, and inspiration. Ideal for learning and expanding your artistic knowledge and creativity.", imageSrc: - "http://img.b2bpic.net/free-photo/female-artist-painting-indoors_23-2147989701.jpg", + "http://img.b2bpic.net/free-photo/female-artist-painting-indoors_23-2147989701.jpg?_wi=2", imageAlt: "art technique books educational learning", }, ]} @@ -156,7 +156,7 @@ export default function CategoriesPage() { name: "Premium Watercolor Set", price: "$45.99", imageSrc: - "http://img.b2bpic.net/free-vector/set-painting-materials-flat-style_23-2147564207.jpg", + "http://img.b2bpic.net/free-vector/set-painting-materials-flat-style_23-2147564207.jpg?_wi=3", imageAlt: "professional watercolor paint set box", }, { @@ -164,7 +164,7 @@ export default function CategoriesPage() { name: "Luxury Sketchbook Bundle", price: "$32.50", imageSrc: - "http://img.b2bpic.net/free-photo/view-two-kraft-spiral-notebook-with-pen-ice-background_140725-139414.jpg", + "http://img.b2bpic.net/free-photo/view-two-kraft-spiral-notebook-with-pen-ice-background_140725-139414.jpg?_wi=3", imageAlt: "premium quality sketchbooks collection", }, { @@ -172,7 +172,7 @@ export default function CategoriesPage() { name: "Artist's Brush Collection", price: "$58.00", imageSrc: - "http://img.b2bpic.net/free-photo/row-makeup-brushes-black-backdrop_23-2147899428.jpg", + "http://img.b2bpic.net/free-photo/row-makeup-brushes-black-backdrop_23-2147899428.jpg?_wi=3", imageAlt: "professional artist brush set collection", }, { @@ -180,7 +180,7 @@ export default function CategoriesPage() { name: "Canvas Pack Assorted", price: "$39.99", imageSrc: - "http://img.b2bpic.net/free-photo/png-paper-box-twine-fabric-isolated-white-background_185193-162363.jpg", + "http://img.b2bpic.net/free-photo/png-paper-box-twine-fabric-isolated-white-background_185193-162363.jpg?_wi=3", imageAlt: "canvas boards assorted sizes pack", }, ]} -- 2.49.1 From b89bd17b4b1c2bc78dc9593cfe53f631b0026d07 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:45:37 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f48c0d..008e328 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -190,7 +190,7 @@ export default function HomePage() { name: "Premium Watercolor Set", price: "$45.99", imageSrc: - "http://img.b2bpic.net/free-vector/set-painting-materials-flat-style_23-2147564207.jpg", + "http://img.b2bpic.net/free-vector/set-painting-materials-flat-style_23-2147564207.jpg?_wi=1", imageAlt: "Professional watercolor paints", }, { @@ -198,7 +198,7 @@ export default function HomePage() { name: "Luxury Sketchbook Bundle", price: "$32.50", imageSrc: - "http://img.b2bpic.net/free-photo/view-two-kraft-spiral-notebook-with-pen-ice-background_140725-139414.jpg", + "http://img.b2bpic.net/free-photo/view-two-kraft-spiral-notebook-with-pen-ice-background_140725-139414.jpg?_wi=1", imageAlt: "Premium quality sketchbooks", }, { @@ -206,7 +206,7 @@ export default function HomePage() { name: "Artist's Brush Collection", price: "$58.00", imageSrc: - "http://img.b2bpic.net/free-photo/row-makeup-brushes-black-backdrop_23-2147899428.jpg", + "http://img.b2bpic.net/free-photo/row-makeup-brushes-black-backdrop_23-2147899428.jpg?_wi=1", imageAlt: "Professional artist brushes", }, { @@ -214,7 +214,7 @@ export default function HomePage() { name: "Canvas Pack Assorted", price: "$39.99", imageSrc: - "http://img.b2bpic.net/free-photo/png-paper-box-twine-fabric-isolated-white-background_185193-162363.jpg", + "http://img.b2bpic.net/free-photo/png-paper-box-twine-fabric-isolated-white-background_185193-162363.jpg?_wi=1", imageAlt: "Various size canvas boards", }, ]} @@ -239,7 +239,7 @@ export default function HomePage() { description: "From beginner to professional, explore our collection of premium pencils, charcoal, graphite, and high-quality sketchbooks perfect for drawing practice and fine art.", imageSrc: - "http://img.b2bpic.net/free-photo/red-pencil-stands-out-from-crowd-black-wooden-white-table_169016-4912.jpg", + "http://img.b2bpic.net/free-photo/red-pencil-stands-out-from-crowd-black-wooden-white-table_169016-4912.jpg?_wi=1", }, { id: 2, @@ -249,7 +249,7 @@ export default function HomePage() { description: "Discover watercolors, acrylics, oils, and gouache from trusted brands. Our carefully selected paints offer vibrant colors and excellent pigmentation for stunning results.", imageSrc: - "http://img.b2bpic.net/free-photo/painting-color-palette-collection_23-2148575553.jpg", + "http://img.b2bpic.net/free-photo/painting-color-palette-collection_23-2148575553.jpg?_wi=1", }, { id: 3, @@ -259,7 +259,7 @@ export default function HomePage() { description: "Professional markers, color pencils, and design tools for graphic designers, fashion designers, and interior designers. Perfect for concept sketches and professional presentations.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-connected-lines-painted-with-colorful-markers-white-paper-lines-charts-shedule_171337-11029.jpg", + "http://img.b2bpic.net/free-photo/close-up-connected-lines-painted-with-colorful-markers-white-paper-lines-charts-shedule_171337-11029.jpg?_wi=1", }, { id: 4, @@ -269,7 +269,7 @@ export default function HomePage() { description: "Comprehensive art books covering techniques, theory, and inspiration. Ideal for learning and expanding your artistic knowledge and creativity.", imageSrc: - "http://img.b2bpic.net/free-photo/female-artist-painting-indoors_23-2147989701.jpg", + "http://img.b2bpic.net/free-photo/female-artist-painting-indoors_23-2147989701.jpg?_wi=1", }, ]} /> @@ -285,7 +285,7 @@ export default function HomePage() { { text: "Shop Now", href: "/shop" }, { text: "Learn More", href: "/about" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/team-artists-painting-beautiful-rustic-creation-canvas_482257-122873.jpg" + imageSrc="http://img.b2bpic.net/free-photo/team-artists-painting-beautiful-rustic-creation-canvas_482257-122873.jpg?_wi=1" imageAlt="Creative workspace artist studio inspiration" useInvertedBackground={false} /> @@ -309,7 +309,7 @@ export default function HomePage() { name: "Sarah Mitchell", role: "Professional Artist", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-woman-home-office_329181-13399.jpg", + "http://img.b2bpic.net/free-photo/portrait-woman-home-office_329181-13399.jpg?_wi=1", }, { id: "2", @@ -319,7 +319,7 @@ export default function HomePage() { name: "Michael Chen", role: "Fashion Designer", imageSrc: - "http://img.b2bpic.net/free-photo/happy-man-with-eyeglasses-smiling-office_329181-14553.jpg", + "http://img.b2bpic.net/free-photo/happy-man-with-eyeglasses-smiling-office_329181-14553.jpg?_wi=1", }, { id: "3", @@ -329,7 +329,7 @@ export default function HomePage() { name: "Emily Rodriguez", role: "Art Instructor", imageSrc: - "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-491.jpg", + "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-491.jpg?_wi=1", }, { id: "4", @@ -339,7 +339,7 @@ export default function HomePage() { name: "David Kim", role: "Illustrator & Designer", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg", + "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg?_wi=1", }, { id: "5", @@ -349,7 +349,7 @@ export default function HomePage() { name: "Jessica Wong", role: "Mixed Media Artist", imageSrc: - "http://img.b2bpic.net/free-photo/skilled-artist-stands-before-easel-painting-watercolor-rustic-scene_482257-124812.jpg", + "http://img.b2bpic.net/free-photo/skilled-artist-stands-before-easel-painting-watercolor-rustic-scene_482257-124812.jpg?_wi=1", }, { id: "6", @@ -359,7 +359,7 @@ export default function HomePage() { name: "James Patterson", role: "Independent Artist", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-handsome-confident-businessman-black-wall_176420-3455.jpg", + "http://img.b2bpic.net/free-photo/portrait-handsome-confident-businessman-black-wall_176420-3455.jpg?_wi=1", }, ]} /> @@ -383,7 +383,7 @@ export default function HomePage() { excerpt: "Learn the essential techniques for creating depth and transparency in your watercolor paintings with expert tips.", imageSrc: - "http://img.b2bpic.net/free-photo/painter-works-with-finger-painting-technique-her-latest-artwork-piece-contemporary-art-studio_482257-133420.jpg", + "http://img.b2bpic.net/free-photo/painter-works-with-finger-painting-technique-her-latest-artwork-piece-contemporary-art-studio_482257-133420.jpg?_wi=1", authorName: "Sarah Mitchell", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg", @@ -396,7 +396,7 @@ export default function HomePage() { excerpt: "Transform your initial sketches into polished designs using professional tools and proven methodologies.", imageSrc: - "http://img.b2bpic.net/free-photo/male-artist-painting-with-watercolor-studio_23-2150213708.jpg", + "http://img.b2bpic.net/free-photo/male-artist-painting-with-watercolor-studio_23-2150213708.jpg?_wi=1", authorName: "Michael Chen", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149362876.jpg", @@ -409,7 +409,7 @@ export default function HomePage() { excerpt: "Discover how to see artistic potential in ordinary items and incorporate them into your creative practice.", imageSrc: - "http://img.b2bpic.net/free-photo/pears-notebook_23-2147693897.jpg", + "http://img.b2bpic.net/free-photo/pears-notebook_23-2147693897.jpg?_wi=1", authorName: "Emily Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", -- 2.49.1 From 13e11b90cf290a3f99b8956bed306dca62cf1287 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:45:37 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 8f4c844..3d65a71 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -98,7 +98,7 @@ export default function ShopPage() { name: "Premium Watercolor Set", price: "$45.99", imageSrc: - "http://img.b2bpic.net/free-vector/set-painting-materials-flat-style_23-2147564207.jpg", + "http://img.b2bpic.net/free-vector/set-painting-materials-flat-style_23-2147564207.jpg?_wi=2", imageAlt: "Professional watercolor paints", }, { @@ -106,7 +106,7 @@ export default function ShopPage() { name: "Luxury Sketchbook Bundle", price: "$32.50", imageSrc: - "http://img.b2bpic.net/free-photo/view-two-kraft-spiral-notebook-with-pen-ice-background_140725-139414.jpg", + "http://img.b2bpic.net/free-photo/view-two-kraft-spiral-notebook-with-pen-ice-background_140725-139414.jpg?_wi=2", imageAlt: "Premium quality sketchbooks", }, { @@ -114,7 +114,7 @@ export default function ShopPage() { name: "Artist's Brush Collection", price: "$58.00", imageSrc: - "http://img.b2bpic.net/free-photo/row-makeup-brushes-black-backdrop_23-2147899428.jpg", + "http://img.b2bpic.net/free-photo/row-makeup-brushes-black-backdrop_23-2147899428.jpg?_wi=2", imageAlt: "Professional artist brushes", }, { @@ -122,7 +122,7 @@ export default function ShopPage() { name: "Canvas Pack Assorted", price: "$39.99", imageSrc: - "http://img.b2bpic.net/free-photo/png-paper-box-twine-fabric-isolated-white-background_185193-162363.jpg", + "http://img.b2bpic.net/free-photo/png-paper-box-twine-fabric-isolated-white-background_185193-162363.jpg?_wi=2", imageAlt: "Various size canvas boards", }, { @@ -130,7 +130,7 @@ export default function ShopPage() { name: "Drawing Pencil Set Pro", price: "$28.00", imageSrc: - "http://img.b2bpic.net/free-photo/red-pencil-stands-out-from-crowd-black-wooden-white-table_169016-4912.jpg", + "http://img.b2bpic.net/free-photo/red-pencil-stands-out-from-crowd-black-wooden-white-table_169016-4912.jpg?_wi=2", imageAlt: "Professional drawing pencils", }, { @@ -138,7 +138,7 @@ export default function ShopPage() { name: "Marker Collection Deluxe", price: "$65.50", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-connected-lines-painted-with-colorful-markers-white-paper-lines-charts-shedule_171337-11029.jpg", + "http://img.b2bpic.net/free-photo/close-up-connected-lines-painted-with-colorful-markers-white-paper-lines-charts-shedule_171337-11029.jpg?_wi=2", imageAlt: "Professional design markers", }, ]} @@ -163,7 +163,7 @@ export default function ShopPage() { description: "From beginner to professional, explore our collection of premium pencils, charcoal, graphite, and high-quality sketchbooks perfect for drawing practice and fine art.", imageSrc: - "http://img.b2bpic.net/free-photo/red-pencil-stands-out-from-crowd-black-wooden-white-table_169016-4912.jpg", + "http://img.b2bpic.net/free-photo/red-pencil-stands-out-from-crowd-black-wooden-white-table_169016-4912.jpg?_wi=3", }, { id: 2, @@ -173,7 +173,7 @@ export default function ShopPage() { description: "Discover watercolors, acrylics, oils, and gouache from trusted brands. Our carefully selected paints offer vibrant colors and excellent pigmentation for stunning results.", imageSrc: - "http://img.b2bpic.net/free-photo/painting-color-palette-collection_23-2148575553.jpg", + "http://img.b2bpic.net/free-photo/painting-color-palette-collection_23-2148575553.jpg?_wi=2", }, { id: 3, @@ -183,7 +183,7 @@ export default function ShopPage() { description: "Professional markers, color pencils, and design tools for graphic designers, fashion designers, and interior designers. Perfect for concept sketches and professional presentations.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-connected-lines-painted-with-colorful-markers-white-paper-lines-charts-shedule_171337-11029.jpg", + "http://img.b2bpic.net/free-photo/close-up-connected-lines-painted-with-colorful-markers-white-paper-lines-charts-shedule_171337-11029.jpg?_wi=3", }, ]} /> -- 2.49.1