Merge version_1 into main #2
@@ -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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21998.jpg"
|
||||
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?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-holding-digital-tablet_1262-5758.jpg"
|
||||
},
|
||||
{
|
||||
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?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg"
|
||||
},
|
||||
{
|
||||
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?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-executive_1098-2038.jpg"
|
||||
}
|
||||
]}
|
||||
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?_wi=1", imageAlt: "Midnight Oud Essence Fragrance"
|
||||
reviewCount: "12.3k", imageSrc: "http://img.b2bpic.net/free-photo/wedding-still-life-with-glasses_23-2147975934.jpg", 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?_wi=1", imageAlt: "Golden Amber Dream Perfume"
|
||||
reviewCount: "18.9k", imageSrc: "http://img.b2bpic.net/free-photo/tasty-beverage-with-lemon-top-view_23-2148340066.jpg", 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?_wi=1", imageAlt: "Crystal Rose Sillage Scent"
|
||||
reviewCount: "15.6k", imageSrc: "http://img.b2bpic.net/free-photo/little-decorative-corn-stands-glass-bottle_1304-2745.jpg", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Brand collaboration success"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -167,6 +167,9 @@ export default function LandingPage() {
|
||||
tagIcon={Zap}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Premium Fragrance House", "Luxury Collection", "Haute Couture", "Elite Scents", "Signature Perfumes", "Golden Essence", "Luxury Brands Collective"
|
||||
]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-psd/coffee-shop-template-design_23-2151882073.jpg", "http://img.b2bpic.net/free-vector/luxury-golden-style-perfume-logo_23-2148458760.jpg", "http://img.b2bpic.net/free-vector/golden-ornamental-logo_1017-2155.jpg", "http://img.b2bpic.net/free-vector/minimalist-floral-logo-set-decorative-style_1017-30728.jpg", "http://img.b2bpic.net/free-vector/set-vintage-ornamental-logos_23-2147593840.jpg", "http://img.b2bpic.net/free-vector/golden-elegant-logo-template_1195-1.jpg", "http://img.b2bpic.net/free-vector/vintage-designs-collection_1282-38.jpg"
|
||||
]}
|
||||
@@ -188,15 +191,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?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-holding-digital-tablet_1262-5758.jpg"
|
||||
},
|
||||
{
|
||||
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?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg"
|
||||
},
|
||||
{
|
||||
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?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-executive_1098-2038.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Mohammed Rashid", role: "Collaboration Lead", company: "International Scent House", rating: 5,
|
||||
@@ -228,7 +231,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?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-business-man-working-computer-office_1303-21998.jpg"
|
||||
imageAlt="Partnership Inquiry"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -1,51 +1,35 @@
|
||||
"use client";
|
||||
|
||||
import { memo } from "react";
|
||||
import useSvgTextLogo from "./useSvgTextLogo";
|
||||
import { cls } from "@/lib/utils";
|
||||
import React from 'react';
|
||||
|
||||
interface SvgTextLogoProps {
|
||||
logoText: string;
|
||||
adjustHeightFactor?: number;
|
||||
verticalAlign?: "top" | "center";
|
||||
text: string;
|
||||
className?: string;
|
||||
fontSize?: number;
|
||||
}
|
||||
|
||||
const SvgTextLogo = memo<SvgTextLogoProps>(function SvgTextLogo({
|
||||
logoText,
|
||||
adjustHeightFactor,
|
||||
verticalAlign = "top",
|
||||
className = "",
|
||||
}) {
|
||||
const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor);
|
||||
|
||||
export const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
|
||||
text,
|
||||
className = '',
|
||||
fontSize = 32,
|
||||
}) => {
|
||||
return (
|
||||
<svg
|
||||
ref={svgRef}
|
||||
viewBox={viewBox}
|
||||
className={cls("w-full", className)}
|
||||
style={{ aspectRatio: aspectRatio }}
|
||||
preserveAspectRatio="none"
|
||||
role="img"
|
||||
aria-label={`${logoText} logo`}
|
||||
viewBox={`0 0 ${text.length * 30} 60`}
|
||||
className={className}
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<text
|
||||
ref={textRef}
|
||||
x="0"
|
||||
y={verticalAlign === "center" ? "50%" : "0"}
|
||||
className="font-bold fill-current"
|
||||
style={{
|
||||
fontSize: "20px",
|
||||
letterSpacing: "-0.02em",
|
||||
dominantBaseline: verticalAlign === "center" ? "middle" : "text-before-edge"
|
||||
}}
|
||||
x="50%"
|
||||
y="50%"
|
||||
dominantBaseline="middle"
|
||||
textAnchor="middle"
|
||||
fontSize={fontSize}
|
||||
fontWeight="bold"
|
||||
fill="currentColor"
|
||||
>
|
||||
{logoText}
|
||||
{text}
|
||||
</text>
|
||||
</svg>
|
||||
);
|
||||
});
|
||||
};
|
||||
|
||||
SvgTextLogo.displayName = "SvgTextLogo";
|
||||
|
||||
export default SvgTextLogo;
|
||||
export default SvgTextLogo;
|
||||
Reference in New Issue
Block a user