Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -45,16 +45,16 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/postponed-wedding-annoucement-smartphone-format_52683-38089.jpg", imageAlt: "Ad video mockup 1"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/postponed-wedding-annoucement-smartphone-format_52683-38089.jpg?_wi=1", imageAlt: "Ad video mockup 1"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-colorful-instagram-sale-stories-marble-style-set_23-2148437918.jpg", imageAlt: "Example ad creative 1"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-colorful-instagram-sale-stories-marble-style-set_23-2148437918.jpg?_wi=1", imageAlt: "Example ad creative 1"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/spa-instagram-stories-template_52683-11556.jpg", imageAlt: "Example ad creative 3"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/spa-instagram-stories-template_52683-11556.jpg?_wi=1", imageAlt: "Example ad creative 3"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/hand-drawn-marketing-concept-facebook-template_23-2149951472.jpg", imageAlt: "Example ad creative 5"
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/hand-drawn-marketing-concept-facebook-template_23-2149951472.jpg?_wi=1", imageAlt: "Example ad creative 5"
|
||||
}
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
@@ -62,13 +62,13 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-sales-landing-page-with-photo_23-2148335482.jpg", imageAlt: "Ad video mockup 2"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/special-promo-sale-template_23-2151858116.jpg", imageAlt: "Example ad creative 2"
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/special-promo-sale-template_23-2151858116.jpg?_wi=1", imageAlt: "Example ad creative 2"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-sale-instagram-stories-collection_23-2148583239.jpg", imageAlt: "Example ad creative 4"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-sale-instagram-stories-collection_23-2148583239.jpg?_wi=1", imageAlt: "Example ad creative 4"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-fashionable-model-wearing-leather-baker-baseball-cap-holding-smart-phone-hands_176532-11536.jpg", imageAlt: "Example ad creative 6"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-fashionable-model-wearing-leather-baker-baseball-cap-holding-smart-phone-hands_176532-11536.jpg?_wi=1", imageAlt: "Example ad creative 6"
|
||||
}
|
||||
]}
|
||||
carouselPosition="right"
|
||||
@@ -94,28 +94,28 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 1,
|
||||
title: "Send Your Product", description: "Share your product details or landing page URL", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/postponed-wedding-annoucement-smartphone-format_52683-38089.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/postponed-wedding-annoucement-smartphone-format_52683-38089.jpg?_wi=2"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-colorful-instagram-sale-stories-marble-style-set_23-2148437918.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-colorful-instagram-sale-stories-marble-style-set_23-2148437918.jpg?_wi=2"
|
||||
}
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "AI Generates Creatives", description: "Our AI creates multiple ad variations optimized for TikTok and Meta", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/special-promo-sale-template_23-2151858116.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/special-promo-sale-template_23-2151858116.jpg?_wi=2"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/spa-instagram-stories-template_52683-11556.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/spa-instagram-stories-template_52683-11556.jpg?_wi=2"
|
||||
}
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Test & Find Winners", description: "Launch your ads and identify which creatives drive the most conversions", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-sale-instagram-stories-collection_23-2148583239.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-sale-instagram-stories-collection_23-2148583239.jpg?_wi=2"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/hand-drawn-marketing-concept-facebook-template_23-2149951472.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/hand-drawn-marketing-concept-facebook-template_23-2149951472.jpg?_wi=2"
|
||||
}
|
||||
}
|
||||
]}
|
||||
@@ -134,22 +134,22 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Fashion Ad", price: "High-Converting", imageSrc: "http://img.b2bpic.net/free-vector/abstract-colorful-instagram-sale-stories-marble-style-set_23-2148437918.jpg", imageAlt: "Fashion product ad creative"
|
||||
id: "1", name: "Fashion Ad", price: "High-Converting", imageSrc: "http://img.b2bpic.net/free-vector/abstract-colorful-instagram-sale-stories-marble-style-set_23-2148437918.jpg?_wi=3", imageAlt: "Fashion product ad creative"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Beauty Ad", price: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-psd/special-promo-sale-template_23-2151858116.jpg", imageAlt: "Beauty product ad creative"
|
||||
id: "2", name: "Beauty Ad", price: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-psd/special-promo-sale-template_23-2151858116.jpg?_wi=3", imageAlt: "Beauty product ad creative"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Lifestyle Ad", price: "Engaging Format", imageSrc: "http://img.b2bpic.net/free-vector/spa-instagram-stories-template_52683-11556.jpg", imageAlt: "Lifestyle product ad creative"
|
||||
id: "3", name: "Lifestyle Ad", price: "Engaging Format", imageSrc: "http://img.b2bpic.net/free-vector/spa-instagram-stories-template_52683-11556.jpg?_wi=3", imageAlt: "Lifestyle product ad creative"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Tech Product Ad", price: "Premium Creative", imageSrc: "http://img.b2bpic.net/free-vector/colorful-sale-instagram-stories-collection_23-2148583239.jpg", imageAlt: "Tech product ad creative"
|
||||
id: "4", name: "Tech Product Ad", price: "Premium Creative", imageSrc: "http://img.b2bpic.net/free-vector/colorful-sale-instagram-stories-collection_23-2148583239.jpg?_wi=3", imageAlt: "Tech product ad creative"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Services Ad", price: "Viral Potential", imageSrc: "http://img.b2bpic.net/free-psd/hand-drawn-marketing-concept-facebook-template_23-2149951472.jpg", imageAlt: "Services product ad creative"
|
||||
id: "5", name: "Services Ad", price: "Viral Potential", imageSrc: "http://img.b2bpic.net/free-psd/hand-drawn-marketing-concept-facebook-template_23-2149951472.jpg?_wi=3", imageAlt: "Services product ad creative"
|
||||
},
|
||||
{
|
||||
id: "6", name: "E-commerce Ad", price: "Conversion Ready", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-fashionable-model-wearing-leather-baker-baseball-cap-holding-smart-phone-hands_176532-11536.jpg", imageAlt: "E-commerce product ad creative"
|
||||
id: "6", name: "E-commerce Ad", price: "Conversion Ready", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-fashionable-model-wearing-leather-baker-baseball-cap-holding-smart-phone-hands_176532-11536.jpg?_wi=2", imageAlt: "E-commerce product ad creative"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user