Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function BeautyPortfolioPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -45,7 +45,7 @@ export default function BeautyPortfolioPage() {
|
||||
tag="Beauty UGC Creator"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "View My Work", href: "#portfolio" },
|
||||
{ text: "Let's Collaborate", href: "#collaborate" }
|
||||
@@ -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?_wi=1", 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", imageAlt: "Skincare routine content"
|
||||
},
|
||||
{
|
||||
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-2", imageSrc: "http://img.b2bpic.net/free-photo/creative-scene-composition-product-presentation_23-2148992089.jpg", imageAlt: "Makeup product review"
|
||||
},
|
||||
{
|
||||
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-3", imageSrc: "http://img.b2bpic.net/free-photo/different-women-standing-together_23-2149237874.jpg", imageAlt: "Before and after transformation"
|
||||
},
|
||||
{
|
||||
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-4", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-indoors-side-view_23-2149640908.jpg", imageAlt: "Makeup tutorial demonstration"
|
||||
},
|
||||
{
|
||||
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-5", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-showing-tips-haircare_259150-60108.jpg", imageAlt: "Skincare and beauty routine"
|
||||
},
|
||||
{
|
||||
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"
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/moisturizing-cream-with-flowers-marble-background_23-2147878911.jpg", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Beauty content creation"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -190,7 +190,7 @@ export default function BeautyPortfolioPage() {
|
||||
description="Ready to create authentic, engaging beauty content for your brand? I specialize in product reviews, sponsored tutorials, skincare education, makeup showcases, and before/after content that connects with audiences. Let's discuss how we can collaborate to elevate your brand."
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/makeup-artist-vlogging-her-tutorials_23-2149080324.jpg"
|
||||
imageAlt="Beauty brand collaboration"
|
||||
|
||||
Reference in New Issue
Block a user