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-16 06:00:18 +00:00

View File

@@ -51,18 +51,18 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916742.jpg", imageAlt: "ebook cover design professional business"
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916742.jpg?_wi=1", imageAlt: "ebook cover design professional business"
},
{
imageSrc: "http://img.b2bpic.net/free-vector/buyer-persona-infographics-with-photo_23-2148655738.jpg", imageAlt: "resume template professional modern design"
imageSrc: "http://img.b2bpic.net/free-vector/buyer-persona-infographics-with-photo_23-2148655738.jpg?_wi=1", imageAlt: "resume template professional modern design"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492825.jpg", imageAlt: "website template design showcase modern"
imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492825.jpg?_wi=1", imageAlt: "website template design showcase modern"
},
{
imageSrc: "http://img.b2bpic.net/free-vector/travel-instagram-story-collection-template_23-2148886328.jpg", imageAlt: "instagram template design collection social media"
imageSrc: "http://img.b2bpic.net/free-vector/travel-instagram-story-collection-template_23-2148886328.jpg?_wi=1", imageAlt: "instagram template design collection social media"
}
]}
buttons={[
@@ -84,22 +84,22 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "ebook-1", name: "Complete Business E-book Bundle", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916742.jpg", imageAlt: "E-book bundle"
id: "ebook-1", name: "Complete Business E-book Bundle", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916742.jpg?_wi=2", imageAlt: "E-book bundle"
},
{
id: "template-1", name: "Premium Website Templates Pack", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492825.jpg", imageAlt: "Website templates"
id: "template-1", name: "Premium Website Templates Pack", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-vector/travel-landing-page-template-with-photo_23-2148492825.jpg?_wi=2", imageAlt: "Website templates"
},
{
id: "resume-1", name: "Professional Resume Templates", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-vector/buyer-persona-infographics-with-photo_23-2148655738.jpg", imageAlt: "Resume templates"
id: "resume-1", name: "Professional Resume Templates", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-vector/buyer-persona-infographics-with-photo_23-2148655738.jpg?_wi=2", imageAlt: "Resume templates"
},
{
id: "instagram-1", name: "Instagram Marketing Templates", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-vector/travel-instagram-story-collection-template_23-2148886328.jpg", imageAlt: "Instagram templates"
id: "instagram-1", name: "Instagram Marketing Templates", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-vector/travel-instagram-story-collection-template_23-2148886328.jpg?_wi=2", imageAlt: "Instagram templates"
},
{
id: "ebook-2", name: "Marketing Strategy E-books", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916742.jpg", imageAlt: "Marketing e-books"
id: "ebook-2", name: "Marketing Strategy E-books", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916742.jpg?_wi=3", imageAlt: "Marketing e-books"
},
{
id: "template-2", name: "Social Media Template Collection", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-vector/travel-instagram-story-collection-template_23-2148886328.jpg", imageAlt: "Social media templates"
id: "template-2", name: "Social Media Template Collection", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-vector/travel-instagram-story-collection-template_23-2148886328.jpg?_wi=3", imageAlt: "Social media templates"
}
]}
gridVariant="bento-grid"