Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLarge"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -50,14 +50,14 @@ export default function LandingPage() {
|
||||
{ text: "Explore Creators", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=1", imageAlt: "dashboard analytics network data interface" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-sitting-disucussion-cheerful-coffee-shop_53876-42758.jpg?_wi=1", imageAlt: "creators community network collaboration team" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/strategy-solution-tactics-teamwork-growth-vision-concept_53876-124166.jpg?_wi=1", imageAlt: "business growth success marketing strategy" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=2", imageAlt: "dashboard analytics network data interface" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-sitting-disucussion-cheerful-coffee-shop_53876-42758.jpg?_wi=2", imageAlt: "creators community network collaboration team" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/strategy-solution-tactics-teamwork-growth-vision-concept_53876-124166.jpg?_wi=2", imageAlt: "business growth success marketing strategy" }
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "dashboard analytics network data interface" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-sitting-disucussion-cheerful-coffee-shop_53876-42758.jpg", imageAlt: "creators community network collaboration team" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/strategy-solution-tactics-teamwork-growth-vision-concept_53876-124166.jpg", imageAlt: "business growth success marketing strategy" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "dashboard analytics network data interface" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-sitting-disucussion-cheerful-coffee-shop_53876-42758.jpg", imageAlt: "creators community network collaboration team" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/strategy-solution-tactics-teamwork-growth-vision-concept_53876-124166.jpg", imageAlt: "business growth success marketing strategy" }
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
id: "4", title: "Global Reach", content: "Expand your collaborative horizons beyond borders. Connect with businesses and creators worldwide while maintaining your local Saudi presence."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-friends-sitting-disucussion-cheerful-coffee-shop_53876-42758.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-friends-sitting-disucussion-cheerful-coffee-shop_53876-42758.jpg"
|
||||
imageAlt="SCAN Network Platform"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -106,9 +106,10 @@ export default function LandingPage() {
|
||||
{ value: "100%", title: "Verified Creators" },
|
||||
{ value: "24/7", title: "Secure Support" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/strategy-solution-tactics-teamwork-growth-vision-concept_53876-124166.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/strategy-solution-tactics-teamwork-growth-vision-concept_53876-124166.jpg"
|
||||
imageAlt="SCAN Creator Network Benefits"
|
||||
mediaAnimation="opacity"
|
||||
metricsAnimation="opacity"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -144,7 +145,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg"
|
||||
imageAlt="SCAN Footer Background"
|
||||
logoText="SCAN"
|
||||
copyrightText="© 2025 SCAN - Saudi Creator Advertisement Network. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user