Merge version_1 into main #2
225
src/app/page.tsx
225
src/app/page.tsx
@@ -20,7 +20,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmall"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -48,7 +48,7 @@ export default function HomePage() {
|
||||
tag="3D Portfolio"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{ text: "Explore My Work", href: "/work" },
|
||||
{ text: "Learn More", href: "/about" },
|
||||
@@ -56,41 +56,23 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-modern-visualization-of-seo-strategy-a-1772693939064-9a30965d.png?_wi=1",
|
||||
imageAlt: "SEO Strategy Visualization",
|
||||
},
|
||||
id: "1", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-modern-visualization-of-seo-strategy-a-1772693939064-9a30965d.png", imageAlt: "SEO Strategy Visualization"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-premium-web-design-showcase-featuring--1772693940520-894ce903.png",
|
||||
imageAlt: "Web Design Showcase",
|
||||
},
|
||||
id: "2", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-premium-web-design-showcase-featuring--1772693940520-894ce903.png", imageAlt: "Web Design Showcase"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-creative-visualization-of-integrated-m-1772693940740-5ef74473.png",
|
||||
imageAlt: "Marketing Campaigns",
|
||||
},
|
||||
id: "3", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-creative-visualization-of-integrated-m-1772693940740-5ef74473.png", imageAlt: "Marketing Campaigns"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-professional-case-study-showcase-image-1772693939853-0fbcadcb.png?_wi=1",
|
||||
imageAlt: "Case Study Project",
|
||||
},
|
||||
id: "4", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-professional-case-study-showcase-image-1772693939853-0fbcadcb.png", imageAlt: "Case Study Project"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/another-premium-case-study-visualization-1772693940678-baecea7e.png?_wi=1",
|
||||
imageAlt: "Digital Transformation",
|
||||
},
|
||||
id: "5", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/another-premium-case-study-visualization-1772693940678-baecea7e.png", imageAlt: "Digital Transformation"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-third-case-study-image-showcasing-inte-1772693941514-b4c3f748.png?_wi=1",
|
||||
imageAlt: "International Success",
|
||||
},
|
||||
id: "6", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-third-case-study-image-showcasing-inte-1772693941514-b4c3f748.png", imageAlt: "International Success"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -106,7 +88,7 @@ export default function HomePage() {
|
||||
tag="Expertise"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/an-inspiring-image-showing-the-evolution-1772693940032-208b82ef.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/an-inspiring-image-showing-the-evolution-1772693940032-208b82ef.png"
|
||||
imageAlt="Professional expertise and career growth"
|
||||
buttons={[{ text: "View Services", href: "/services" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -126,40 +108,28 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Search,
|
||||
title: "Strategic SEO",
|
||||
description:
|
||||
"Data-driven search engine optimization strategies that increase organic visibility and drive qualified traffic for international markets.",
|
||||
},
|
||||
title: "Strategic SEO", description:
|
||||
"Data-driven search engine optimization strategies that increase organic visibility and drive qualified traffic for international markets."},
|
||||
{
|
||||
icon: Palette,
|
||||
title: "Web Design Excellence",
|
||||
description:
|
||||
"Premium, responsive website design that converts visitors into clients. Every pixel crafted for user experience and business objectives.",
|
||||
},
|
||||
title: "Web Design Excellence", description:
|
||||
"Premium, responsive website design that converts visitors into clients. Every pixel crafted for user experience and business objectives."},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Integrated Marketing",
|
||||
description:
|
||||
"Multi-channel marketing strategies combining content, social, email, and paid campaigns for cohesive brand messaging and results.",
|
||||
},
|
||||
title: "Integrated Marketing", description:
|
||||
"Multi-channel marketing strategies combining content, social, email, and paid campaigns for cohesive brand messaging and results."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Performance Optimization",
|
||||
description:
|
||||
"Lightning-fast website optimization, technical SEO, and conversion rate optimization to maximize your digital investment returns.",
|
||||
},
|
||||
title: "Performance Optimization", description:
|
||||
"Lightning-fast website optimization, technical SEO, and conversion rate optimization to maximize your digital investment returns."},
|
||||
{
|
||||
icon: Globe,
|
||||
title: "International Expansion",
|
||||
description:
|
||||
"Specialized expertise helping US and UK businesses expand internationally through localized digital strategies and cross-border marketing.",
|
||||
},
|
||||
title: "International Expansion", description:
|
||||
"Specialized expertise helping US and UK businesses expand internationally through localized digital strategies and cross-border marketing."},
|
||||
{
|
||||
icon: BarChart3,
|
||||
title: "Analytics & Reporting",
|
||||
description:
|
||||
"Transparent, comprehensive reporting showing exactly how digital initiatives drive revenue growth and business outcomes.",
|
||||
},
|
||||
title: "Analytics & Reporting", description:
|
||||
"Transparent, comprehensive reporting showing exactly how digital initiatives drive revenue growth and business outcomes."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -179,29 +149,14 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "E-Commerce Platform Transformation",
|
||||
price: "320% ROI",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-professional-case-study-showcase-image-1772693939853-0fbcadcb.png?_wi=2",
|
||||
imageAlt: "E-commerce project success",
|
||||
},
|
||||
id: "1", name: "E-Commerce Platform Transformation", price: "320% ROI", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-professional-case-study-showcase-image-1772693939853-0fbcadcb.png", imageAlt: "E-commerce project success"},
|
||||
{
|
||||
id: "2",
|
||||
name: "B2B SaaS Go-To-Market Launch",
|
||||
price: "15K MRR Growth",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/another-premium-case-study-visualization-1772693940678-baecea7e.png?_wi=2",
|
||||
imageAlt: "SaaS launch success",
|
||||
},
|
||||
id: "2", name: "B2B SaaS Go-To-Market Launch", price: "15K MRR Growth", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/another-premium-case-study-visualization-1772693940678-baecea7e.png", imageAlt: "SaaS launch success"},
|
||||
{
|
||||
id: "3",
|
||||
name: "International Brand Reposition",
|
||||
price: "5 New Markets",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-third-case-study-image-showcasing-inte-1772693941514-b4c3f748.png?_wi=2",
|
||||
imageAlt: "Global expansion success",
|
||||
},
|
||||
id: "3", name: "International Brand Reposition", price: "5 New Markets", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-third-case-study-image-showcasing-inte-1772693941514-b4c3f748.png", imageAlt: "Global expansion success"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -222,89 +177,35 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell, CEO of TechFlow USA",
|
||||
date: "Date: 15 November 2024",
|
||||
title: "Transformed our digital presence completely",
|
||||
quote:
|
||||
"Working with this team was instrumental in our expansion into European markets. Their strategic approach to SEO and marketing increased our qualified leads by 250% within 6 months.",
|
||||
tag: "E-Commerce",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-professional-portrait-photo-of-a-satis-1772693939437-3195df80.png",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-professional-portrait-photo-of-a-satis-1772693939437-3195df80.png?_wi=1",
|
||||
imageAlt: "Sarah Mitchell business photo",
|
||||
},
|
||||
id: "1", name: "Sarah Mitchell, CEO of TechFlow USA", date: "Date: 15 November 2024", title: "Transformed our digital presence completely", quote:
|
||||
"Working with this team was instrumental in our expansion into European markets. Their strategic approach to SEO and marketing increased our qualified leads by 250% within 6 months.", tag: "E-Commerce", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-professional-portrait-photo-of-a-satis-1772693939437-3195df80.png", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-professional-portrait-photo-of-a-satis-1772693939437-3195df80.png", imageAlt: "Sarah Mitchell business photo"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Richardson, Director of Digital at GlobalBrand UK",
|
||||
date: "Date: 22 October 2024",
|
||||
title: "Premium expertise, exceptional results",
|
||||
quote:
|
||||
"The level of professionalism and strategic thinking is unmatched. They didn't just build us a website—they created a revenue-generating machine. Our conversion rates improved by 180%.",
|
||||
tag: "Web Design",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/another-professional-business-portrait-o-1772693938651-f311d496.png",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/another-professional-business-portrait-o-1772693938651-f311d496.png?_wi=1",
|
||||
imageAlt: "James Richardson business photo",
|
||||
},
|
||||
id: "2", name: "James Richardson, Director of Digital at GlobalBrand UK", date: "Date: 22 October 2024", title: "Premium expertise, exceptional results", quote:
|
||||
"The level of professionalism and strategic thinking is unmatched. They didn't just build us a website—they created a revenue-generating machine. Our conversion rates improved by 180%.", tag: "Web Design", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/another-professional-business-portrait-o-1772693938651-f311d496.png", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/another-professional-business-portrait-o-1772693938651-f311d496.png", imageAlt: "James Richardson business photo"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michelle Chen, Marketing VP at InnovateCorp USA",
|
||||
date: "Date: 8 September 2024",
|
||||
title: "Strategic partner, not just vendor",
|
||||
quote:
|
||||
"They approach every project as true partners in our success. Their integrated marketing strategy coordinated across all channels delivered remarkable ROI. Highly recommend to any ambitious business.",
|
||||
tag: "Marketing",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-third-professional-portrait-for-testim-1772693940417-0c94e7e1.png",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-third-professional-portrait-for-testim-1772693940417-0c94e7e1.png?_wi=1",
|
||||
imageAlt: "Michelle Chen business photo",
|
||||
},
|
||||
id: "3", name: "Michelle Chen, Marketing VP at InnovateCorp USA", date: "Date: 8 September 2024", title: "Strategic partner, not just vendor", quote:
|
||||
"They approach every project as true partners in our success. Their integrated marketing strategy coordinated across all channels delivered remarkable ROI. Highly recommend to any ambitious business.", tag: "Marketing", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-third-professional-portrait-for-testim-1772693940417-0c94e7e1.png", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-third-professional-portrait-for-testim-1772693940417-0c94e7e1.png", imageAlt: "Michelle Chen business photo"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Thompson, Founder of ScaleUp Ventures UK",
|
||||
date: "Date: 1 August 2024",
|
||||
title: "Exceptional attention to detail and strategy",
|
||||
quote:
|
||||
"From SEO optimization to complete website redesign, every aspect of their work exceeded expectations. They understand international markets and helped us successfully launch in 3 new countries.",
|
||||
tag: "International Expansion",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-fourth-professional-business-portrait--1772693938741-e47f73fb.png",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-fourth-professional-business-portrait--1772693938741-e47f73fb.png?_wi=1",
|
||||
imageAlt: "David Thompson business photo",
|
||||
},
|
||||
id: "4", name: "David Thompson, Founder of ScaleUp Ventures UK", date: "Date: 1 August 2024", title: "Exceptional attention to detail and strategy", quote:
|
||||
"From SEO optimization to complete website redesign, every aspect of their work exceeded expectations. They understand international markets and helped us successfully launch in 3 new countries.", tag: "International Expansion", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-fourth-professional-business-portrait--1772693938741-e47f73fb.png", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-fourth-professional-business-portrait--1772693938741-e47f73fb.png", imageAlt: "David Thompson business photo"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Anderson, CEO of Digital Solutions Inc USA",
|
||||
date: "Date: 15 July 2024",
|
||||
title: "Investment that continues paying dividends",
|
||||
quote:
|
||||
"The organic traffic growth from their SEO work alone has generated hundreds of thousands in revenue. Plus, their team is incredibly responsive and always focused on our business objectives.",
|
||||
tag: "SEO",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-fifth-professional-business-portrait-f-1772693939417-824284e3.png",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-fifth-professional-business-portrait-f-1772693939417-824284e3.png?_wi=1",
|
||||
imageAlt: "Lisa Anderson business photo",
|
||||
},
|
||||
id: "5", name: "Lisa Anderson, CEO of Digital Solutions Inc USA", date: "Date: 15 July 2024", title: "Investment that continues paying dividends", quote:
|
||||
"The organic traffic growth from their SEO work alone has generated hundreds of thousands in revenue. Plus, their team is incredibly responsive and always focused on our business objectives.", tag: "SEO", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-fifth-professional-business-portrait-f-1772693939417-824284e3.png", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-fifth-professional-business-portrait-f-1772693939417-824284e3.png", imageAlt: "Lisa Anderson business photo"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Walsh, Director at PremiumBrand UK",
|
||||
date: "Date: 29 June 2024",
|
||||
title: "Creative excellence meets strategic thinking",
|
||||
quote:
|
||||
"They brought our brand vision to life with stunning design and data-driven strategy. The results speak for themselves—45% increase in qualified leads and significant brand recognition improvement.",
|
||||
tag: "Branding",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-sixth-professional-business-portrait-c-1772693938429-c1a8dd8f.png",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-sixth-professional-business-portrait-c-1772693938429-c1a8dd8f.png?_wi=1",
|
||||
imageAlt: "Robert Walsh business photo",
|
||||
},
|
||||
id: "6", name: "Robert Walsh, Director at PremiumBrand UK", date: "Date: 29 June 2024", title: "Creative excellence meets strategic thinking", quote:
|
||||
"They brought our brand vision to life with stunning design and data-driven strategy. The results speak for themselves—45% increase in qualified leads and significant brand recognition improvement.", tag: "Branding", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-sixth-professional-business-portrait-c-1772693938429-c1a8dd8f.png", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW1dHMRSsiz1jhpCogg2C5vBnL/a-sixth-professional-business-portrait-c-1772693938429-c1a8dd8f.png", imageAlt: "Robert Walsh business photo"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -335,32 +236,28 @@ export default function HomePage() {
|
||||
logoText="Digital Universe"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "SEO Strategy", href: "/services" },
|
||||
{ label: "Web Design", href: "/services" },
|
||||
{ label: "Marketing", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Case Studies", href: "/work" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "FAQ", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
|
||||
Reference in New Issue
Block a user