Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-10 06:56:18 +00:00
2 changed files with 1379 additions and 12 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -53,22 +53,22 @@ export default function BeautyPortfolioPage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/macaroons-coffee-cup-makeup-brushes-alarm-clock-laptop-peach-colored-background_23-2148178653.jpg", imageAlt: "Skincare routine content"
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/macaroons-coffee-cup-makeup-brushes-alarm-clock-laptop-peach-colored-background_23-2148178653.jpg?_wi=1", imageAlt: "Skincare routine content"
},
{
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/creative-scene-composition-product-presentation_23-2148992089.jpg", imageAlt: "Makeup product review"
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/creative-scene-composition-product-presentation_23-2148992089.jpg?_wi=1", imageAlt: "Makeup product review"
},
{
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/different-women-standing-together_23-2149237874.jpg", imageAlt: "Before and after transformation"
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/different-women-standing-together_23-2149237874.jpg?_wi=1", imageAlt: "Before and after transformation"
},
{
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-indoors-side-view_23-2149640908.jpg", imageAlt: "Makeup tutorial demonstration"
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-indoors-side-view_23-2149640908.jpg?_wi=1", imageAlt: "Makeup tutorial demonstration"
},
{
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-showing-tips-haircare_259150-60108.jpg", imageAlt: "Skincare and beauty routine"
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-showing-tips-haircare_259150-60108.jpg?_wi=1", imageAlt: "Skincare and beauty routine"
},
{
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/moisturizing-cream-with-flowers-marble-background_23-2147878911.jpg", imageAlt: "Beauty content creation"
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/moisturizing-cream-with-flowers-marble-background_23-2147878911.jpg?_wi=1", imageAlt: "Beauty content creation"
}
]}
autoPlay={true}
@@ -143,22 +143,22 @@ export default function BeautyPortfolioPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Skincare Routine Series", price: "Morning & Night", imageSrc: "http://img.b2bpic.net/free-photo/macaroons-coffee-cup-makeup-brushes-alarm-clock-laptop-peach-colored-background_23-2148178653.jpg", imageAlt: "Skincare routine content"
id: "1", name: "Skincare Routine Series", price: "Morning & Night", imageSrc: "http://img.b2bpic.net/free-photo/macaroons-coffee-cup-makeup-brushes-alarm-clock-laptop-peach-colored-background_23-2148178653.jpg?_wi=2", imageAlt: "Skincare routine content"
},
{
id: "2", name: "Makeup Product Review", price: "Honest & Detailed", imageSrc: "http://img.b2bpic.net/free-photo/creative-scene-composition-product-presentation_23-2148992089.jpg", imageAlt: "Makeup product review"
id: "2", name: "Makeup Product Review", price: "Honest & Detailed", imageSrc: "http://img.b2bpic.net/free-photo/creative-scene-composition-product-presentation_23-2148992089.jpg?_wi=2", imageAlt: "Makeup product review"
},
{
id: "3", name: "Before & After Series", price: "Transformation Focus", imageSrc: "http://img.b2bpic.net/free-photo/different-women-standing-together_23-2149237874.jpg", imageAlt: "Before and after transformation"
id: "3", name: "Before & After Series", price: "Transformation Focus", imageSrc: "http://img.b2bpic.net/free-photo/different-women-standing-together_23-2149237874.jpg?_wi=2", imageAlt: "Before and after transformation"
},
{
id: "4", name: "Makeup Tutorial", price: "Step-by-Step Guide", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-indoors-side-view_23-2149640908.jpg", imageAlt: "Makeup tutorial demonstration"
id: "4", name: "Makeup Tutorial", price: "Step-by-Step Guide", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-indoors-side-view_23-2149640908.jpg?_wi=2", imageAlt: "Makeup tutorial demonstration"
},
{
id: "5", name: "Beauty Routine", price: "Daily Essentials", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-showing-tips-haircare_259150-60108.jpg", imageAlt: "Skincare and beauty routine"
id: "5", name: "Beauty Routine", price: "Daily Essentials", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-showing-tips-haircare_259150-60108.jpg?_wi=2", imageAlt: "Skincare and beauty routine"
},
{
id: "6", name: "Content Creation", price: "Behind The Scenes", imageSrc: "http://img.b2bpic.net/free-photo/moisturizing-cream-with-flowers-marble-background_23-2147878911.jpg", imageAlt: "Beauty content creation"
id: "6", name: "Content Creation", price: "Behind The Scenes", imageSrc: "http://img.b2bpic.net/free-photo/moisturizing-cream-with-flowers-marble-background_23-2147878911.jpg?_wi=2", imageAlt: "Beauty content creation"
}
]}
gridVariant="three-columns-all-equal-width"