Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-10 16:06:44 +00:00
6 changed files with 85 additions and 56 deletions

View File

@@ -125,7 +125,7 @@ export default function JobsPage() {
value: "1,200+",
title: "Active Job Listings",
description: "Currently hiring positions across all industries",
imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-office_23-2147808095.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-office_23-2147808095.jpg?_wi=2",
imageAlt: "Active job opportunities",
},
{
@@ -133,7 +133,7 @@ export default function JobsPage() {
value: "850+",
title: "Hiring Companies",
description: "Verified employers actively recruiting",
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-businessman-suit-glasses-looking-serious_176420-31755.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-businessman-suit-glasses-looking-serious_176420-31755.jpg?_wi=2",
imageAlt: "Hiring companies",
},
{
@@ -141,7 +141,7 @@ export default function JobsPage() {
value: "3,100+",
title: "Successful Placements",
description: "Community members hired this year",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-office_23-2147785102.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-office_23-2147785102.jpg?_wi=2",
imageAlt: "Successful employment",
},
]}

View File

@@ -5,23 +5,50 @@ import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Open_Sans } from "next/font/google";
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "RusKorea - Russian Community Portal & Marketplace in South Korea",
description: "Connect with 5000+ Russian-speaking expats in South Korea. Find jobs, buy/sell marketplace items, read expat guides, and access trusted community services with verified ratings.",
keywords: "Russian expat community South Korea, job board Seoul, marketplace buy sell, visa assistance, Russian services Korea",
metadataBase: new URL("https://ruskorea.local"),
alternates: {
canonical: "https://ruskorea.local",
},
openGraph: {
title: "RusKorea Community Portal - Connect & Thrive in South Korea",
description: "Join the trusted Russian-speaking community. Job opportunities, marketplace, news, and guides for expats in Korea.",
url: "https://ruskorea.local",
siteName: "RusKorea Community",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/friends-walking-old-street_23-2147762260.jpg",
alt: "RusKorea Community Portal",
},
],
},
twitter: {
card: "summary_large_image",
title: "RusKorea - Russian Expat Community in South Korea",
description: "Your trusted platform for jobs, marketplace, news, and community connections in Korea.",
images: ["http://img.b2bpic.net/free-photo/global-network-online-communication-connection_53876-13808.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
@@ -31,7 +58,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +72,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -84,7 +84,7 @@ export default function MarketplacePage() {
id: "1",
name: "Used Samsung Galaxy S24",
price: "₩600,000",
imageSrc: "http://img.b2bpic.net/free-photo/smart-phone-with-white-screen-hand-blurred-shopping-mall-background-shopping-online-concept-shopping-by-smart-phone_1253-1430.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smart-phone-with-white-screen-hand-blurred-shopping-mall-background-shopping-online-concept-shopping-by-smart-phone_1253-1430.jpg?_wi=2",
imageAlt: "Samsung Galaxy S24 smartphone",
initialQuantity: 1,
},
@@ -92,7 +92,7 @@ export default function MarketplacePage() {
id: "2",
name: "Furnished Studio Apartment - Gangnam",
price: "₩1,200,000",
imageSrc: "http://img.b2bpic.net/free-photo/artist-painting-bedroom_23-2147781654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/artist-painting-bedroom_23-2147781654.jpg?_wi=2",
imageAlt: "Modern studio apartment in Gangnam",
initialQuantity: 1,
},
@@ -100,7 +100,7 @@ export default function MarketplacePage() {
id: "3",
name: "Russian Homemade Food Service",
price: "₩25,000",
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-khash-bowl-with-yogurt-crackers-tomatoes_114579-4570.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-khash-bowl-with-yogurt-crackers-tomatoes_114579-4570.jpg?_wi=2",
imageAlt: "Traditional Russian homemade dishes",
initialQuantity: 1,
},
@@ -108,7 +108,7 @@ export default function MarketplacePage() {
id: "4",
name: "English & Russian Tutoring Services",
price: "₩35,000",
imageSrc: "http://img.b2bpic.net/free-photo/focused-college-students-taking-online-test_74855-1889.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/focused-college-students-taking-online-test_74855-1889.jpg?_wi=2",
imageAlt: "Professional tutoring services",
initialQuantity: 1,
},
@@ -137,7 +137,7 @@ export default function MarketplacePage() {
value: "5,200+",
title: "Active Members",
description: "Russian speakers connected and verified",
imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-bitcoin-currency-shield-with-bills_24877-56128.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-bitcoin-currency-shield-with-bills_24877-56128.jpg?_wi=2",
imageAlt: "Community members connected",
},
{
@@ -145,7 +145,7 @@ export default function MarketplacePage() {
value: "12,000+",
title: "Job Listings",
description: "Opportunities posted this year",
imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-office_23-2147808095.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-office_23-2147808095.jpg?_wi=3",
imageAlt: "Job recruitment and hiring",
},
{
@@ -153,7 +153,7 @@ export default function MarketplacePage() {
value: "3,400+",
title: "Marketplace Transactions",
description: "Safe deals completed with verified ratings",
imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-laptop-credit-card-shopping-online-payment_1301-3469.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-laptop-credit-card-shopping-online-payment_1301-3469.jpg?_wi=2",
imageAlt: "Secure online payment transactions",
},
]}
@@ -174,7 +174,7 @@ export default function MarketplacePage() {
name: "Mikhail Petrov",
handle: "Moscow → Seoul",
testimonial: "Found my job in Korea through this platform within two weeks. Amazing community and trustworthy people!",
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg?_wi=2",
imageAlt: "Mikhail Petrov",
},
{
@@ -182,7 +182,7 @@ export default function MarketplacePage() {
name: "Olga Volkova",
handle: "Small Business Owner",
testimonial: "Selling homemade Russian pastries has never been easier. The platform is transparent and members are genuinely supportive.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors-laptop_23-2150296623.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors-laptop_23-2150296623.jpg?_wi=2",
imageAlt: "Olga Volkova",
},
{
@@ -190,7 +190,7 @@ export default function MarketplacePage() {
name: "Dmitri Smirnov",
handle: "Expat since 2019",
testimonial: "This is like having a Russian friend group right in Korea. News, guides, jobs—everything I need in one place.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-businessman-suit-glasses-looking-serious_176420-31755.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-businessman-suit-glasses-looking-serious_176420-31755.jpg?_wi=3",
imageAlt: "Dmitri Smirnov",
},
{
@@ -198,7 +198,7 @@ export default function MarketplacePage() {
name: "Natasha Lebedeva",
handle: "Immigration Specialist",
testimonial: "The visa information shared here is accurate and updated regularly. A true resource for newcomers to Korea.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-black-shirt-posing-white-background-high-quality-photo_114579-61024.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-black-shirt-posing-white-background-high-quality-photo_114579-61024.jpg?_wi=2",
imageAlt: "Natasha Lebedeva",
},
{
@@ -206,7 +206,7 @@ export default function MarketplacePage() {
name: "Alexei Orlov",
handle: "Tech Professional",
testimonial: "Bought electronics and furniture with confidence thanks to the rating system. Safe transactions guaranteed.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-office_23-2147785102.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-office_23-2147785102.jpg?_wi=3",
imageAlt: "Alexei Orlov",
},
{
@@ -214,7 +214,7 @@ export default function MarketplacePage() {
name: "Irina Sokolova",
handle: "Family Relocated",
testimonial: "The community guides helped us settle in so quickly. My kids made friends through the community events section!",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-parents-kids-unpacking-things-new-apartment-sitting-floor-taking-houseplant-from-open-box_74855-8875.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-parents-kids-unpacking-things-new-apartment-sitting-floor-taking-houseplant-from-open-box_74855-8875.jpg?_wi=2",
imageAlt: "Irina Sokolova family",
},
]}

View File

@@ -156,7 +156,7 @@ export default function NewsPage() {
tagIcon={Mail}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173746.jpg"
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173746.jpg?_wi=2"
imageAlt="Russian community members networking"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -99,11 +99,11 @@ export default function HomePage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/friends-walking-old-street_23-2147762260.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-walking-old-street_23-2147762260.jpg?_wi=1",
imageAlt: "Russian expats networking in Seoul",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/global-network-online-communication-connection_53876-13808.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/global-network-online-communication-connection_53876-13808.jpg?_wi=1",
imageAlt: "Marketplace and community services",
},
]}
@@ -168,7 +168,7 @@ export default function HomePage() {
id: "1",
name: "Used Samsung Galaxy S24",
price: "₩600,000",
imageSrc: "http://img.b2bpic.net/free-photo/smart-phone-with-white-screen-hand-blurred-shopping-mall-background-shopping-online-concept-shopping-by-smart-phone_1253-1430.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smart-phone-with-white-screen-hand-blurred-shopping-mall-background-shopping-online-concept-shopping-by-smart-phone_1253-1430.jpg?_wi=1",
imageAlt: "Samsung Galaxy S24 smartphone",
initialQuantity: 1,
},
@@ -176,7 +176,7 @@ export default function HomePage() {
id: "2",
name: "Furnished Studio Apartment - Gangnam",
price: "₩1,200,000",
imageSrc: "http://img.b2bpic.net/free-photo/artist-painting-bedroom_23-2147781654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/artist-painting-bedroom_23-2147781654.jpg?_wi=1",
imageAlt: "Modern studio apartment in Gangnam",
initialQuantity: 1,
},
@@ -184,7 +184,7 @@ export default function HomePage() {
id: "3",
name: "Russian Homemade Food Service",
price: "₩25,000",
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-khash-bowl-with-yogurt-crackers-tomatoes_114579-4570.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-khash-bowl-with-yogurt-crackers-tomatoes_114579-4570.jpg?_wi=1",
imageAlt: "Traditional Russian homemade dishes",
initialQuantity: 1,
},
@@ -192,7 +192,7 @@ export default function HomePage() {
id: "4",
name: "English & Russian Tutoring Services",
price: "₩35,000",
imageSrc: "http://img.b2bpic.net/free-photo/focused-college-students-taking-online-test_74855-1889.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/focused-college-students-taking-online-test_74855-1889.jpg?_wi=1",
imageAlt: "Professional tutoring services",
initialQuantity: 1,
},
@@ -275,7 +275,7 @@ export default function HomePage() {
value: "5,200+",
title: "Active Members",
description: "Russian speakers connected and verified",
imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-bitcoin-currency-shield-with-bills_24877-56128.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-bitcoin-currency-shield-with-bills_24877-56128.jpg?_wi=1",
imageAlt: "Community members",
},
{
@@ -283,7 +283,7 @@ export default function HomePage() {
value: "12,000+",
title: "Job Listings",
description: "Opportunities posted this year",
imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-office_23-2147808095.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-office_23-2147808095.jpg?_wi=1",
imageAlt: "Job opportunities",
},
{
@@ -291,7 +291,7 @@ export default function HomePage() {
value: "3,400+",
title: "Marketplace Transactions",
description: "Safe deals completed with verified ratings",
imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-laptop-credit-card-shopping-online-payment_1301-3469.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-laptop-credit-card-shopping-online-payment_1301-3469.jpg?_wi=1",
imageAlt: "Secure transactions",
},
]}
@@ -312,7 +312,7 @@ export default function HomePage() {
name: "Mikhail Petrov",
handle: "Moscow → Seoul",
testimonial: "Found my job in Korea through this platform within two weeks. Amazing community and trustworthy people!",
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg?_wi=1",
imageAlt: "Mikhail Petrov",
},
{
@@ -320,7 +320,7 @@ export default function HomePage() {
name: "Olga Volkova",
handle: "Small Business Owner",
testimonial: "Selling homemade Russian pastries has never been easier. The platform is transparent and members are genuinely supportive.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors-laptop_23-2150296623.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors-laptop_23-2150296623.jpg?_wi=1",
imageAlt: "Olga Volkova",
},
{
@@ -328,7 +328,7 @@ export default function HomePage() {
name: "Dmitri Smirnov",
handle: "Expat since 2019",
testimonial: "This is like having a Russian friend group right in Korea. News, guides, jobs—everything I need in one place.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-businessman-suit-glasses-looking-serious_176420-31755.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-businessman-suit-glasses-looking-serious_176420-31755.jpg?_wi=1",
imageAlt: "Dmitri Smirnov",
},
{
@@ -336,7 +336,7 @@ export default function HomePage() {
name: "Natasha Lebedeva",
handle: "Immigration Specialist",
testimonial: "The visa information shared here is accurate and updated regularly. A true resource for newcomers to Korea.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-black-shirt-posing-white-background-high-quality-photo_114579-61024.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-black-shirt-posing-white-background-high-quality-photo_114579-61024.jpg?_wi=1",
imageAlt: "Natasha Lebedeva",
},
{
@@ -344,7 +344,7 @@ export default function HomePage() {
name: "Alexei Orlov",
handle: "Tech Professional",
testimonial: "Bought electronics and furniture with confidence thanks to the rating system. Safe transactions guaranteed.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-office_23-2147785102.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-office_23-2147785102.jpg?_wi=1",
imageAlt: "Alexei Orlov",
},
{
@@ -352,7 +352,7 @@ export default function HomePage() {
name: "Irina Sokolova",
handle: "Family Relocated",
testimonial: "The community guides helped us settle in so quickly. My kids made friends through the community events section!",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-parents-kids-unpacking-things-new-apartment-sitting-floor-taking-houseplant-from-open-box_74855-8875.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-parents-kids-unpacking-things-new-apartment-sitting-floor-taking-houseplant-from-open-box_74855-8875.jpg?_wi=1",
imageAlt: "Irina Sokolova",
},
]}
@@ -449,7 +449,7 @@ export default function HomePage() {
tagIcon={Mail}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173746.jpg"
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173746.jpg?_wi=1"
imageAlt="Russian community members networking"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -91,11 +91,11 @@ export default function ProfilePage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/friends-walking-old-street_23-2147762260.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-walking-old-street_23-2147762260.jpg?_wi=2",
imageAlt: "Russian expats networking in Seoul",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/global-network-online-communication-connection_53876-13808.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/global-network-online-communication-connection_53876-13808.jpg?_wi=2",
imageAlt: "Marketplace and community services",
},
]}
@@ -166,7 +166,7 @@ export default function ProfilePage() {
value: "12",
title: "Listings Posted",
description: "Active marketplace and job listings",
imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-office_23-2147808095.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-office_23-2147808095.jpg?_wi=4",
imageAlt: "Your community activity",
},
{
@@ -174,7 +174,7 @@ export default function ProfilePage() {
value: "4.8★",
title: "Trust Rating",
description: "Based on 24 verified transactions",
imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-laptop-credit-card-shopping-online-payment_1301-3469.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-hands-laptop-credit-card-shopping-online-payment_1301-3469.jpg?_wi=3",
imageAlt: "Your trust score",
},
{
@@ -204,7 +204,7 @@ export default function ProfilePage() {
name: "Anna K.",
handle: "Verified Buyer",
testimonial: "Excellent seller! Responded quickly to my inquiry and the product arrived in perfect condition. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors-laptop_23-2150296623.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors-laptop_23-2150296623.jpg?_wi=3",
imageAlt: "Anna K.",
},
{
@@ -212,7 +212,7 @@ export default function ProfilePage() {
name: "Pavel M.",
handle: "Job Seeker",
testimonial: "Great opportunity! Very professional communication and the team made onboarding smooth. Thank you!",
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-businessman-suit-glasses-looking-serious_176420-31755.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-businessman-suit-glasses-looking-serious_176420-31755.jpg?_wi=4",
imageAlt: "Pavel M.",
},
{
@@ -220,7 +220,7 @@ export default function ProfilePage() {
name: "Sophia L.",
handle: "Regular Customer",
testimonial: "Always reliable and trustworthy. I keep coming back because of the consistent quality and great service.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-black-shirt-posing-white-background-high-quality-photo_114579-61024.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-black-shirt-posing-white-background-high-quality-photo_114579-61024.jpg?_wi=3",
imageAlt: "Sophia L.",
},
{
@@ -228,7 +228,7 @@ export default function ProfilePage() {
name: "Dmitri S.",
handle: "Verified Employer",
testimonial: "Fantastic employee! Shows initiative, communicates well, and integrates seamlessly with the team.",
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg?_wi=3",
imageAlt: "Dmitri S.",
},
{
@@ -236,7 +236,7 @@ export default function ProfilePage() {
name: "Elena T.",
handle: "Marketplace Seller",
testimonial: "Professional and fair trading partner. Excellent communication and quick payment. A+ experience!",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-office_23-2147785102.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-office_23-2147785102.jpg?_wi=4",
imageAlt: "Elena T.",
},
{
@@ -244,7 +244,7 @@ export default function ProfilePage() {
name: "Yuri N.",
handle: "Community Member",
testimonial: "Active and helpful member! Your contributions to the community guides section are invaluable to newcomers like me.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-parents-kids-unpacking-things-new-apartment-sitting-floor-taking-houseplant-from-open-box_74855-8875.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-parents-kids-unpacking-things-new-apartment-sitting-floor-taking-houseplant-from-open-box_74855-8875.jpg?_wi=3",
imageAlt: "Yuri N.",
},
]}