Merge version_1 into main #1
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21998.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21998.jpg?_wi=1"
|
||||
imageAlt="Rayan Khalid, Fragrance Reviewer"
|
||||
imagePosition="right"
|
||||
mediaAnimation="opacity"
|
||||
@@ -58,15 +58,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Luxury Brand Partners", handle: "Collaboration Clients", testimonial: "Authentic reviews that drive genuine engagement with fragrance enthusiasts across the Middle East.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-holding-digital-tablet_1262-5758.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-holding-digital-tablet_1262-5758.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "TikTok Community", handle: "100K+ Followers", testimonial: "Trusted scent recommendations that resonate with mobile-first audiences seeking premium insights.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Brand Agencies", handle: "Regional Partners", testimonial: "Microinfluencer credibility with demonstrated high engagement rates in the luxury segment.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-executive_1098-2038.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-executive_1098-2038.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -107,15 +107,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Premium House", name: "Midnight Oud Essence", price: "$280.00", rating: 5,
|
||||
reviewCount: "12.3k", imageSrc: "http://img.b2bpic.net/free-photo/wedding-still-life-with-glasses_23-2147975934.jpg", imageAlt: "Midnight Oud Essence Fragrance"
|
||||
reviewCount: "12.3k", imageSrc: "http://img.b2bpic.net/free-photo/wedding-still-life-with-glasses_23-2147975934.jpg?_wi=1", imageAlt: "Midnight Oud Essence Fragrance"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Luxury Collection", name: "Golden Amber Dream", price: "$320.00", rating: 5,
|
||||
reviewCount: "18.9k", imageSrc: "http://img.b2bpic.net/free-photo/tasty-beverage-with-lemon-top-view_23-2148340066.jpg", imageAlt: "Golden Amber Dream Perfume"
|
||||
reviewCount: "18.9k", imageSrc: "http://img.b2bpic.net/free-photo/tasty-beverage-with-lemon-top-view_23-2148340066.jpg?_wi=1", imageAlt: "Golden Amber Dream Perfume"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Haute Couture", name: "Crystal Rose Sillage", price: "$295.00", rating: 5,
|
||||
reviewCount: "15.6k", imageSrc: "http://img.b2bpic.net/free-photo/little-decorative-corn-stands-glass-bottle_1304-2745.jpg", imageAlt: "Crystal Rose Sillage Scent"
|
||||
reviewCount: "15.6k", imageSrc: "http://img.b2bpic.net/free-photo/little-decorative-corn-stands-glass-bottle_1304-2745.jpg?_wi=1", imageAlt: "Crystal Rose Sillage Scent"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -137,19 +137,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Authentic Storytelling", description: "Genuine narratives about each fragrance's composition, heritage, and emotional impact that resonate with fragrance enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-still-life-with-glasses_23-2147975934.jpg", imageAlt: "Fragrance storytelling"
|
||||
title: "Authentic Storytelling", description: "Genuine narratives about each fragrance's composition, heritage, and emotional impact that resonate with fragrance enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/wedding-still-life-with-glasses_23-2147975934.jpg?_wi=2", imageAlt: "Fragrance storytelling"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Regional Expertise", description: "Deep understanding of Middle Eastern fragrance preferences, cultural nuances, and diaspora community interests.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-beverage-with-lemon-top-view_23-2148340066.jpg", imageAlt: "Regional fragrance knowledge"
|
||||
title: "Regional Expertise", description: "Deep understanding of Middle Eastern fragrance preferences, cultural nuances, and diaspora community interests.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-beverage-with-lemon-top-view_23-2148340066.jpg?_wi=2", imageAlt: "Regional fragrance knowledge"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Mobile-First Engagement", description: "Optimized content for TikTok and Instagram Reels with authentic reviews that drive high engagement rates.", imageSrc: "http://img.b2bpic.net/free-photo/little-decorative-corn-stands-glass-bottle_1304-2745.jpg", imageAlt: "Social media engagement"
|
||||
title: "Mobile-First Engagement", description: "Optimized content for TikTok and Instagram Reels with authentic reviews that drive high engagement rates.", imageSrc: "http://img.b2bpic.net/free-photo/little-decorative-corn-stands-glass-bottle_1304-2745.jpg?_wi=2", imageAlt: "Social media engagement"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Brand Partnership Value", description: "Demonstrated credibility with luxury brands seeking authentic brand ambassadors and microinfluencer collaborations.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21998.jpg", imageAlt: "Brand collaboration success"
|
||||
title: "Brand Partnership Value", description: "Demonstrated credibility with luxury brands seeking authentic brand ambassadors and microinfluencer collaborations.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21998.jpg?_wi=2", imageAlt: "Brand collaboration success"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -188,15 +188,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Layla Al-Rashid", role: "Marketing Director", company: "Luxury Perfume House", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-holding-digital-tablet_1262-5758.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-holding-digital-tablet_1262-5758.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Ahmad Hassan", role: "Brand Manager", company: "Premium Fragrance Collective", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Fatima Saeed", role: "PR Agency Director", company: "Middle East Brand Partners", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-executive_1098-2038.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-executive_1098-2038.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Mohammed Rashid", role: "Collaboration Lead", company: "International Scent House", rating: 5,
|
||||
@@ -228,7 +228,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21998.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21998.jpg?_wi=3"
|
||||
imageAlt="Partnership Inquiry"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user