@promakeai/cli 0.2.11 → 0.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -492,7 +492,7 @@ constants.json (full)`)),console.log(C.dim(JSON.stringify(U.constantsConfig,null
492
492
  `)),e8("promake create <name>","Create new project"),e8("promake add <modules...>","Add modules"),e8("promake add <page> --module-name <name>","Add page with custom name"),e8("promake remove <modules...>","Remove modules"),e8("promake sync","Sync from promake.json"),e8("promake theme --list","List theme options"),e8("promake theme --preset <name>","Apply color preset"),e8("promake list","List available modules"),e8("promake doctor","Check project health"),e8("promake doctor --runtime","Include runtime checks"),e8("promake discover --json","Project info for AI"),e8("promake seo","Sync SEO meta tags"),e8("promake usage","Show this guide"),e8("promake <command> --help","Command-specific help"),console.log()}var Rr=new $5("info").description("Show detailed information about a module").argument("<module>","Module name").option("--json","Output as JSON").action(async(D,X)=>{let Z=E2(`Fetching ${D}...`).start();try{let J=await R4(D);if(Z.stop(),!J)console.error(C.red(`Module not found: ${D}`)),process.exit(1);if(X.json){console.log(JSON.stringify(J,null,2));return}if(console.log(""),console.log(C.bold.cyan(J.name)),console.log(C.dim("─".repeat(J.name.length+4))),J.title)console.log(`${C.gray("Title:")} ${J.title}`);if(console.log(`${C.gray("Type:")} ${J.type.replace("registry:","")}`),J.description)console.log(`${C.gray("Description:")} ${J.description}`);if(J.registryDependencies?.length)console.log(""),console.log(C.gray("Dependencies:")),J.registryDependencies.forEach((Y)=>{let $=!Y.includes("-")||["button","card","input","badge","dialog","sheet","dropdown-menu","accordion","tabs","select","checkbox","slider","separator","avatar","tooltip","popover","navigation-menu","scroll-area"].includes(Y)?C.dim("(shadcn)"):"";console.log(` ${C.yellow("•")} ${Y} ${$}`)});if(J.dependencies?.length)console.log(""),console.log(C.gray("NPM Packages:")),J.dependencies.forEach((Y)=>{console.log(` ${C.blue("•")} ${Y}`)});if(J.files?.length)console.log(""),console.log(C.gray("Files:")),J.files.forEach((Y)=>{console.log(` ${C.dim("•")} ${Y.path}`)});if(J.exports){if(console.log(""),console.log(C.gray("Exports:")),J.exports.types?.length)console.log(` ${C.magenta("Types:")} ${J.exports.types.join(", ")}`);if(J.exports.variables?.length)console.log(` ${C.green("Components:")} ${J.exports.variables.join(", ")}`)}if(J.route)console.log(""),console.log(C.gray("Route:")),console.log(` ${C.cyan("Path:")} ${J.route.path}`),console.log(` ${C.cyan("Component:")} ${J.route.componentName}`);if(J.usage)console.log(""),console.log(C.gray("Usage:")),console.log(C.dim("─".repeat(40))),console.log(J.usage);console.log("")}catch(J){if(Z.fail("Failed to fetch module info"),J instanceof Error)console.error(C.red(J.message));process.exit(1)}});import F91 from"path";var kK=b1(o8(),1);import{execSync as dh0}from"child_process";import wq from"path";async function cE(D,X=!1){let Z=Date.now(),J=[],Y=wq.join(D,"tsconfig.json");if(!await kK.default.pathExists(Y))return{name:"TypeScript",status:"skip",severity:"info",duration:Date.now()-Z,items:[],summary:"No tsconfig.json found"};let Q=wq.join(D,"package.json"),$=!1;if(await kK.default.pathExists(Q))$=!!(await kK.default.readJson(Q)).scripts?.check;let K=tQ(D),G=K==="npm"?"npm run":`${K} run`;try{let F=$?`${G} check 2>&1`:"npx tsc --noEmit 2>&1";if(!X)console.log(C.dim(` $ ${$?`${G} check`:"tsc --noEmit"}`));let W=dh0(F,{cwd:D,encoding:"utf-8",stdio:"pipe"});if(!X&&W.trim())console.log(C.dim(W));return{name:"TypeScript",status:"pass",severity:"error",duration:Date.now()-Z,items:[],summary:"No type errors"}}catch(F){let W=F.stdout||F.stderr||F.message||"";if(W.includes("This is not the tsc command")||W.includes("typescript"))return{name:"TypeScript",status:"skip",severity:"info",duration:Date.now()-Z,items:[],summary:"TypeScript not installed"};if(!X&&W.trim())console.log(C.dim(W));return J.push(...lh0(W,D)),{name:"TypeScript",status:"fail",severity:"error",duration:Date.now()-Z,items:J,summary:`${J.length} type error(s)`}}}function lh0(D,X){let Z=[],J=/^(.+)\((\d+),(\d+)\):\s*(error|warning)\s*(TS\d+):\s*(.+)$/gm,Y=/^(.+):(\d+):(\d+)\s*-\s*(error|warning)\s*(TS\d+):\s*(.+)$/gm;for(let $ of[J,Y]){let K;while((K=$.exec(D))!==null){let G=K[1].trim();Z.push({file:wq.isAbsolute(G)?wq.relative(X,G):G,line:parseInt(K[2]),column:parseInt(K[3]),code:K[5],message:K[6]})}}let Q=new Set;return Z.filter(($)=>{let K=`${$.file}:${$.line}:${$.column}:${$.message}`;if(Q.has(K))return!1;return Q.add(K),!0})}var pD=b1(o8(),1);import{execSync as ph0}from"child_process";import hK from"path";var ih0=["eslint.config.js","eslint.config.mjs","eslint.config.cjs",".eslintrc.js",".eslintrc.cjs",".eslintrc.json",".eslintrc.yml",".eslintrc.yaml",".eslintrc"];async function nh0(D){for(let Z of ih0)if(await pD.default.pathExists(hK.join(D,Z)))return!0;let X=hK.join(D,"package.json");if(await pD.default.pathExists(X))try{if((await pD.default.readJson(X)).eslintConfig)return!0}catch{}return!1}async function dE(D,X=!1,Z=!1){let J=Date.now();if(!await nh0(D))return{name:"ESLint",status:"skip",severity:"warning",duration:Date.now()-J,items:[],summary:"No ESLint config found"};let Y=hK.join(D,"package.json"),Q=!1;if(await pD.default.pathExists(Y))Q=!!(await pD.default.readJson(Y)).scripts?.lint;let $=tQ(D),K=$==="npm"?"npm run":`${$} run`,G=X?" -- --fix":"";try{let F=Q?`${K} lint${G} 2>&1`:`npx eslint .${X?" --fix":""} 2>&1`;if(!Z)console.log(C.dim(` $ ${Q?`${K} lint${G}`:`eslint .${X?" --fix":""}`}`));let W=ph0(F,{cwd:D,encoding:"utf-8",stdio:"pipe",maxBuffer:10485760});if(!Z&&W.trim())console.log(C.dim(W));return{name:"ESLint",status:"pass",severity:"warning",duration:Date.now()-J,items:[],summary:"No linting issues"}}catch(F){let W=F.stdout||F.stderr||F.message||"";if(W.includes("eslint: not found")||W.includes("'eslint' is not recognized"))return{name:"ESLint",status:"skip",severity:"info",duration:Date.now()-J,items:[],summary:"ESLint not installed"};if(!Z&&W.trim())console.log(C.dim(W));let V=oh0(W,D);if(V.length===0&&W.includes("error"))return{name:"ESLint",status:"fail",severity:"warning",duration:Date.now()-J,items:[{message:"ESLint encountered an error"}],summary:"ESLint error"};return{name:"ESLint",status:V.length>0?"fail":"pass",severity:"warning",duration:Date.now()-J,items:V,summary:V.length>0?`${V.length} linting issue(s)`:"No linting issues"}}}function oh0(D,X){let Z=[],J=/^([^\s].*\.(ts|tsx|js|jsx))$/gm,Y=/^\s+(\d+):(\d+)\s+(error|warning)\s+(.+?)\s{2,}(\S+)?$/gm,Q=null,$=D.split(`
493
493
  `);for(let K of $){let G=K.match(/^([^\s].*\.(ts|tsx|js|jsx))$/);if(G){Q=G[1];continue}let F=K.match(/^\s+(\d+):(\d+)\s+(error|warning)\s+(.+?)\s{2,}(\S+)?$/);if(F&&Q)Z.push({file:hK.isAbsolute(Q)?hK.relative(X,Q):Q,line:parseInt(F[1]),column:parseInt(F[2]),code:F[5]||void 0,message:F[4].trim()})}return Z}var Sq=b1(o8(),1);import{execSync as rh0}from"child_process";import xK from"path";async function lE(D){let X=Date.now(),Z=["vite.config.ts","vite.config.js","vite.config.mjs"],J=!1;for(let Y of Z)if(await Sq.default.pathExists(xK.join(D,Y))){J=!0;break}if(!J)return{name:"Build",status:"skip",severity:"error",duration:Date.now()-X,items:[],summary:"No vite.config found"};try{rh0("npx vite build 2>&1",{cwd:D,encoding:"utf-8",stdio:"pipe",env:{...process.env,NODE_ENV:"production"}});let Y=xK.join(D,"dist");if(await Sq.default.pathExists(Y))await Sq.default.remove(Y);return{name:"Build",status:"pass",severity:"error",duration:Date.now()-X,items:[],summary:"Build succeeded"}}catch(Y){let Q=Y.stdout||Y.stderr||Y.message||"",$=sh0(Q,D);return{name:"Build",status:"fail",severity:"error",duration:Date.now()-X,items:$.length>0?$:[{message:"Build failed"}],summary:"Build failed"}}}function sh0(D,X){let Z=[],J=D.split(`
494
494
  `),Y=[/^(.+):(\d+):(\d+):\s*(.+)$/,/\[vite\]:\s*Error:\s*(.+)/,/Error:\s*(.+?)\s+at\s+(.+):(\d+):(\d+)/,/Could not resolve ["']([^"']+)["']\s+from\s+["']([^"']+)["']/,/RollupError:\s*(.+)/];for(let $=0;$<J.length;$++){let K=J[$].trim();if(!K)continue;if(K.includes("building for production")||K.includes("transforming")||K.includes("rendering chunks")||K.includes("computing gzip")||K.startsWith("✓")||K.startsWith("vite v"))continue;for(let G of Y){let F=K.match(G);if(F){if(G.source.includes("Could not resolve"))Z.push({file:xK.relative(X,F[2]),message:`Cannot find module '${F[1]}'`,suggestion:"Check if the module is installed or the path is correct"});else if(F.length===5)Z.push({file:xK.isAbsolute(F[1]||F[2])?xK.relative(X,F[1]||F[2]):F[1]||F[2],line:parseInt(F[2]||F[3]),column:parseInt(F[3]||F[4]),message:F[4]||F[1]});else Z.push({message:F[1]||K});break}}if(Z.length===0&&(K.toLowerCase().includes("error")||K.toLowerCase().includes("failed")))Z.push({message:K})}let Q=new Set;return Z.filter(($)=>{let K=`${$.file}:${$.line}:${$.message}`;if(Q.has(K))return!1;return Q.add(K),!0})}var bS=b1(o8(),1);import sW from"path";var s41=[process.env["PROGRAMFILES(X86)"]&&sW.join(process.env["PROGRAMFILES(X86)"],"Google","Chrome","Application","chrome.exe"),process.env.PROGRAMFILES&&sW.join(process.env.PROGRAMFILES,"Google","Chrome","Application","chrome.exe"),process.env.LOCALAPPDATA&&sW.join(process.env.LOCALAPPDATA,"Google","Chrome","Application","chrome.exe"),process.env["PROGRAMFILES(X86)"]&&sW.join(process.env["PROGRAMFILES(X86)"],"Microsoft","Edge","Application","msedge.exe"),process.env.PROGRAMFILES&&sW.join(process.env.PROGRAMFILES,"Microsoft","Edge","Application","msedge.exe")].filter(Boolean),a41=["/Applications/Google Chrome.app/Contents/MacOS/Google Chrome","/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge","/Applications/Chromium.app/Contents/MacOS/Chromium"],t41=["/usr/bin/google-chrome","/usr/bin/google-chrome-stable","/usr/bin/chromium-browser","/usr/bin/chromium","/snap/bin/chromium"];async function A$0(){let D=await e41();if(!D)return null;try{return{type:"chrome",browser:await(await Promise.resolve().then(() => (M$0(),L$0))).default.launch({executablePath:D,headless:!0,args:["--no-sandbox","--disable-setuid-sandbox","--disable-gpu"]})}}catch{return null}}async function e41(){if(process.env.CHROME_PATH){if(await bS.default.pathExists(process.env.CHROME_PATH))return process.env.CHROME_PATH}let D;switch(process.platform){case"win32":D=s41;break;case"darwin":D=a41;break;default:D=t41}for(let X of D)if(await bS.default.pathExists(X))return X;return null}async function N$0(D){try{await D.browser.close()}catch{}}async function fS(D,X,Z="/"){let J=Date.now();if(!await D91(D))return{name:"Runtime",status:"skip",severity:"error",duration:Date.now()-J,items:[{message:`No server running on port ${D}`,suggestion:"Start dev server first: npm run dev (or use --port to specify different port)"}],summary:`Skipped (no server on port ${D})`};let Q=null;try{Q=await A$0()}catch{}if(!Q)return{name:"Runtime",status:"skip",severity:"info",duration:Date.now()-J,items:[{message:"No browser available (Chrome/Chromium/Edge not found)",suggestion:"Set CHROME_PATH environment variable or install Chrome/Edge"}],summary:"Skipped (no browser)"};let $=[],{browser:K,type:G}=Q;try{let W=await K.newPage();W.on("console",(H)=>{let q=H.type();if(q==="error"||q==="warning"){let B=H.location();$.push({type:q==="warning"?"warning":"console",message:H.text(),fileName:B?.url,lineNumber:B?.lineNumber,columnNumber:B?.columnNumber})}}),W.on("pageerror",(H)=>{$.push({type:"error",message:H.message,stack:H.stack})});let V=Z.startsWith("/")?Z:`/${Z}`;await W.goto(`http://localhost:${D}${V}`,{waitUntil:"networkidle0",timeout:X}),await X91(3000);let z=await W.evaluate(()=>{return window.__earlyErrors||[]});$.push(...z)}catch(W){let V=W.message||"Unknown error";if(V.includes("timeout")||V.includes("Timeout"))$.push({type:"error",message:"Page load timeout - app may have crashed or is unresponsive"});else if(V.includes("net::ERR"))$.push({type:"error",message:`Network error: ${V}`});else $.push({type:"error",message:`Runtime check error: ${V}`})}finally{await N$0(Q)}let F=Z91($);return{name:`Runtime (${G})`,status:F.length>0?"fail":"pass",severity:"error",duration:Date.now()-J,items:F,summary:F.length>0?`${F.length} runtime error(s)`:"No runtime errors"}}async function D91(D){try{let X=await fetch(`http://localhost:${D}`,{method:"HEAD",signal:AbortSignal.timeout(3000)});return X.ok||X.status<500}catch{return!1}}function X91(D){return new Promise((X)=>setTimeout(X,D))}function Z91(D){return D.map((X)=>{let Z=[];for(let[J,Y]of Object.entries(X))if(Y!==void 0&&Y!==null)Z.push(`${J}: ${Y}`);return{message:Z.join(`
495
- `)}})}function gS(D,X){console.log(""),console.log(C.bold("Health Check")+C.dim(` (${W91(D.duration)})`)),console.log(C.dim("─".repeat(40)));for(let Z of D.checks)J91(Z,X);console.log(C.dim("─".repeat(40))),G91(D)}function J91(D,X){let Z=$91(D.status),J=K91(D.status,D.severity),Y=C.dim(`${D.duration}ms`);console.log(`${Z} ${J(D.name)} ${Y} ${C.dim("·")} ${C.dim(D.summary||"")}`);let Q=D.name.startsWith("Runtime"),$=X||Q?D.items:D.items.slice(0,3),K=D.items.length-$.length;for(let G of $)Y91(G,D.severity);if(K>0)console.log(C.dim(` ... +${K} more (--verbose)`))}function Y91(D,X){let Z=X==="error"?C.red:C.yellow,J=Q91(D),Y=J?C.cyan(J)+" ":"";console.log(` ${Z("›")} ${Y}${D.message}`)}function Q91(D){if(!D.file)return"";let X=D.file;if(D.line!==void 0){if(X+=`:${D.line}`,D.column!==void 0)X+=`:${D.column}`}return X}function $91(D){switch(D){case"pass":return C.green("✓");case"fail":return C.red("✗");case"skip":return C.dim("○");default:return C.dim("?")}}function K91(D,X){if(D==="fail")return X==="error"?C.red:C.yellow;if(D==="pass")return C.green;return C.dim}function G91(D){let{summary:X}=D,Z=[];if(X.passed>0)Z.push(C.green(`${X.passed} passed`));if(X.failed>0)Z.push(C.red(`${X.failed} failed`));if(X.skipped>0)Z.push(C.dim(`${X.skipped} skipped`));if(console.log(Z.join(C.dim(" · "))),X.errors>0)console.log(C.red(`${X.errors} error(s) need attention`));else if(X.warnings>0)console.log(C.yellow(`${X.warnings} warning(s) to review`));else console.log(C.green("All good!"))}function W91(D){if(D<1000)return`${D}ms`;return`${(D/1000).toFixed(1)}s`}var R$0=new $5("doctor").description("Analyze project for issues (TypeScript, ESLint, build, runtime)").option("--cwd <path>","Working directory").option("--port <number>","Vite dev server port","5174").option("--fix","Auto-fix ESLint issues where possible").option("--runtime","Run runtime error detection (requires running dev server)").option("--runtime-timeout <ms>","Runtime check timeout in ms","10000").option("--route <path>","Route path for runtime check","/").option("--json","Output as JSON (for CI/CD)").option("-v, --verbose","Show all details including all errors").option("-q, --quiet","Hide command output logs (only show summary)").option("--no-typecheck","Skip TypeScript type checking").option("--no-lint","Skip ESLint checking").option("--no-build","Skip Vite build checking").action(async(D)=>{let X=D.cwd||process.cwd(),Z=parseInt(D.port||"5173"),J=parseInt(D.runtimeTimeout||"10000"),Y=D.route||"/",Q=Date.now(),$=D.quiet||D.json||!1;if(!await T2(X)&&!D.json)console.log(C.yellow("Warning: No promake.json found. Running checks anyway..."));let G=D.json?null:E2("Running health checks...").start(),F=[];if(D.typecheck!==!1)F.push(()=>cE(X,$));if(D.lint!==!1)F.push(()=>dE(X,D.fix,$));if(D.build!==!1)F.push(()=>lE(X));if(D.runtime)F.push(()=>fS(Z,J,Y));let W=[];try{if(W=await V91(F,1),G)G.stop()}catch(z){if(G)G.fail("Health check failed");if(!D.json)console.error(C.red(z.message));process.exit(1)}let V={project:F91.basename(X),timestamp:new Date().toISOString(),duration:Date.now()-Q,checks:W,summary:{passed:W.filter((z)=>z.status==="pass").length,failed:W.filter((z)=>z.status==="fail").length,skipped:W.filter((z)=>z.status==="skip").length,errors:W.filter((z)=>z.status==="fail"&&z.severity==="error").reduce((z,H)=>z+H.items.length,0),warnings:W.filter((z)=>z.status==="fail"&&z.severity==="warning").reduce((z,H)=>z+H.items.length,0)}};if(D.json)console.log(JSON.stringify(V,null,2));else gS(V,D.verbose||!1);if(V.summary.errors>0)process.exit(1)});async function V91(D,X){let Z=[],J=0;async function Y(){let $=J++;if($>=D.length)return;Z[$]=await D[$](),await Y()}let Q=Array(Math.min(X,D.length)).fill(null).map(()=>Y());return await Promise.all(Q),Z}var E$0={name:"@promakeai/cli",version:"0.2.11",type:"module",bin:{promake:"dist/index.js"},files:["dist/index.js","dist/registry","template"],scripts:{dev:"bun run src/index.ts","dev:app":"cd dev && bun run dev","dev:populate":"bun run scripts/populate-dev.ts","dev:fresh":"bun run dev:populate && bun run dev:app","playground:create":"rm -rf playground && bun run dev -- create playground --template empty --pm bun","playground:reset":"bun run playground:create","playground:add":"cd playground && bun run ../src/index.ts add","playground:ecommerce":"rm -rf playground && bun run dev -- create playground --template ecommerce --pm bun",build:"bun run build:cli && bun run build:registry","build:cli":"bun build src/index.ts --outdir dist --target node --minify","build:registry":"bun run scripts/build-registry.ts",typecheck:"tsc --noEmit",prepublishOnly:"bun run build",test:"bun test","test:watch":"bun test --watch","test:coverage":"bun test --coverage",release:"bun run build && npm publish --access public"},dependencies:{"adm-zip":"^0.5.16",archiver:"^7.0.1",chalk:"^5.3.0",commander:"^12.1.0",culori:"^4.0.2","fs-extra":"^11.2.0",glob:"^11.0.0",ora:"^8.1.1",prompts:"^2.4.2","puppeteer-core":"^24.36.0"},devDependencies:{"@types/archiver":"^7.0.0","@types/bun":"^1.1.14","@types/culori":"^4.0.1","@types/fs-extra":"^11.0.4","@types/node":"^22.10.2","@types/prompts":"^2.4.9",typescript:"^5.7.2"}};var C8=new $5;C8.name("promake").description(`Modular React template CLI - Build React apps with pre-built components
495
+ `)}})}function gS(D,X){console.log(""),console.log(C.bold("Health Check")+C.dim(` (${W91(D.duration)})`)),console.log(C.dim("─".repeat(40)));for(let Z of D.checks)J91(Z,X);console.log(C.dim("─".repeat(40))),G91(D)}function J91(D,X){let Z=$91(D.status),J=K91(D.status,D.severity),Y=C.dim(`${D.duration}ms`);console.log(`${Z} ${J(D.name)} ${Y} ${C.dim("·")} ${C.dim(D.summary||"")}`);let Q=D.name.startsWith("Runtime"),$=X||Q?D.items:D.items.slice(0,3),K=D.items.length-$.length;for(let G of $)Y91(G,D.severity);if(K>0)console.log(C.dim(` ... +${K} more (--verbose)`))}function Y91(D,X){let Z=X==="error"?C.red:C.yellow,J=Q91(D),Y=J?C.cyan(J)+" ":"";console.log(` ${Z("›")} ${Y}${D.message}`)}function Q91(D){if(!D.file)return"";let X=D.file;if(D.line!==void 0){if(X+=`:${D.line}`,D.column!==void 0)X+=`:${D.column}`}return X}function $91(D){switch(D){case"pass":return C.green("✓");case"fail":return C.red("✗");case"skip":return C.dim("○");default:return C.dim("?")}}function K91(D,X){if(D==="fail")return X==="error"?C.red:C.yellow;if(D==="pass")return C.green;return C.dim}function G91(D){let{summary:X}=D,Z=[];if(X.passed>0)Z.push(C.green(`${X.passed} passed`));if(X.failed>0)Z.push(C.red(`${X.failed} failed`));if(X.skipped>0)Z.push(C.dim(`${X.skipped} skipped`));if(console.log(Z.join(C.dim(" · "))),X.errors>0)console.log(C.red(`${X.errors} error(s) need attention`));else if(X.warnings>0)console.log(C.yellow(`${X.warnings} warning(s) to review`));else console.log(C.green("All good!"))}function W91(D){if(D<1000)return`${D}ms`;return`${(D/1000).toFixed(1)}s`}var R$0=new $5("doctor").description("Analyze project for issues (TypeScript, ESLint, build, runtime)").option("--cwd <path>","Working directory").option("--port <number>","Vite dev server port","5174").option("--fix","Auto-fix ESLint issues where possible").option("--runtime","Run runtime error detection (requires running dev server)").option("--runtime-timeout <ms>","Runtime check timeout in ms","10000").option("--route <path>","Route path for runtime check","/").option("--json","Output as JSON (for CI/CD)").option("-v, --verbose","Show all details including all errors").option("-q, --quiet","Hide command output logs (only show summary)").option("--no-typecheck","Skip TypeScript type checking").option("--no-lint","Skip ESLint checking").option("--no-build","Skip Vite build checking").action(async(D)=>{let X=D.cwd||process.cwd(),Z=parseInt(D.port||"5173"),J=parseInt(D.runtimeTimeout||"10000"),Y=D.route||"/",Q=Date.now(),$=D.quiet||D.json||!1;if(!await T2(X)&&!D.json)console.log(C.yellow("Warning: No promake.json found. Running checks anyway..."));let G=D.json?null:E2("Running health checks...").start(),F=[];if(D.typecheck!==!1)F.push(()=>cE(X,$));if(D.lint!==!1)F.push(()=>dE(X,D.fix,$));if(D.build!==!1)F.push(()=>lE(X));if(D.runtime)F.push(()=>fS(Z,J,Y));let W=[];try{if(W=await V91(F,1),G)G.stop()}catch(z){if(G)G.fail("Health check failed");if(!D.json)console.error(C.red(z.message));process.exit(1)}let V={project:F91.basename(X),timestamp:new Date().toISOString(),duration:Date.now()-Q,checks:W,summary:{passed:W.filter((z)=>z.status==="pass").length,failed:W.filter((z)=>z.status==="fail").length,skipped:W.filter((z)=>z.status==="skip").length,errors:W.filter((z)=>z.status==="fail"&&z.severity==="error").reduce((z,H)=>z+H.items.length,0),warnings:W.filter((z)=>z.status==="fail"&&z.severity==="warning").reduce((z,H)=>z+H.items.length,0)}};if(D.json)console.log(JSON.stringify(V,null,2));else gS(V,D.verbose||!1);if(V.summary.errors>0)process.exit(1)});async function V91(D,X){let Z=[],J=0;async function Y(){let $=J++;if($>=D.length)return;Z[$]=await D[$](),await Y()}let Q=Array(Math.min(X,D.length)).fill(null).map(()=>Y());return await Promise.all(Q),Z}var E$0={name:"@promakeai/cli",version:"0.2.12",type:"module",bin:{promake:"dist/index.js"},files:["dist/index.js","dist/registry","template"],scripts:{dev:"bun run src/index.ts","dev:app":"cd dev && bun run dev","dev:populate":"bun run scripts/populate-dev.ts","dev:fresh":"bun run dev:populate && bun run dev:app","playground:create":"rm -rf playground && bun run dev -- create playground --template empty --pm bun","playground:reset":"bun run playground:create","playground:add":"cd playground && bun run ../src/index.ts add","playground:ecommerce":"rm -rf playground && bun run dev -- create playground --template ecommerce --pm bun",build:"bun run build:cli && bun run build:registry","build:cli":"bun build src/index.ts --outdir dist --target node --minify","build:registry":"bun run scripts/build-registry.ts",typecheck:"tsc --noEmit",prepublishOnly:"bun run build",test:"bun test","test:watch":"bun test --watch","test:coverage":"bun test --coverage",release:"bun run build && npm publish --access public"},dependencies:{"adm-zip":"^0.5.16",archiver:"^7.0.1",chalk:"^5.3.0",commander:"^12.1.0",culori:"^4.0.2","fs-extra":"^11.2.0",glob:"^11.0.0",ora:"^8.1.1",prompts:"^2.4.2","puppeteer-core":"^24.36.0"},devDependencies:{"@types/archiver":"^7.0.0","@types/bun":"^1.1.14","@types/culori":"^4.0.1","@types/fs-extra":"^11.0.4","@types/node":"^22.10.2","@types/prompts":"^2.4.9",typescript:"^5.7.2"}};var C8=new $5;C8.name("promake").description(`Modular React template CLI - Build React apps with pre-built components
496
496
 
497
497
  Quick Start:
498
498
  $ promake create my-app
@@ -28,13 +28,13 @@
28
28
  "path": "about-page/lang/en.json",
29
29
  "type": "registry:lang",
30
30
  "target": "$modules$/about-page/lang/en.json",
31
- "content": "{\r\n \"title\": \"About Us\",\r\n \"subtitle\": \"Customize this about page subtitle with Promake Chat. Tell your brand's story, vision, and the value you offer in a few sentences.\",\r\n \"storyTitle\": \"Our Story\",\r\n \"storyP1\": \"This section is designed to tell the story of your brand's origins, initial motivation, and where it stands today. Use Promake to easily adapt your real background, turning points, and journey to this space.\",\r\n \"storyP2\": \"This section is designed to continue your story. Deepen and detail the journey you mentioned in the first paragraph.\",\r\n \"missionTitle\": \"Our Mission\",\r\n \"missionDesc\": \"This section is designed to describe your brand's core purpose and the value you provide to your users.\",\r\n \"valuesTitle\": \"Our Values\",\r\n \"valuesDesc\": \"In this section, you can share the core values that define your brand and your working principles.\",\r\n \"teamTitle\": \"Our Team\",\r\n \"teamDesc\": \"This section is designed to describe your team structure, culture, and how you work together.\",\r\n \"qualityTitle\": \"Quality First\",\r\n \"qualityDesc\": \"In this section, you can emphasize your quality standards, production approach, and the importance you place on user experience.\",\r\n \"customersValue\": \"500+\",\r\n \"customersLabel\": \"Happy Customers\",\r\n \"projectsValue\": \"1000+\",\r\n \"projectsLabel\": \"Projects Completed\",\r\n \"experienceValue\": \"10+\",\r\n \"experienceLabel\": \"Years Experience\",\r\n \"satisfactionValue\": \"99%\",\r\n \"satisfactionLabel\": \"Client Satisfaction\",\r\n \"ctaTitle\": \"Ready to Work Together?\",\r\n \"ctaDesc\": \"Update this CTA description based on your goals using Promake.\"\r\n}\r\n"
31
+ "content": "{\r\n \"title\": \"About Us\",\r\n \"subtitle\": \"Tell your brand's story, vision, and value in a few sentences.\",\r\n \"storyTitle\": \"Our Story\",\r\n \"storyP1\": \"Tell your brand's origins, motivation, and current position. Include key turning points.\",\r\n \"storyP2\": \"Continue your story. Deepen the journey mentioned in the first paragraph.\",\r\n \"missionTitle\": \"Our Mission\",\r\n \"missionDesc\": \"Describe your brand's core purpose and user value.\",\r\n \"valuesTitle\": \"Our Values\",\r\n \"valuesDesc\": \"Share the core values that define your brand.\",\r\n \"teamTitle\": \"Our Team\",\r\n \"teamDesc\": \"Describe your team structure, culture, and collaboration.\",\r\n \"qualityTitle\": \"Quality First\",\r\n \"qualityDesc\": \"Emphasize quality standards and user experience focus.\",\r\n \"customersValue\": \"500+\",\r\n \"customersLabel\": \"Happy Customers\",\r\n \"projectsValue\": \"1000+\",\r\n \"projectsLabel\": \"Projects Completed\",\r\n \"experienceValue\": \"10+\",\r\n \"experienceLabel\": \"Years Experience\",\r\n \"satisfactionValue\": \"99%\",\r\n \"satisfactionLabel\": \"Client Satisfaction\",\r\n \"ctaTitle\": \"Ready to Work Together?\",\r\n \"ctaDesc\": \"Update this CTA based on your goals.\"\r\n}"
32
32
  },
33
33
  {
34
34
  "path": "about-page/lang/tr.json",
35
35
  "type": "registry:lang",
36
36
  "target": "$modules$/about-page/lang/tr.json",
37
- "content": "{\r\n \"title\": \"Hakkımızda\",\r\n \"subtitle\": \"Bu hakkımızda sayfası alt başlığını Promake Chat ile özelleştirin. Markanızın hikâyesini, vizyonunu ve sunduğunuz değeri birkaç cümleyle anlatın.\",\r\n \"storyTitle\": \"Hikayemiz\",\r\n \"storyP1\": \"Bu alan, markanızın doğuşunu, ilk motivasyonunu ve bugün geldiği noktayı anlatmanız için tasarlanmıştır. Promake ile gerçek geçmişinizi, yaşadığınız dönüm noktalarını ve yolculuğunuzu bu alana kolayca uyarlayabilirsiniz.\",\r\n \"storyP2\": \"Bu alan hikayenizin devamını anlatmanız için tasarlanmıştır. İlk paragrafta bahsettiğiniz yolculuğu derinleştirin, detaylandırın.\",\r\n \"missionTitle\": \"Misyonumuz\",\r\n \"missionDesc\": \"Bu alan, markanızın temel amacını ve kullanıcılarınıza sunduğunuz değeri anlatmanız için tasarlanmıştır.\",\r\n \"valuesTitle\": \"Değerlerimiz\",\r\n \"valuesDesc\": \"Bu bölümde, markanızı tanımlayan temel değerleri ve çalışma prensiplerinizi paylaşabilirsiniz.\",\r\n \"teamTitle\": \"Ekibimiz\",\r\n \"teamDesc\": \"Bu alan, ekip yapınızı, kültürünüzü ve birlikte çalışma biçiminizi anlatmanız için tasarlanmıştır.\",\r\n \"qualityTitle\": \"Önce Kalite\",\r\n \"qualityDesc\": \"Bu bölümde, kalite standartlarınızı, üretim anlayışınızı ve kullanıcı deneyimine verdiğiniz önemi vurgulayabilirsiniz.\",\r\n \"customersValue\": \"500+\",\r\n \"customersLabel\": \"Mutlu Müşteri\",\r\n \"projectsValue\": \"1000+\",\r\n \"projectsLabel\": \"Tamamlanan Proje\",\r\n \"experienceValue\": \"10+\",\r\n \"experienceLabel\": \"Yıllık Deneyim\",\r\n \"satisfactionValue\": \"%99\",\r\n \"satisfactionLabel\": \"Müşteri Memnuniyeti\",\r\n \"ctaTitle\": \"Birlikte Çalışmaya Hazır mısınız?\",\r\n \"ctaDesc\": \"Bu CTA açıklamasını hedeflerinize göre Promake kullanarak güncelleyin.\"\r\n}\r\n"
37
+ "content": "{\r\n \"title\": \"Hakkımızda\",\r\n \"subtitle\": \"Markanızın hikayesini, vizyonunu ve değerini birkaç cümleyle anlatın.\",\r\n \"storyTitle\": \"Hikayemiz\",\r\n \"storyP1\": \"Markanızın doğuşunu, motivasyonunu ve bugünkü konumunu anlatın. Dönüm noktalarını ekleyin.\",\r\n \"storyP2\": \"Hikayenizin devamı. İlk paragraftaki yolculuğu derinleştirin.\",\r\n \"missionTitle\": \"Misyonumuz\",\r\n \"missionDesc\": \"Markanızın temel amacını ve kullanıcı değerini anlatın.\",\r\n \"valuesTitle\": \"Değerlerimiz\",\r\n \"valuesDesc\": \"Markanızı tanımlayan temel değerleri paylaşın.\",\r\n \"teamTitle\": \"Ekibimiz\",\r\n \"teamDesc\": \"Ekip yapınızı, kültürünüzü ve işbirliğinizi anlatın.\",\r\n \"qualityTitle\": \"Önce Kalite\",\r\n \"qualityDesc\": \"Kalite standartlarınızı ve kullanıcı deneyimi odağınızı vurgulayın.\",\r\n \"customersValue\": \"500+\",\r\n \"customersLabel\": \"Mutlu Müşteri\",\r\n \"projectsValue\": \"1000+\",\r\n \"projectsLabel\": \"Tamamlanan Proje\",\r\n \"experienceValue\": \"10+\",\r\n \"experienceLabel\": \"Yıllık Deneyim\",\r\n \"satisfactionValue\": \"%99\",\r\n \"satisfactionLabel\": \"Müşteri Memnuniyeti\",\r\n \"ctaTitle\": \"Birlikte Çalışmaya Hazır mısınız?\",\r\n \"ctaDesc\": \"Bu CTA'yı hedeflerinize göre güncelleyin.\"\r\n}"
38
38
  }
39
39
  ],
40
40
  "exports": {
@@ -22,13 +22,13 @@
22
22
  "path": "about-section/lang/en.json",
23
23
  "type": "registry:lang",
24
24
  "target": "$modules$/about-section/lang/en.json",
25
- "content": "{\r\n \"title\": \"About Us\",\r\n \"description\": \"This is your main about section description. Explain who you are, what you do, and why it matters to your audience. Share your story, values, or unique approach. Use Promake to create an authentic, engaging description that helps visitors connect with your brand.\",\r\n \"mainImageAlt\": \"Our team\",\r\n \"secondaryImageAlt\": \"Our office\",\r\n \"cardTitle\": \"Our Mission\",\r\n \"cardDescription\": \"This card highlights a key aspect of your mission, vision, or values. Be specific about your purpose and what drives you. Use Promake to articulate what makes your approach unique and meaningful to your audience.\",\r\n \"cardButton\": \"Learn More\",\r\n \"companiesTitle\": \"Customize this section title with Promake\",\r\n \"statsTitle\": \"Our Achievements\",\r\n \"statsDescription\": \"Have Promake update this with key information about your milestones.\",\r\n \"stat1Value\": \"500+\",\r\n \"stat1Label\": \"Happy Clients\",\r\n \"stat2Value\": \"1000+\",\r\n \"stat2Label\": \"Projects Completed\",\r\n \"stat3Value\": \"99%\",\r\n \"stat3Label\": \"Satisfaction Rate\",\r\n \"stat4Value\": \"15+\",\r\n \"stat4Label\": \"Years Experience\"\r\n}\r\n"
25
+ "content": "{\r\n \"title\": \"About Us\",\r\n \"description\": \"We're a team of passionate professionals dedicated to delivering exceptional results for our clients.\",\r\n \"mainImageAlt\": \"Our team\",\r\n \"secondaryImageAlt\": \"Our office\",\r\n \"cardTitle\": \"Our Mission\",\r\n \"cardDescription\": \"To empower businesses with innovative solutions that drive growth and success.\",\r\n \"cardButton\": \"Learn More\",\r\n \"companiesTitle\": \"Trusted by Leading Brands\",\r\n \"statsTitle\": \"Our Achievements\",\r\n \"statsDescription\": \"Numbers that showcase our commitment to excellence.\",\r\n \"stat1Value\": \"500+\",\r\n \"stat1Label\": \"Happy Clients\",\r\n \"stat2Value\": \"1000+\",\r\n \"stat2Label\": \"Projects Completed\",\r\n \"stat3Value\": \"99%\",\r\n \"stat3Label\": \"Satisfaction Rate\",\r\n \"stat4Value\": \"15+\",\r\n \"stat4Label\": \"Years Experience\"\r\n}"
26
26
  },
27
27
  {
28
28
  "path": "about-section/lang/tr.json",
29
29
  "type": "registry:lang",
30
30
  "target": "$modules$/about-section/lang/tr.json",
31
- "content": "{\r\n \"title\": \"Hakkımızda\",\r\n \"description\": \"Bu ana hakkımızda bölümü açıklamanızdır. Kim olduğunuzu, ne yaptığınızı ve hedef kitleniz için neden önemli olduğunu açıklayın. Hikayenizi, değerlerinizi veya benzersiz yaklaşımınızı paylaşın. Promake ile ziyaretçilerin markanızla bağlantı kurmasına yardımcı olan özgün ve ilgi çekici bir açıklama oluşturun.\",\r\n \"mainImageAlt\": \"Ekibimiz\",\r\n \"secondaryImageAlt\": \"Ofisimiz\",\r\n \"cardTitle\": \"Misyonumuz\",\r\n \"cardDescription\": \"Bu kart misyonunuzun, vizyonunuzun veya değerlerinizin önemli bir yönünü vurgular. Amacınız ve sizi neyin harekete geçirdiği konusunda spesifik olun. Promake ile yaklaşımınızı hedef kitleniz için benzersiz ve anlamlı kılan şeyi ifade edin.\",\r\n \"cardButton\": \"Daha Fazla\",\r\n \"companiesTitle\": \"Bu bölüm başlığını Promake kullanarak özelleştirin\",\r\n \"statsTitle\": \"Başarılarımız\",\r\n \"statsDescription\": \"Promake'ten önemli kilometre taşlarınızla ilgili bilgilerle güncellemesini isteyin.\",\r\n \"stat1Value\": \"500+\",\r\n \"stat1Label\": \"Mutlu Müşteri\",\r\n \"stat2Value\": \"1000+\",\r\n \"stat2Label\": \"Tamamlanan Proje\",\r\n \"stat3Value\": \"%99\",\r\n \"stat3Label\": \"Memnuniyet Oranı\",\r\n \"stat4Value\": \"15+\",\r\n \"stat4Label\": \"Yıllık Deneyim\"\r\n}\r\n"
31
+ "content": "{\r\n \"title\": \"Hakkımızda\",\r\n \"description\": \"Müşterilerimize olağanüstü sonuçlar sunmaya kendini adamış, tutkulu profesyonellerden oluşan bir ekibiz.\",\r\n \"mainImageAlt\": \"Ekibimiz\",\r\n \"secondaryImageAlt\": \"Ofisimiz\",\r\n \"cardTitle\": \"Misyonumuz\",\r\n \"cardDescription\": \"İşletmeleri büyüme ve başarı sağlayan yenilikçi çözümlerle güçlendirmek.\",\r\n \"cardButton\": \"Daha Fazla\",\r\n \"companiesTitle\": \"Önde Gelen Markalar Tarafından Güvenilir\",\r\n \"statsTitle\": \"Başarılarımız\",\r\n \"statsDescription\": \"Mükemmeliyete olan bağlılığımızı gösteren rakamlar.\",\r\n \"stat1Value\": \"500+\",\r\n \"stat1Label\": \"Mutlu Müşteri\",\r\n \"stat2Value\": \"1000+\",\r\n \"stat2Label\": \"Tamamlanan Proje\",\r\n \"stat3Value\": \"%99\",\r\n \"stat3Label\": \"Memnuniyet Oranı\",\r\n \"stat4Value\": \"15+\",\r\n \"stat4Label\": \"Yıllık Deneyim\"\r\n}"
32
32
  }
33
33
  ],
34
34
  "exports": {
@@ -25,13 +25,13 @@
25
25
  "path": "announcement-bar/lang/en.json",
26
26
  "type": "registry:lang",
27
27
  "target": "$modules$/announcement-bar/lang/en.json",
28
- "content": "{\r\n \"message\": \"This top bar displays important announcements, promotions, or updates. Keep it concise and actionable. Use it for limited-time offers, new features, or critical information. Customize with Promake to capture attention with timely, relevant messages.\",\r\n \"linkText\": \"Learn more\",\r\n \"dismiss\": \"Dismiss\"\r\n}\r\n"
28
+ "content": "{\r\n \"message\": \"Important announcement: Limited time offer - Learn more →\",\r\n \"linkText\": \"Learn more\",\r\n \"dismiss\": \"Dismiss\"\r\n}"
29
29
  },
30
30
  {
31
31
  "path": "announcement-bar/lang/tr.json",
32
32
  "type": "registry:lang",
33
33
  "target": "$modules$/announcement-bar/lang/tr.json",
34
- "content": "{\r\n \"message\": \"Bu üst çubuk önemli duyuruları, promosyonları veya güncellemeleri gösterir. Kısa ve eyleme dönük tutun. Sınırlı süreli teklifler, yeni özellikler veya kritik bilgiler için kullanın. Promake ile zamanlı ve alakalı mesajlarla dikkat çekmek için özelleştirin.\",\r\n \"linkText\": \"Daha fazla\",\r\n \"dismiss\": \"Kapat\"\r\n}\r\n"
34
+ "content": "{\r\n \"message\": \"Önemli duyuru: Sınırlı süreli kampanya - Detaylar →\",\r\n \"linkText\": \"Daha fazla\",\r\n \"dismiss\": \"Kapat\"\r\n}"
35
35
  }
36
36
  ],
37
37
  "exports": {
@@ -27,13 +27,13 @@
27
27
  "path": "blog-section/lang/en.json",
28
28
  "type": "registry:lang",
29
29
  "target": "$modules$/blog-section/lang/en.json",
30
- "content": "{\r\n \"tagline\": \"Latest Updates\",\r\n \"title\": \"From Our Blog\",\r\n \"subtitle\": \"This introduces your blog section and sets expectations for your content. Explain what topics you cover, how often you publish, or the value readers will get from your articles. Use Promake to craft an engaging introduction that encourages visitors to explore your content.\",\r\n \"viewAll\": \"View all articles\",\r\n \"readMore\": \"Read more\",\r\n \"post1Title\": \"Customize this blog post title with Promake\",\r\n \"post1Summary\": \"Write a compelling summary that captures the key points and value of your blog post. This should entice readers to click and learn more. Include the main benefit or takeaway. Use Promake to create engaging summaries that drive readership.\",\r\n \"post1Category\": \"Tutorial\",\r\n \"post1Author\": \"Sarah Chen\",\r\n \"post1Date\": \"Jan 15, 2024\",\r\n \"post2Title\": \"Update this with your second blog post title\",\r\n \"post2Summary\": \"Craft a summary that highlights what makes this post valuable. Focus on the problem it solves or insight it provides. Keep it concise yet compelling. Use Promake to write summaries that convert browsers into readers.\",\r\n \"post2Category\": \"Best Practices\",\r\n \"post2Author\": \"Michael Park\",\r\n \"post2Date\": \"Jan 10, 2024\",\r\n \"post3Title\": \"Work with Promake to customize this post title\",\r\n \"post3Summary\": \"Create a summary that showcases the unique angle or valuable information in this post. Make readers curious to learn more. Use Promake to write descriptions that effectively promote your content.\",\r\n \"post3Category\": \"Design\",\r\n \"post3Author\": \"Emily Davis\",\r\n \"post3Date\": \"Jan 5, 2024\"\r\n}\r\n"
30
+ "content": "{\r\n \"tagline\": \"Latest Updates\",\r\n \"title\": \"From Our Blog\",\r\n \"subtitle\": \"Insights, tutorials, and stories to help you succeed.\",\r\n \"viewAll\": \"View all articles\",\r\n \"readMore\": \"Read more\",\r\n \"post1Title\": \"Getting Started: A Complete Guide\",\r\n \"post1Summary\": \"Learn the essential steps to launch your project successfully and avoid common pitfalls.\",\r\n \"post1Category\": \"Tutorial\",\r\n \"post1Author\": \"Sarah Chen\",\r\n \"post1Date\": \"Jan 15, 2024\",\r\n \"post2Title\": \"10 Best Practices You Need to Know\",\r\n \"post2Summary\": \"Discover proven strategies that will help you work smarter and achieve better results.\",\r\n \"post2Category\": \"Best Practices\",\r\n \"post2Author\": \"Michael Park\",\r\n \"post2Date\": \"Jan 10, 2024\",\r\n \"post3Title\": \"Design Trends That Matter in 2024\",\r\n \"post3Summary\": \"Stay ahead of the curve with these emerging design trends shaping the industry.\",\r\n \"post3Category\": \"Design\",\r\n \"post3Author\": \"Emily Davis\",\r\n \"post3Date\": \"Jan 5, 2024\"\r\n}"
31
31
  },
32
32
  {
33
33
  "path": "blog-section/lang/tr.json",
34
34
  "type": "registry:lang",
35
35
  "target": "$modules$/blog-section/lang/tr.json",
36
- "content": "{\r\n \"tagline\": \"Son Güncellemeler\",\r\n \"title\": \"Blogumuzdan\",\r\n \"subtitle\": \"Bu, blog bölümünüzü tanıtır ve içeriğiniz için beklentiler oluşturur. Hangi konuları ele aldığınızı, ne sıklıkla yayınladığınızı veya okuyucuların makalelerinizden alacağı değeri açıklayın. Promake ile ziyaretçileri içeriğinizi keşfetmeye teşvik eden ilgi çekici bir giriş oluşturun.\",\r\n \"viewAll\": \"Tüm makaleleri görüntüle\",\r\n \"readMore\": \"Devamını oku\",\r\n \"post1Title\": \"Bu blog yazısı başlığını Promake ile özelleştirin\",\r\n \"post1Summary\": \"Blog yazınızın ana noktalarını ve değerini yakalayan ilgi çekici bir özet yazın. Bu, okuyucuları tıklamaya ve daha fazlasını öğrenmeye teşvik etmelidir. Ana faydayı veya çıkarımı ekleyin. Promake ile okuyucu sayısını artıran ilgi çekici özetler oluşturun.\",\r\n \"post1Category\": \"Eğitim\",\r\n \"post1Author\": \"Sarah Chen\",\r\n \"post1Date\": \"15 Ocak 2024\",\r\n \"post2Title\": \"Bunu ikinci blog yazınızın başlığıyla güncelleyin\",\r\n \"post2Summary\": \"Bu yazıyı değerli kılan şeyi vurgulayan bir özet oluşturun. Çözdüğü soruna veya sağladığı içgörüye odaklanın. Kısa ama ikna edici tutun. Promake ile tarayıcıları okuyuculara dönüştüren özetler yazın.\",\r\n \"post2Category\": \"En İyi Uygulamalar\",\r\n \"post2Author\": \"Michael Park\",\r\n \"post2Date\": \"10 Ocak 2024\",\r\n \"post3Title\": \"Bu yazı başlığını Promake ile kişiselleştirin\",\r\n \"post3Summary\": \"Bu yazıdaki benzersiz açıyı veya değerli bilgileri sergileyen bir özet oluşturun. Okuyucuları daha fazlasını öğrenmeye meraklı hale getirin. Promake ile içeriğinizi etkili bir şekilde tanıtan açıklamalar yazın.\",\r\n \"post3Category\": \"Tasarım\",\r\n \"post3Author\": \"Emily Davis\",\r\n \"post3Date\": \"5 Ocak 2024\"\r\n}\r\n"
36
+ "content": "{\r\n \"tagline\": \"Son Güncellemeler\",\r\n \"title\": \"Blogumuzdan\",\r\n \"subtitle\": \"Ekibimizden içgörüler, ipuçları ve hikayeleri keşfedin.\",\r\n \"viewAll\": \"Tüm makaleleri görüntüle\",\r\n \"readMore\": \"Devamını oku\",\r\n \"post1Title\": \"Başlangıç Rehberi\",\r\n \"post1Summary\": \"Kapsamlı rehberimizle hızlı bir şekilde başlamak için temel adımları öğrenin.\",\r\n \"post1Category\": \"Eğitim\",\r\n \"post1Author\": \"Sarah Chen\",\r\n \"post1Date\": \"15 Ocak 2024\",\r\n \"post2Title\": \"Başarı İçin En İyi Uygulamalar\",\r\n \"post2Summary\": \"Daha iyi sonuçlar elde etmenize yardımcı olan kanıtlanmış stratejileri keşfedin.\",\r\n \"post2Category\": \"En İyi Uygulamalar\",\r\n \"post2Author\": \"Michael Park\",\r\n \"post2Date\": \"10 Ocak 2024\",\r\n \"post3Title\": \"2024 Tasarım Trendleri\",\r\n \"post3Summary\": \"En son tasarım trendlerini ve projelerinizde nasıl uygulayacağınızı keşfedin.\",\r\n \"post3Category\": \"Tasarım\",\r\n \"post3Author\": \"Emily Davis\",\r\n \"post3Date\": \"5 Ocak 2024\"\r\n}"
37
37
  }
38
38
  ],
39
39
  "exports": {
@@ -26,7 +26,7 @@
26
26
  "path": "coming-soon-page-minimal/lang/en.json",
27
27
  "type": "registry:lang",
28
28
  "target": "$modules$/coming-soon-page-minimal/lang/en.json",
29
- "content": "{\r\n \"title\": \"Coming Soon\",\r\n \"daysLeft\": \"days until launch\",\r\n \"heading\": \"Coming Soon\",\r\n \"description\": \"Use Promake to personalize this description. We're crafting something beautiful.\",\r\n \"emailPlaceholder\": \"your@email.com\",\r\n \"success\": \"We'll be in touch!\"\r\n}\r\n"
29
+ "content": "{\r\n \"title\": \"Coming Soon\",\r\n \"daysLeft\": \"days until launch\",\r\n \"heading\": \"Coming Soon\",\r\n \"description\": \"We're crafting something beautiful. Stay tuned!\",\r\n \"emailPlaceholder\": \"your@email.com\",\r\n \"success\": \"We'll be in touch!\"\r\n}"
30
30
  },
31
31
  {
32
32
  "path": "coming-soon-page-minimal/lang/tr.json",
@@ -28,13 +28,13 @@
28
28
  "path": "coming-soon-page/lang/en.json",
29
29
  "type": "registry:lang",
30
30
  "target": "$modules$/coming-soon-page/lang/en.json",
31
- "content": "{\r\n \"title\": \"Coming Soon\",\r\n \"heading\": \"Something Amazing is Coming\",\r\n \"description\": \"This text builds anticipation for your upcoming launch. Explain what's coming, why it's exciting, and what makes it worth waiting for. Create intrigue and encourage email signups. Use Promake to craft a message that generates excitement and captures leads before launch.\",\r\n \"days\": \"Days\",\r\n \"hours\": \"Hours\",\r\n \"minutes\": \"Minutes\",\r\n \"seconds\": \"Seconds\",\r\n \"emailPlaceholder\": \"Enter your email\",\r\n \"notify\": \"Notify Me\",\r\n \"success\": \"Thank you! We'll notify you when we launch.\",\r\n \"followUs\": \"Follow us for updates\"\r\n}\r\n"
31
+ "content": "{\r\n \"title\": \"Coming Soon\",\r\n \"heading\": \"Something Amazing is Coming\",\r\n \"description\": \"Build anticipation for your launch. Explain what's coming and why it's exciting.\",\r\n \"days\": \"Days\",\r\n \"hours\": \"Hours\",\r\n \"minutes\": \"Minutes\",\r\n \"seconds\": \"Seconds\",\r\n \"emailPlaceholder\": \"Enter your email\",\r\n \"notify\": \"Notify Me\",\r\n \"success\": \"Thank you! We'll notify you when we launch.\",\r\n \"followUs\": \"Follow us for updates\"\r\n}"
32
32
  },
33
33
  {
34
34
  "path": "coming-soon-page/lang/tr.json",
35
35
  "type": "registry:lang",
36
36
  "target": "$modules$/coming-soon-page/lang/tr.json",
37
- "content": "{\r\n \"title\": \"Yakında\",\r\n \"heading\": \"Harika Bir Şey Geliyor\",\r\n \"description\": \"Bu metin yaklaşan lansmanınız için heyecan yaratır. Nelerin geleceğini, neden heyecan verici olduğunu ve beklemeye değer kılan şeyi açıklayın. Merak uyandırın ve e-posta kayıtlarını teşvik edin. Promake ile heyecan yaratan ve lansmandan önce potansiyel müşteri toplayan bir mesaj oluşturun.\",\r\n \"days\": \"Gün\",\r\n \"hours\": \"Saat\",\r\n \"minutes\": \"Dakika\",\r\n \"seconds\": \"Saniye\",\r\n \"emailPlaceholder\": \"E-posta adresiniz\",\r\n \"notify\": \"Beni Bilgilendir\",\r\n \"success\": \"Teşekkürler! Lansman yapıldığında sizi bilgilendireceğiz.\",\r\n \"followUs\": \"Güncellemeler için bizi takip edin\"\r\n}\r\n"
37
+ "content": "{\r\n \"title\": \"Yakında\",\r\n \"heading\": \"Harika Bir Şey Geliyor\",\r\n \"description\": \"Lansmanınız için heyecan yaratın. Nelerin geleceğini ve neden heyecan verici olduğunu anlatın.\",\r\n \"days\": \"Gün\",\r\n \"hours\": \"Saat\",\r\n \"minutes\": \"Dakika\",\r\n \"seconds\": \"Saniye\",\r\n \"emailPlaceholder\": \"E-posta adresiniz\",\r\n \"notify\": \"Beni Bilgilendir\",\r\n \"success\": \"Teşekkürler! Lansman yapıldığında sizi bilgilendireceğiz.\",\r\n \"followUs\": \"Güncellemeler için bizi takip edin\"\r\n}"
38
38
  }
39
39
  ],
40
40
  "exports": {
@@ -28,13 +28,13 @@
28
28
  "path": "contact-page/lang/en.json",
29
29
  "type": "registry:lang",
30
30
  "target": "$modules$/contact-page/lang/en.json",
31
- "content": "{\r\n \"title\": \"Contact Us\",\r\n \"getInTouch\": \"Get in Touch\",\r\n \"emailUs\": \"Email Us\",\r\n \"callUs\": \"Call Us\",\r\n \"visitUs\": \"Visit Us\",\r\n \"businessHours\": \"Hours\",\r\n \"sendMessage\": \"Send us a Message\",\r\n \"formNotAvailable\": \"Form is not available at the moment.\",\r\n \"fullName\": \"Full Name\",\r\n \"emailAddress\": \"Email Address\",\r\n \"phoneNumber\": \"Phone Number\",\r\n \"subject\": \"Subject\",\r\n \"message\": \"Message\",\r\n \"submit\": \"Send Message\",\r\n \"sending\": \"Sending...\",\r\n \"success\": \"Thank you for your message! We will get back to you soon.\",\r\n \"error\": \"Failed to send message. Please try again later.\",\r\n \"description\": \"This introductory text explains your contact options and availability. Let visitors know how they can reach you, expected response times, and what kind of inquiries you handle. Use Promake to customize with your specific contact preferences and support hours.\",\r\n \"email\": \"Email\",\r\n \"phone\": \"Phone\",\r\n \"address\": \"Address\",\r\n \"fullNamePlaceholder\": \"Your full name\",\r\n \"emailPlaceholder\": \"your@email.com\",\r\n \"phonePlaceholder\": \"+1 (555) 123-4567\",\r\n \"subjectPlaceholder\": \"What is this regarding?\",\r\n \"messagePlaceholder\": \"Tell us how we can help you...\",\r\n \"loading\": \"Loading contact information...\",\r\n \"emailResponse\": \"We typically respond within 24 hours\",\r\n \"needSupport\": \"Need Support?\",\r\n \"supportDescription\": \"For technical support or general inquiries, contact our dedicated support team:\",\r\n \"supportEmail\": \"Support Email\",\r\n \"monday_friday\": \"Monday - Friday\",\r\n \"saturday\": \"Saturday\",\r\n \"sunday\": \"Sunday\",\r\n \"closed\": \"Closed\",\r\n \"am\": \"AM\",\r\n \"pm\": \"PM\"\r\n}\r\n"
31
+ "content": "{\r\n \"title\": \"Contact Us\",\r\n \"getInTouch\": \"Get in Touch\",\r\n \"emailUs\": \"Email Us\",\r\n \"callUs\": \"Call Us\",\r\n \"visitUs\": \"Visit Us\",\r\n \"businessHours\": \"Hours\",\r\n \"sendMessage\": \"Send us a Message\",\r\n \"formNotAvailable\": \"Form is not available at the moment.\",\r\n \"fullName\": \"Full Name\",\r\n \"emailAddress\": \"Email Address\",\r\n \"phoneNumber\": \"Phone Number\",\r\n \"subject\": \"Subject\",\r\n \"message\": \"Message\",\r\n \"submit\": \"Send Message\",\r\n \"sending\": \"Sending...\",\r\n \"success\": \"Thank you for your message! We will get back to you soon.\",\r\n \"error\": \"Failed to send message. Please try again later.\",\r\n \"description\": \"Have a question or need support? We're here to help and typically respond within 24 hours.\",\r\n \"email\": \"Email\",\r\n \"phone\": \"Phone\",\r\n \"address\": \"Address\",\r\n \"fullNamePlaceholder\": \"Your full name\",\r\n \"emailPlaceholder\": \"your@email.com\",\r\n \"phonePlaceholder\": \"+1 (555) 123-4567\",\r\n \"subjectPlaceholder\": \"What is this regarding?\",\r\n \"messagePlaceholder\": \"Tell us how we can help you...\",\r\n \"loading\": \"Loading contact information...\",\r\n \"emailResponse\": \"We typically respond within 24 hours\",\r\n \"needSupport\": \"Need Support?\",\r\n \"supportDescription\": \"For technical support or general inquiries, contact our dedicated support team:\",\r\n \"supportEmail\": \"Support Email\",\r\n \"monday_friday\": \"Monday - Friday\",\r\n \"saturday\": \"Saturday\",\r\n \"sunday\": \"Sunday\",\r\n \"closed\": \"Closed\",\r\n \"am\": \"AM\",\r\n \"pm\": \"PM\"\r\n}"
32
32
  },
33
33
  {
34
34
  "path": "contact-page/lang/tr.json",
35
35
  "type": "registry:lang",
36
36
  "target": "$modules$/contact-page/lang/tr.json",
37
- "content": "{\r\n \"title\": \"İletişim\",\r\n \"getInTouch\": \"Bize Ulaşın\",\r\n \"emailUs\": \"E-posta Gönderin\",\r\n \"callUs\": \"Bizi Arayın\",\r\n \"visitUs\": \"Bizi Ziyaret Edin\",\r\n \"businessHours\": \"Çalışma Saatleri\",\r\n \"sendMessage\": \"Bize Mesaj Gönderin\",\r\n \"formNotAvailable\": \"Form şu anda kullanılamıyor.\",\r\n \"fullName\": \"Ad Soyad\",\r\n \"emailAddress\": \"E-posta Adresi\",\r\n \"phoneNumber\": \"Telefon Numarası\",\r\n \"subject\": \"Konu\",\r\n \"message\": \"Mesaj\",\r\n \"submit\": \"Mesaj Gönder\",\r\n \"sending\": \"Gönderiliyor...\",\r\n \"success\": \"Mesajınız için teşekkürler! En kısa sürede size dönüş yapacağız.\",\r\n \"error\": \"Mesaj gönderilemedi. Lütfen tekrar deneyin.\",\r\n \"description\": \"Bu giriş metni iletişim seçeneklerinizi ve müsaitliğinizi açıklar. Ziyaretçilere nasıl ulaşabileceklerini, beklenen yanıt sürelerini ve ne tür sorular yönettiğinizi bildirin. Promake ile özel iletişim tercihleriniz ve destek saatlerinizle özelleştirin.\",\r\n \"email\": \"E-posta\",\r\n \"phone\": \"Telefon\",\r\n \"address\": \"Adres\",\r\n \"fullNamePlaceholder\": \"Adınız ve soyadınız\",\r\n \"emailPlaceholder\": \"eposta@adresiniz.com\",\r\n \"phonePlaceholder\": \"+90 5XX XXX XX XX\",\r\n \"subjectPlaceholder\": \"Konu nedir?\",\r\n \"messagePlaceholder\": \"Size nasıl yardımcı olabiliriz...\",\r\n \"loading\": \"İletişim bilgileri yükleniyor...\",\r\n \"emailResponse\": \"Genellikle 24 saat içinde yanıt veririz\",\r\n \"needSupport\": \"Desteğe İhtiyacınız mı Var?\",\r\n \"supportDescription\": \"Teknik destek veya sipariş sorularınız için özel destek ekibimizle iletişime geçin:\",\r\n \"supportEmail\": \"Destek E-postası\",\r\n \"monday_friday\": \"Pazartesi - Cuma\",\r\n \"saturday\": \"Cumartesi\",\r\n \"sunday\": \"Pazar\",\r\n \"closed\": \"Kapalı\",\r\n \"am\": \"\",\r\n \"pm\": \"\"\r\n}\r\n"
37
+ "content": "{\r\n \"title\": \"İletişim\",\r\n \"getInTouch\": \"Bize Ulaşın\",\r\n \"emailUs\": \"E-posta Gönderin\",\r\n \"callUs\": \"Bizi Arayın\",\r\n \"visitUs\": \"Bizi Ziyaret Edin\",\r\n \"businessHours\": \"Çalışma Saatleri\",\r\n \"sendMessage\": \"Bize Mesaj Gönderin\",\r\n \"formNotAvailable\": \"Form şu anda kullanılamıyor.\",\r\n \"fullName\": \"Ad Soyad\",\r\n \"emailAddress\": \"E-posta Adresi\",\r\n \"phoneNumber\": \"Telefon Numarası\",\r\n \"subject\": \"Konu\",\r\n \"message\": \"Mesaj\",\r\n \"submit\": \"Mesaj Gönder\",\r\n \"sending\": \"Gönderiliyor...\",\r\n \"success\": \"Mesajınız için teşekkürler! En kısa sürede size dönüş yapacağız.\",\r\n \"error\": \"Mesaj gönderilemedi. Lütfen tekrar deneyin.\",\r\n \"description\": \"İletişim seçenekleri ve müsaitlik bilgisi. Yanıt süreleri ve soru türlerini ekleyin.\",\r\n \"email\": \"E-posta\",\r\n \"phone\": \"Telefon\",\r\n \"address\": \"Adres\",\r\n \"fullNamePlaceholder\": \"Adınız ve soyadınız\",\r\n \"emailPlaceholder\": \"eposta@adresiniz.com\",\r\n \"phonePlaceholder\": \"+90 5XX XXX XX XX\",\r\n \"subjectPlaceholder\": \"Konu nedir?\",\r\n \"messagePlaceholder\": \"Size nasıl yardımcı olabiliriz...\",\r\n \"loading\": \"İletişim bilgileri yükleniyor...\",\r\n \"emailResponse\": \"Genellikle 24 saat içinde yanıt veririz\",\r\n \"needSupport\": \"Desteğe İhtiyacınız mı Var?\",\r\n \"supportDescription\": \"Teknik destek veya sipariş sorularınız için özel destek ekibimizle iletişime geçin:\",\r\n \"supportEmail\": \"Destek E-postası\",\r\n \"monday_friday\": \"Pazartesi - Cuma\",\r\n \"saturday\": \"Cumartesi\",\r\n \"sunday\": \"Pazar\",\r\n \"closed\": \"Kapalı\",\r\n \"am\": \"\",\r\n \"pm\": \"\"\r\n}"
38
38
  }
39
39
  ],
40
40
  "exports": {
@@ -22,13 +22,13 @@
22
22
  "path": "cta-section/lang/en.json",
23
23
  "type": "registry:lang",
24
24
  "target": "$modules$/cta-section/lang/en.json",
25
- "content": "{\r\n \"title\": \"Ready to Start Your Project?\",\r\n \"description\": \"This text supports your call-to-action and motivates visitors to take the next step. Explain the benefit they'll get, address any hesitation, or create urgency. Use Promake to craft compelling CTA copy that drives conversions and clearly communicates the value of taking action.\",\r\n \"primaryButton\": \"Get Free Quote\",\r\n \"secondaryButton\": \"Learn About Us\"\r\n}\r\n"
25
+ "content": "{\r\n \"title\": \"Ready to Start Your Project?\",\r\n \"description\": \"Join thousands of satisfied customers. Start your free trial today and see the difference.\",\r\n \"primaryButton\": \"Get Free Quote\",\r\n \"secondaryButton\": \"Learn About Us\"\r\n}"
26
26
  },
27
27
  {
28
28
  "path": "cta-section/lang/tr.json",
29
29
  "type": "registry:lang",
30
30
  "target": "$modules$/cta-section/lang/tr.json",
31
- "content": "{\r\n \"title\": \"Projenizi Başlatmaya Hazır mısınız?\",\r\n \"description\": \"Bu metin harekete geçirici mesajınızı destekler ve ziyaretçileri bir sonraki adımı atmaya motive eder. Alacakları faydayı açıklayın, herhangi bir tereddütü ele alın veya aciliyet yaratın. Promake ile dönüşümleri artıran ve harekete geçmenin değerini net bir şekilde ileten ikna edici CTA metni oluşturun.\",\r\n \"primaryButton\": \"Ücretsiz Teklif Al\",\r\n \"secondaryButton\": \"Hakkımızda\"\r\n}\r\n"
31
+ "content": "{\r\n \"title\": \"Projenizi Başlatmaya Hazır mısınız?\",\r\n \"description\": \"Binlerce memnun müşteriye katılın. Ücretsiz denemenizi bugün başlatın ve farkı görün.\",\r\n \"primaryButton\": \"Ücretsiz Teklif Al\",\r\n \"secondaryButton\": \"Hakkımızda\"\r\n}"
32
32
  }
33
33
  ],
34
34
  "exports": {
@@ -24,13 +24,13 @@
24
24
  "path": "faq-categorized/lang/en.json",
25
25
  "type": "registry:lang",
26
26
  "target": "$modules$/faq-categorized/lang/en.json",
27
- "content": "{\r\n \"title\": \"Frequently Asked Questions\",\r\n \"subtitle\": \"This introductory text helps visitors navigate your categorized FAQs. Explain how the categories are organized, encourage visitors to explore relevant sections, or mention that you're available for additional questions. Use Promake to create a helpful guide to your FAQ structure.\",\r\n \"generalTitle\": \"General\",\r\n \"general1Q\": \"Replace this with your first general question\",\r\n \"general1A\": \"Provide a comprehensive answer to this general question. Include key information that helps visitors understand your offering at a high level. Use Promake to customize with specific details that address common initial questions about what you do and how it works.\",\r\n \"general2Q\": \"This is a placeholder question that needs customization\",\r\n \"general2A\": \"Give a clear, informative answer that provides value to visitors with general questions. Be thorough but accessible. Use Promake to add information that helps newcomers understand your offering and its benefits.\",\r\n \"general3Q\": \"Customize this question for your FAQ section\",\r\n \"general3A\": \"Offer a detailed response that addresses this general aspect of your offering. Include relevant context and examples. Use Promake to ensure this answer helps visitors understand the fundamentals of what you provide.\"\r\n \"billingTitle\": \"Billing\",\r\n \"billing1Q\": \"Replace with your billing-related question\",\r\n \"billing1A\": \"Provide clear information about your billing practices, payment methods, or pricing structure. Be transparent and specific about costs, payment terms, and any relevant policies. Use Promake to add details that help customers understand your billing process.\",\r\n \"billing2Q\": \"This question should be replaced with real billing FAQ\",\r\n \"billing2A\": \"Explain billing-related policies, procedures, or options in detail. Address common concerns about payments, refunds, or invoicing. Use Promake to provide accurate information that builds trust in your billing practices.\",\r\n \"billing3Q\": \"Customize this billing question\",\r\n \"billing3A\": \"Give a thorough answer about billing or payment matters. Include important details about pricing tiers, payment schedules, or billing support. Use Promake to ensure customers have all the billing information they need.\"\r\n \"technicalTitle\": \"Technical\",\r\n \"technical1Q\": \"Replace with your technical question\",\r\n \"technical1A\": \"Provide technical information that helps users understand system requirements, compatibility, or implementation details. Be specific but avoid unnecessary jargon. Use Promake to add technical details that are relevant and helpful to your users.\",\r\n \"technical2Q\": \"This is a placeholder technical question\",\r\n \"technical2A\": \"Explain technical aspects in a way that's accessible to your audience. Include specific details about features, integrations, or technical capabilities. Use Promake to customize with technical information that addresses common questions.\",\r\n \"technical3Q\": \"Customize this final technical question\",\r\n \"technical3A\": \"Give a detailed technical answer that provides the specific information users need. Include relevant specifications, limitations, or technical support options. Use Promake to ensure technical questions are answered thoroughly and accurately.\"\r\n}\r\n"
27
+ "content": "{\r\n \"title\": \"Frequently Asked Questions\",\r\n \"subtitle\": \"This introductory text helps visitors navigate your categorized FAQs. Explain how the categories are organized, encourage visitors to explore relevant sections, or mention that you're available for additional questions. Use Promake to create a helpful guide to your FAQ structure.\",\r\n \"generalTitle\": \"General\",\r\n \"general1Q\": \"Replace this with your first general question\",\r\n \"general1A\": \"Provide a comprehensive answer to this general question. Include key information that helps visitors understand your offering at a high level. Use Promake to customize with specific details that address common initial questions about what you do and how it works.\",\r\n \"general2Q\": \"This is a placeholder question that needs customization\",\r\n \"general2A\": \"Give a clear, informative answer that provides value to visitors with general questions. Be thorough but accessible. Use Promake to add information that helps newcomers understand your offering and its benefits.\",\r\n \"general3Q\": \"Customize this question for your FAQ section\",\r\n \"general3A\": \"Offer a detailed response that addresses this general aspect of your offering. Include relevant context and examples. Use Promake to ensure this answer helps visitors understand the fundamentals of what you provide.\",\r\n \"billingTitle\": \"Billing\",\r\n \"billing1Q\": \"Replace with your billing-related question\",\r\n \"billing1A\": \"Provide clear information about your billing practices, payment methods, or pricing structure. Be transparent and specific about costs, payment terms, and any relevant policies. Use Promake to add details that help customers understand your billing process.\",\r\n \"billing2Q\": \"This question should be replaced with real billing FAQ\",\r\n \"billing2A\": \"Explain billing-related policies, procedures, or options in detail. Address common concerns about payments, refunds, or invoicing. Use Promake to provide accurate information that builds trust in your billing practices.\",\r\n \"billing3Q\": \"Customize this billing question\",\r\n \"billing3A\": \"Give a thorough answer about billing or payment matters. Include important details about pricing tiers, payment schedules, or billing support. Use Promake to ensure customers have all the billing information they need.\",\r\n \"technicalTitle\": \"Technical\",\r\n \"technical1Q\": \"Replace with your technical question\",\r\n \"technical1A\": \"Provide technical information that helps users understand system requirements, compatibility, or implementation details. Be specific but avoid unnecessary jargon. Use Promake to add technical details that are relevant and helpful to your users.\",\r\n \"technical2Q\": \"This is a placeholder technical question\",\r\n \"technical2A\": \"Explain technical aspects in a way that's accessible to your audience. Include specific details about features, integrations, or technical capabilities. Use Promake to customize with technical information that addresses common questions.\",\r\n \"technical3Q\": \"Customize this final technical question\",\r\n \"technical3A\": \"Give a detailed technical answer that provides the specific information users need. Include relevant specifications, limitations, or technical support options. Use Promake to ensure technical questions are answered thoroughly and accurately.\"\r\n}"
28
28
  },
29
29
  {
30
30
  "path": "faq-categorized/lang/tr.json",
31
31
  "type": "registry:lang",
32
32
  "target": "$modules$/faq-categorized/lang/tr.json",
33
- "content": "{\r\n \"title\": \"Sıkça Sorulan Sorular\",\r\n \"subtitle\": \"Bu giriş metni ziyaretçilerin kategorize edilmiş SSS'lerinizde gezinmesine yardımcı olur. Kategorilerin nasıl düzenlendiğini açıklayın, ziyaretçileri ilgili bölümleri keşfetmeye teşvik edin veya ek sorular için müsait olduğunuzdan bahsedin. Promake ile SSS yapınıza yardımcı bir rehber oluşturun.\",\r\n \"generalTitle\": \"Genel\",\r\n \"general1Q\": \"Bunu ilk genel sorunuzla değiştirin\",\r\n \"general1A\": \"Bu genel soruya kapsamlı bir cevap verin. Ziyaretçilerin teklifinizi genel düzeyde anlamalarına yardımcı olacak temel bilgileri ekleyin. Promake ile ne yaptığınız ve nasıl çalıştığı hakkındaki yaygın başlangıç sorularını ele alan özel detaylarla özelleştirin.\",\r\n \"general2Q\": \"Bu özelleştirilmesi gereken bir placeholder sorudur\",\r\n \"general2A\": \"Genel sorular olan ziyaretçilere değer sağlayan açık ve bilgilendirici bir cevap verin. Kapsamlı ama anlaşılır olun. Promake ile yeni gelenlerin teklifinizi ve faydalarını anlamalarına yardımcı olan bilgiler ekleyin.\",\r\n \"general3Q\": \"Bu soruyu SSS bölümünüz için özelleştirin\",\r\n \"general3A\": \"Teklifinizin bu genel yönünü ele alan detaylı bir yanıt sunun. İlgili bağlam ve örnekler ekleyin. Promake ile bu cevabın ziyaretçilerin sağladığınız şeyin temellerini anlamalarına yardımcı olduğundan emin olun.\"\r\n \"billingTitle\": \"Faturalama\",\r\n \"billing1Q\": \"Faturalama ile ilgili sorunuzla değiştirin\",\r\n \"billing1A\": \"Faturalama uygulamalarınız, ödeme yöntemleriniz veya fiyatlandırma yapınız hakkında açık bilgi sağlayın. Maliyetler, ödeme koşulları ve ilgili politikalar konusunda şeffaf ve spesifik olun. Promake ile müşterilerin faturalama sürecinizi anlamalarına yardımcı olan detaylar ekleyin.\",\r\n \"billing2Q\": \"Bu soru gerçek faturalama SSS'si ile değiştirilmelidir\",\r\n \"billing2A\": \"Faturalandırmayla ilgili politikaları, prosedürleri veya seçenekleri detaylı açıklayın. Ödemeler, iadeler veya faturalandırma hakkındaki yaygın endişeleri ele alın. Promake ile faturalama uygulamalarınıza güven oluşturan doğru bilgiler sağlayın.\",\r\n \"billing3Q\": \"Bu faturalama sorusunu özelleştirin\",\r\n \"billing3A\": \"Faturalama veya ödeme konuları hakkında kapsamlı bir cevap verin. Fiyatlandırma katmanları, ödeme programları veya faturalama desteği hakkında önemli detayları ekleyin. Promake ile müşterilerin ihtiyaç duydukları tüm faturalama bilgilerine sahip olduklarından emin olun.\"\r\n \"technicalTitle\": \"Teknik\",\r\n \"technical1Q\": \"Teknik sorunuzla değiştirin\",\r\n \"technical1A\": \"Kullanıcıların sistem gereksinimlerini, uyumluluğu veya uygulama detaylarını anlamalarına yardımcı olan teknik bilgiler sağlayın. Spesifik olun ama gereksiz jargondan kaçının. Promake ile kullanıcılarınız için alakalı ve yardımcı olan teknik detaylar ekleyin.\",\r\n \"technical2Q\": \"Bu bir placeholder teknik sorudur\",\r\n \"technical2A\": \"Teknik yönleri hedef kitlenize erişilebilir bir şekilde açıklayın. Özellikler, entegrasyonlar veya teknik yetenekler hakkında özel detaylar ekleyin. Promake ile yaygın soruları ele alan teknik bilgilerle özelleştirin.\",\r\n \"technical3Q\": \"Bu son teknik soruyu özelleştirin\",\r\n \"technical3A\": \"Kullanıcıların ihtiyaç duyduğu özel bilgiyi sağlayan detaylı bir teknik cevap verin. İlgili özellikleri, sınırlamaları veya teknik destek seçeneklerini ekleyin. Promake ile teknik soruların kapsamlı ve doğru şekilde yanıtlandığından emin olun.\"\r\n}\r\n"
33
+ "content": "{\r\n \"title\": \"Sıkça Sorulan Sorular\",\r\n \"subtitle\": \"Bu giriş metni ziyaretçilerin kategorize edilmiş SSS'lerinizde gezinmesine yardımcı olur. Kategorilerin nasıl düzenlendiğini açıklayın, ziyaretçileri ilgili bölümleri keşfetmeye teşvik edin veya ek sorular için müsait olduğunuzdan bahsedin. Promake ile SSS yapınıza yardımcı bir rehber oluşturun.\",\r\n \"generalTitle\": \"Genel\",\r\n \"general1Q\": \"Bunu ilk genel sorunuzla değiştirin\",\r\n \"general1A\": \"Bu genel soruya kapsamlı bir cevap verin. Ziyaretçilerin teklifinizi genel düzeyde anlamalarına yardımcı olacak temel bilgileri ekleyin. Promake ile ne yaptığınız ve nasıl çalıştığı hakkındaki yaygın başlangıç sorularını ele alan özel detaylarla özelleştirin.\",\r\n \"general2Q\": \"Bu özelleştirilmesi gereken bir placeholder sorudur\",\r\n \"general2A\": \"Genel sorular olan ziyaretçilere değer sağlayan açık ve bilgilendirici bir cevap verin. Kapsamlı ama anlaşılır olun. Promake ile yeni gelenlerin teklifinizi ve faydalarını anlamalarına yardımcı olan bilgiler ekleyin.\",\r\n \"general3Q\": \"Bu soruyu SSS bölümünüz için özelleştirin\",\r\n \"general3A\": \"Teklifinizin bu genel yönünü ele alan detaylı bir yanıt sunun. İlgili bağlam ve örnekler ekleyin. Promake ile bu cevabın ziyaretçilerin sağladığınız şeyin temellerini anlamalarına yardımcı olduğundan emin olun.\",\r\n \"billingTitle\": \"Faturalama\",\r\n \"billing1Q\": \"Faturalama ile ilgili sorunuzla değiştirin\",\r\n \"billing1A\": \"Faturalama uygulamalarınız, ödeme yöntemleriniz veya fiyatlandırma yapınız hakkında açık bilgi sağlayın. Maliyetler, ödeme koşulları ve ilgili politikalar konusunda şeffaf ve spesifik olun. Promake ile müşterilerin faturalama sürecinizi anlamalarına yardımcı olan detaylar ekleyin.\",\r\n \"billing2Q\": \"Bu soru gerçek faturalama SSS'si ile değiştirilmelidir\",\r\n \"billing2A\": \"Faturalandırmayla ilgili politikaları, prosedürleri veya seçenekleri detaylı açıklayın. Ödemeler, iadeler veya faturalandırma hakkındaki yaygın endişeleri ele alın. Promake ile faturalama uygulamalarınıza güven oluşturan doğru bilgiler sağlayın.\",\r\n \"billing3Q\": \"Bu faturalama sorusunu özelleştirin\",\r\n \"billing3A\": \"Faturalama veya ödeme konuları hakkında kapsamlı bir cevap verin. Fiyatlandırma katmanları, ödeme programları veya faturalama desteği hakkında önemli detayları ekleyin. Promake ile müşterilerin ihtiyaç duydukları tüm faturalama bilgilerine sahip olduklarından emin olun.\",\r\n \"technicalTitle\": \"Teknik\",\r\n \"technical1Q\": \"Teknik sorunuzla değiştirin\",\r\n \"technical1A\": \"Kullanıcıların sistem gereksinimlerini, uyumluluğu veya uygulama detaylarını anlamalarına yardımcı olan teknik bilgiler sağlayın. Spesifik olun ama gereksiz jargondan kaçının. Promake ile kullanıcılarınız için alakalı ve yardımcı olan teknik detaylar ekleyin.\",\r\n \"technical2Q\": \"Bu bir placeholder teknik sorudur\",\r\n \"technical2A\": \"Teknik yönleri hedef kitlenize erişilebilir bir şekilde açıklayın. Özellikler, entegrasyonlar veya teknik yetenekler hakkında özel detaylar ekleyin. Promake ile yaygın soruları ele alan teknik bilgilerle özelleştirin.\",\r\n \"technical3Q\": \"Bu son teknik soruyu özelleştirin\",\r\n \"technical3A\": \"Kullanıcıların ihtiyaç duyduğu özel bilgiyi sağlayan detaylı bir teknik cevap verin. İlgili özellikleri, sınırlamaları veya teknik destek seçeneklerini ekleyin. Promake ile teknik soruların kapsamlı ve doğru şekilde yanıtlandığından emin olun.\"\r\n}"
34
34
  }
35
35
  ],
36
36
  "exports": {
@@ -24,13 +24,13 @@
24
24
  "path": "faq-simple/lang/en.json",
25
25
  "type": "registry:lang",
26
26
  "target": "$modules$/faq-simple/lang/en.json",
27
- "content": "{\r\n \"title\": \"Frequently Asked Questions\",\r\n \"subtitle\": \"This text introduces your FAQ section. Explain how these answers can help visitors, encourage them to reach out if they need more information, or highlight your commitment to transparency. Use Promake to set a helpful, welcoming tone.\",\r\n \"q1\": \"Replace this question with your first FAQ\",\r\n \"a1\": \"Provide a clear, comprehensive answer that directly addresses the question. Include specific details, examples, or steps when relevant. Use Promake to customize this with information specific to your product, service, or policies that helps visitors make informed decisions.\",\r\n \"q2\": \"This is a placeholder question that needs to be customized\",\r\n \"a2\": \"Write a helpful answer that provides value to your visitors. Be specific, accurate, and complete. Address common concerns or clarify important details. Use Promake to add information that builds trust and confidence in your offering.\",\r\n \"q3\": \"Customize this question to match your service\",\r\n \"a3\": \"Give a detailed response that eliminates confusion and provides clarity. Include relevant information about features, pricing, policies, or processes. Use Promake to customize with details that answer this question thoroughly and helpfully.\",\r\n \"q4\": \"Replace with your actual frequently asked question\",\r\n \"a4\": \"Offer a clear explanation that helps visitors understand this aspect of your offering. Include practical information they can act on. Use Promake to provide an answer that addresses real customer concerns and questions.\",\r\n \"q5\": \"This question should be replaced with real FAQ content\",\r\n \"a5\": \"Provide an informative answer that gives visitors the information they need. Be transparent and specific. Use Promake to customize this with details about your unique offerings, policies, or processes.\",\r\n \"q6\": \"Customize this final question for your FAQ section\",\r\n \"a6\": \"Give a complete answer that leaves no ambiguity. Include any important caveats, conditions, or additional context. Use Promake to ensure this answer fully addresses the question and helps visitors feel confident about your offering.\"\r\n}\r\n"
27
+ "content": "{\r\n \"title\": \"Frequently Asked Questions\",\r\n \"subtitle\": \"Find answers to common questions. Contact us if you need more help.\",\r\n \"q1\": \"How do I get started?\",\r\n \"a1\": \"Getting started is easy. Simply sign up for an account and follow our onboarding guide.\",\r\n \"q2\": \"What payment methods do you accept?\",\r\n \"a2\": \"We accept all major credit cards, PayPal, and bank transfers.\",\r\n \"q3\": \"Can I cancel my subscription anytime?\",\r\n \"a3\": \"Yes, you can cancel your subscription at any time from your account settings.\",\r\n \"q4\": \"Do you offer refunds?\",\r\n \"a4\": \"We offer a 30-day money-back guarantee for all new purchases.\",\r\n \"q5\": \"How can I contact support?\",\r\n \"a5\": \"You can reach our support team via email, live chat, or phone during business hours.\",\r\n \"q6\": \"Is my data secure?\",\r\n \"a6\": \"Yes, we use industry-standard encryption and security measures to protect your data.\"\r\n}"
28
28
  },
29
29
  {
30
30
  "path": "faq-simple/lang/tr.json",
31
31
  "type": "registry:lang",
32
32
  "target": "$modules$/faq-simple/lang/tr.json",
33
- "content": "{\r\n \"title\": \"Sıkça Sorulan Sorular\",\r\n \"subtitle\": \"Bu metin SSS bölümünüzü tanıtır. Bu cevapların ziyaretçilere nasıl yardımcı olabileceğini açıklayın, daha fazla bilgiye ihtiyaçları olursa iletişime geçmeye teşvik edin veya şeffaflık taahhüdünüzü vurgulayın. Promake ile yardımsever ve davetkar bir ton oluşturun.\",\r\n \"q1\": \"Bu soruyu ilk SSS'nizle değiştirin\",\r\n \"a1\": \"Soruyu doğrudan ele alan açık ve kapsamlı bir cevap verin. İlgili olduğunda özel detaylar, örnekler veya adımlar ekleyin. Promake ile bunu ürününüz, hizmetiniz veya politikalarınıza özel bilgilerle özelleştirerek ziyaretçilerin bilinçli kararlar almasına yardımcı olun.\",\r\n \"q2\": \"Bu özelleştirilmesi gereken bir placeholder sorudur\",\r\n \"a2\": \"Ziyaretçilerinize değer sağlayan yardımcı bir cevap yazın. Spesifik, doğru ve eksiksiz olun. Yaygın endişeleri ele alın veya önemli detayları netleştirin. Promake ile teklifinize güven ve inanç oluşturan bilgiler ekleyin.\",\r\n \"q3\": \"Bu soruyu hizmetinize uyacak şekilde özelleştirin\",\r\n \"a3\": \"Kafa karışıklığını ortadan kaldıran ve netlik sağlayan detaylı bir yanıt verin. Özellikler, fiyatlandırma, politikalar veya süreçler hakkında ilgili bilgileri ekleyin. Promake ile bu soruyu kapsamlı ve yardımcı şekilde yanıtlayan detaylarla özelleştirin.\",\r\n \"q4\": \"Gerçek sık sorulan sorunuzla değiştirin\",\r\n \"a4\": \"Ziyaretçilerin teklifinizin bu yönünü anlamalarına yardımcı olan açık bir açıklama sunun. Üzerinde hareket edebilecekleri pratik bilgiler ekleyin. Promake ile gerçek müşteri endişelerini ve sorularını ele alan bir cevap sağlayın.\",\r\n \"q5\": \"Bu soru gerçek SSS içeriğiyle değiştirilmelidir\",\r\n \"a5\": \"Ziyaretçilere ihtiyaç duydukları bilgiyi veren bilgilendirici bir cevap sağlayın. Şeffaf ve spesifik olun. Promake ile bunu benzersiz teklifleriniz, politikalarınız veya süreçleriniz hakkındaki detaylarla özelleştirin.\",\r\n \"q6\": \"SSS bölümünüz için bu son soruyu özelleştirin\",\r\n \"a6\": \"Belirsizlik bırakmayan eksiksiz bir cevap verin. Önemli uyarıları, koşulları veya ek bağlamı ekleyin. Promake ile bu cevabın soruyu tam olarak ele aldığından ve ziyaretçilerin teklifiniz konusunda kendilerini güvende hissetmelerine yardımcı olduğundan emin olun.\"\r\n}\r\n"
33
+ "content": "{\r\n \"title\": \"Sıkça Sorulan Sorular\",\r\n \"subtitle\": \"Sık sorulan sorulara cevaplar. Daha fazla yardım için iletişime geçin.\",\r\n \"q1\": \"Nasıl başlarım?\",\r\n \"a1\": \"Başlamak kolay. Sadece hesap oluşturun ve başlangıç rehberimizi takip edin.\",\r\n \"q2\": \"Hangi ödeme yöntemlerini kabul ediyorsunuz?\",\r\n \"a2\": \"Tüm büyük kredi kartlarını, PayPal ve banka havalelerini kabul ediyoruz.\",\r\n \"q3\": \"Aboneliğimi istediğim zaman iptal edebilir miyim?\",\r\n \"a3\": \"Evet, aboneliğinizi istediğiniz zaman hesap ayarlarından iptal edebilirsiniz.\",\r\n \"q4\": \"Para iadesi yapıyor musunuz?\",\r\n \"a4\": \"Tüm yeni satın alımlar için 30 günlük para iade garantisi sunuyoruz.\",\r\n \"q5\": \"Destekle nasıl iletişime geçebilirim?\",\r\n \"a5\": \"Destek ekibimize e-posta, canlı sohbet veya telefon ile mesai saatlerinde ulaşabilirsiniz.\",\r\n \"q6\": \"Verilerim güvende mi?\",\r\n \"a6\": \"Evet, verilerinizi korumak için endüstri standardı şifreleme ve güvenlik önlemleri kullanıyoruz.\"\r\n}"
34
34
  }
35
35
  ],
36
36
  "exports": {
@@ -22,13 +22,13 @@
22
22
  "path": "feature-section/lang/en.json",
23
23
  "type": "registry:lang",
24
24
  "target": "$modules$/feature-section/lang/en.json",
25
- "content": "{\r\n \"heading\": \"Your Site Title Here\",\r\n \"description\": \"This is where your main site description will appear. Use Promake to personalize this content for your audience.\",\r\n \"feature1\": \"Key feature or benefit #1\",\r\n \"feature2\": \"Key feature or benefit #2\",\r\n \"feature3\": \"Key feature or benefit #3\",\r\n \"primaryButton\": \"Learn More\",\r\n \"secondaryButton\": \"Get Started\",\r\n \"imageAlt\": \"Site Preview\"\r\n}\r\n"
25
+ "content": "{\r\n \"heading\": \"Your Site Title Here\",\r\n \"description\": \"Discover powerful features designed to help you succeed.\",\r\n \"feature1\": \"Key feature or benefit #1\",\r\n \"feature2\": \"Key feature or benefit #2\",\r\n \"feature3\": \"Key feature or benefit #3\",\r\n \"primaryButton\": \"Learn More\",\r\n \"secondaryButton\": \"Get Started\",\r\n \"imageAlt\": \"Site Preview\"\r\n}"
26
26
  },
27
27
  {
28
28
  "path": "feature-section/lang/tr.json",
29
29
  "type": "registry:lang",
30
30
  "target": "$modules$/feature-section/lang/tr.json",
31
- "content": "{\r\n \"heading\": \"Site Başlığınız\",\r\n \"description\": \"Ana site açıklamanız burada görünecek. Promake kullanarak içeriğinizi hedef kitlenize göre kişiselleştirin.\",\r\n \"feature1\": \"Anahtar özellik veya avantaj #1\",\r\n \"feature2\": \"Anahtar özellik veya avantaj #2\",\r\n \"feature3\": \"Anahtar özellik veya avantaj #3\",\r\n \"primaryButton\": \"Daha Fazla Öğren\",\r\n \"secondaryButton\": \"Başlayın\",\r\n \"imageAlt\": \"Site Önizlemesi\"\r\n}\r\n"
31
+ "content": "{\r\n \"heading\": \"Site Başlığınız\",\r\n \"description\": \"Başarılı olmanıza yardımcı olmak için tasarlanmış güçlü özellikleri keşfedin.\",\r\n \"feature1\": \"Anahtar özellik veya avantaj #1\",\r\n \"feature2\": \"Anahtar özellik veya avantaj #2\",\r\n \"feature3\": \"Anahtar özellik veya avantaj #3\",\r\n \"primaryButton\": \"Daha Fazla Öğren\",\r\n \"secondaryButton\": \"Başlayın\",\r\n \"imageAlt\": \"Site Önizlemesi\"\r\n}"
32
32
  }
33
33
  ],
34
34
  "exports": {
@@ -24,13 +24,13 @@
24
24
  "path": "hero-cta/lang/en.json",
25
25
  "type": "registry:lang",
26
26
  "target": "$modules$/hero-cta/lang/en.json",
27
- "content": "{\r\n \"heading\": \"Your main hero headline goes here. This should be attention-grabbing and clearly communicate your unique value. Use Promake to create a headline that speaks directly to your audience's needs.\",\r\n \"description\": \"This section provides supporting details for your hero headline. Explain what you offer, who it's for, and why it matters. Use Promake to customize this with your specific value proposition and key benefits.\",\r\n \"reviews\": \"Display social proof here - customer count, review ratings, or success metrics. This builds trust and credibility. Use Promake to add your authentic numbers or testimonials count.\",\r\n \"primaryCta\": \"Get Started\",\r\n \"secondaryCta\": \"Learn More\",\r\n \"imageAlt\": \"Hero image\"\r\n}\r\n"
27
+ "content": "{\r\n \"heading\": \"Build Something Amazing Today\",\r\n \"description\": \"Create powerful solutions that help you achieve your goals faster and more efficiently.\",\r\n \"reviews\": \"Trusted by 10,000+ users worldwide\",\r\n \"primaryCta\": \"Get Started\",\r\n \"secondaryCta\": \"Learn More\",\r\n \"imageAlt\": \"Hero image\"\r\n}\r\n"
28
28
  },
29
29
  {
30
30
  "path": "hero-cta/lang/tr.json",
31
31
  "type": "registry:lang",
32
32
  "target": "$modules$/hero-cta/lang/tr.json",
33
- "content": "{\r\n \"heading\": \"Ana hero başlığınız buraya gelir. Bu dikkat çekici olmalı ve benzersiz değerinizi açıkça iletmelidir. Promake ile hedef kitlenizin ihtiyaçlarına doğrudan hitap eden bir başlık oluşturun.\",\r\n \"description\": \"Bu bölüm hero başlığınız için destekleyici detaylar sağlar. Ne sunduğunuzu, kimin için olduğunu ve neden önemli olduğunu açıklayın. Promake ile bunu özel değer öneriniz ve ana faydalarınızla özelleştirin.\",\r\n \"reviews\": \"Sosyal kanıtı burada gösterin - müşteri sayısı, yorum puanları veya başarı metrikleri. Bu güven ve itibar oluşturur. Promake ile özgün rakamlarınızı veya referans sayınızı ekleyin.\",\r\n \"primaryCta\": \"Başlayın\",\r\n \"secondaryCta\": \"Daha Fazla Bilgi\",\r\n \"imageAlt\": \"Hero görseli\"\r\n}\r\n"
33
+ "content": "{\r\n \"heading\": \"Bugün Harika Bir Şey İnşa Edin\",\r\n \"description\": \"Hedeflerinize daha hızlı ve verimli ulaşmanıza yardımcı olan güçlü çözümler oluşturun.\",\r\n \"reviews\": \"Dünya çapında 10.000+ kullanıcı tarafından güveniliyor\",\r\n \"primaryCta\": \"Başlayın\",\r\n \"secondaryCta\": \"Daha Fazla Bilgi\",\r\n \"imageAlt\": \"Hero görseli\"\r\n}\r\n"
34
34
  }
35
35
  ],
36
36
  "exports": {
@@ -22,13 +22,13 @@
22
22
  "path": "hero-gradient/lang/en.json",
23
23
  "type": "registry:lang",
24
24
  "target": "$modules$/hero-gradient/lang/en.json",
25
- "content": "{\r\n \"badge\": \"This badge highlights a key announcement, new feature, or achievement. Use it to draw attention to something timely and important. Customize with Promake to showcase what's new or noteworthy.\",\r\n \"headingLine1\": \"This is the first line of your main headline. Make it powerful and attention-grabbing. Use Promake to craft a message that immediately captures interest and communicates your core offering.\",\r\n \"headingLine2\": \"with your site headline\",\r\n \"description\": \"This supporting text expands on your headline and provides key details about your offering. Explain the main benefits and what makes you different. Use Promake to customize with your specific value proposition.\",\r\n \"primaryCta\": \"Get Started\",\r\n \"secondaryCta\": \"Contact Sales\",\r\n \"users\": \"Active Users\",\r\n \"uptime\": \"Uptime\",\r\n \"support\": \"Support\"\r\n}\r\n"
25
+ "content": "{\r\n \"badge\": \"New Feature Available\",\r\n \"headingLine1\": \"Build Something Amazing\",\r\n \"headingLine2\": \"with your site headline\",\r\n \"description\": \"Create powerful solutions that drive results for your business.\",\r\n \"primaryCta\": \"Get Started\",\r\n \"secondaryCta\": \"Contact Sales\",\r\n \"users\": \"Active Users\",\r\n \"uptime\": \"Uptime\",\r\n \"support\": \"Support\"\r\n}\r\n"
26
26
  },
27
27
  {
28
28
  "path": "hero-gradient/lang/tr.json",
29
29
  "type": "registry:lang",
30
30
  "target": "$modules$/hero-gradient/lang/tr.json",
31
- "content": "{\r\n \"badge\": \"Bu rozet önemli bir duyuruyu, yeni özelliği veya başarıyı vurgular. Zamana duyarlı ve önemli bir şeye dikkat çekmek için kullanın. Promake ile yeni veya dikkat çekici olanı sergileyecek şekilde özelleştirin.\",\r\n \"headingLine1\": \"Ana başlığınızın ilk satırıdır. Güçlü ve dikkat çekici olmalıdır. Promake ile hemen ilgi çeken ve temel teklifinizi ileten bir mesaj oluşturun.\",\r\n \"headingLine2\": \"site başlığınızla güncellemesini isteyin\",\r\n \"description\": \"Bu destekleyici metin başlığınızı genişletir ve teklifiniz hakkında önemli detaylar sağlar. Ana faydaları ve sizi farklı kılan özellikleri açıklayın. Promake ile özel değer önerinizle özelleştirin.\",\r\n \"primaryCta\": \"Başlayın\",\r\n \"secondaryCta\": \"Satış ile İletişim\",\r\n \"users\": \"Aktif Kullanıcı\",\r\n \"uptime\": \"Çalışma Süresi\",\r\n \"support\": \"Destek\"\r\n}\r\n"
31
+ "content": "{\r\n \"badge\": \"Yeni Özellik Mevcut\",\r\n \"headingLine1\": \"Harika Bir Şey İnşa Edin\",\r\n \"headingLine2\": \"site başlığınızla güncellemesini isteyin\",\r\n \"description\": \"İşiniz için sonuç odaklı güçlü çözümler oluşturun.\",\r\n \"primaryCta\": \"Başlayın\",\r\n \"secondaryCta\": \"Satış ile İletişim\",\r\n \"users\": \"Aktif Kullanıcı\",\r\n \"uptime\": \"Çalışma Süresi\",\r\n \"support\": \"Destek\"\r\n}\r\n"
32
32
  }
33
33
  ],
34
34
  "exports": {
@@ -22,13 +22,13 @@
22
22
  "path": "hero/lang/en.json",
23
23
  "type": "registry:lang",
24
24
  "target": "$modules$/hero/lang/en.json",
25
- "content": "{\r\n \"discover\": \"Discover\",\r\n \"amazing\": \"Inspiring\",\r\n \"content\": \"Stories\",\r\n \"subtitle\": \"This is your hero subtitle - the supporting text that reinforces your main headline. Use Promake to craft a compelling message that clearly communicates your value proposition and resonates with your target audience.\",\r\n \"readLatest\": \"Start Reading\",\r\n \"exploreTopics\": \"Explore Topics\"\r\n}\r\n"
25
+ "content": "{\r\n \"discover\": \"Discover\",\r\n \"amazing\": \"Inspiring\",\r\n \"content\": \"Stories\",\r\n \"subtitle\": \"Explore inspiring stories and meaningful content.\",\r\n \"readLatest\": \"Start Reading\",\r\n \"exploreTopics\": \"Explore Topics\"\r\n}\r\n"
26
26
  },
27
27
  {
28
28
  "path": "hero/lang/tr.json",
29
29
  "type": "registry:lang",
30
30
  "target": "$modules$/hero/lang/tr.json",
31
- "content": "{\r\n \"discover\": \"Keşfedin\",\r\n \"amazing\": \"İlham Verici\",\r\n \"content\": \"Hikayeler\",\r\n \"subtitle\": \"Bu hero alt başlığınızdır - ana başlığınızı destekleyen metindir. Promake ile değer önerinizi net bir şekilde ileten ve hedef kitlenizle rezonansa giren ikna edici bir mesaj oluşturun.\",\r\n \"readLatest\": \"Okumaya Başlayın\",\r\n \"exploreTopics\": \"Konuları Keşfedin\"\r\n}\r\n"
31
+ "content": "{\r\n \"discover\": \"Keşfedin\",\r\n \"amazing\": \"İlham Verici\",\r\n \"content\": \"Hikayeler\",\r\n \"subtitle\": \"İlham verici hikayeleri ve anlamlı içerikleri keşfedin.\",\r\n \"readLatest\": \"Okumaya Başlayın\",\r\n \"exploreTopics\": \"Konuları Keşfedin\"\r\n}\r\n"
32
32
  }
33
33
  ],
34
34
  "exports": {
@@ -28,13 +28,13 @@
28
28
  "path": "landing-page-app/lang/en.json",
29
29
  "type": "registry:lang",
30
30
  "target": "$modules$/landing-page-app/lang/en.json",
31
- "content": "{\r\n \"title\": \"Mobile App\",\r\n \"badge\": \"Available on iOS & Android\",\r\n \"heroTitle\": \"Your App Name Here\",\r\n \"heroDescription\": \"This is your app's main pitch to potential users. Explain what your app does, who it's for, and why users should download it. Focus on the primary benefit or problem it solves. Use Promake to create a compelling description that drives app downloads.\",\r\n \"downloadOn\": \"Download on the\",\r\n \"getItOn\": \"Get it on\",\r\n \"downloads\": \"Downloads\",\r\n \"inCategory\": \"In Category\",\r\n \"taskComplete\": \"Task Complete!\",\r\n \"newMessage\": \"New Message\",\r\n \"featuresLabel\": \"Features\",\r\n \"featuresTitle\": \"Why You'll Love It\",\r\n \"feature1Title\": \"Feature One\",\r\n \"feature1Desc\": \"Describe what this feature does and why users will love it. Focus on the user benefit and real-world application. Use Promake to highlight how this feature improves the user experience or solves a specific need.\",\r\n \"feature2Title\": \"Feature Two\",\r\n \"feature2Desc\": \"Explain the value this feature brings to users. Include how it makes their lives easier or more enjoyable. Customize with Promake to showcase practical benefits that matter.\",\r\n \"feature3Title\": \"Feature Three\",\r\n \"feature3Desc\": \"Detail how this feature enhances the app experience. Focus on what users can accomplish with it. Use Promake to communicate clear, compelling value that encourages downloads.\",\r\n \"feature4Title\": \"Feature Four\",\r\n \"feature4Desc\": \"Describe why this feature is important and how it differentiates your app. Be specific about the advantage it provides. Customize with Promake to highlight what makes your app special.\",\r\n \"screenshotsLabel\": \"Screenshots\",\r\n \"screenshotsTitle\": \"See It in Action\",\r\n \"reviewsLabel\": \"Reviews\",\r\n \"reviewsTitle\": \"What Users Say\",\r\n \"review1\": \"Display a genuine user review that highlights a specific benefit or positive experience with your app. Real feedback with concrete examples builds trust. Use Promake to add authentic reviews that resonate with potential users.\",\r\n \"review2\": \"Include another user review that showcases a different aspect of your app's value. Variety in reviews helps different types of users relate. Customize with Promake using real user feedback.\",\r\n \"review3\": \"Add a third review that emphasizes overall satisfaction or a surprising benefit. Use Promake to create a well-rounded collection of user reviews that drive downloads.\",\r\n \"ctaTitle\": \"Download Now\",\r\n \"ctaDescription\": \"This final call-to-action encourages app downloads. Highlight that it's free, mention key benefits, or create urgency. Use Promake to craft a compelling message that converts visitors into users and drives app store downloads.\",\r\n}\r\n"
31
+ "content": "{\r\n \"title\": \"Mobile App\",\r\n \"badge\": \"Available on iOS & Android\",\r\n \"heroTitle\": \"Your App Name Here\",\r\n \"heroDescription\": \"The all-in-one app that simplifies your daily tasks and boosts productivity.\",\r\n \"downloadOn\": \"Download on the\",\r\n \"getItOn\": \"Get it on\",\r\n \"downloads\": \"Downloads\",\r\n \"inCategory\": \"In Category\",\r\n \"taskComplete\": \"Task Complete!\",\r\n \"newMessage\": \"New Message\",\r\n \"featuresLabel\": \"Features\",\r\n \"featuresTitle\": \"Why You'll Love It\",\r\n \"feature1Title\": \"Feature One\",\r\n \"feature1Desc\": \"Lightning-fast performance keeps your app running smoothly at all times.\",\r\n \"feature2Title\": \"Feature Two\",\r\n \"feature2Desc\": \"Stay informed with intelligent notifications tailored to your preferences.\",\r\n \"feature3Title\": \"Feature Three\",\r\n \"feature3Desc\": \"Your data is protected with bank-level encryption and privacy controls.\",\r\n \"feature4Title\": \"Feature Four\",\r\n \"feature4Desc\": \"Access all your content offline, anytime and anywhere you need it.\",\r\n \"screenshotsLabel\": \"Screenshots\",\r\n \"screenshotsTitle\": \"See It in Action\",\r\n \"reviewsLabel\": \"Reviews\",\r\n \"reviewsTitle\": \"What Users Say\",\r\n \"review1\": \"This app has completely changed how I manage my daily tasks. Clean interface and super intuitive!\",\r\n \"review2\": \"Love the offline mode! I can work anywhere without worrying about connectivity. 5 stars!\",\r\n \"review3\": \"Best app in its category. The team clearly cares about user experience and it shows.\",\r\n \"ctaTitle\": \"Download Now\",\r\n \"ctaDescription\": \"Join millions of users worldwide. Download now and start simplifying your life today!\"\r\n}"
32
32
  },
33
33
  {
34
34
  "path": "landing-page-app/lang/tr.json",
35
35
  "type": "registry:lang",
36
36
  "target": "$modules$/landing-page-app/lang/tr.json",
37
- "content": "{\r\n \"title\": \"Mobil Uygulama\",\r\n \"badge\": \"iOS ve Android'de Mevcut\",\r\n \"heroTitle\": \"Hayatınız, Tek Uygulamada Basitleştirildi\",\r\n \"heroDescription\": \"Bu uygulamanızın potansiyel kullanıcılara sunduğu ana teklifdir. Uygulamanızın ne yaptığını, kimin için olduğunu ve kullanıcıların neden indirmesi gerektiğini açıklayın. Çözdüğü ana faydaya veya soruna odaklanın. Promake ile uygulama indirmelerini artıran ikna edici bir açıklama oluşturun.\",\r\n \"downloadOn\": \"Şuradan indir:\",\r\n \"getItOn\": \"Şuradan alın:\",\r\n \"downloads\": \"İndirme\",\r\n \"inCategory\": \"Kategorisinde\",\r\n \"taskComplete\": \"Görev Tamamlandı!\",\r\n \"newMessage\": \"Yeni Mesaj\",\r\n \"featuresLabel\": \"Özellikler\",\r\n \"featuresTitle\": \"Neden Seveceksiniz\",\r\n \"feature1Title\": \"Işık Hızında\",\r\n \"feature1Desc\": \"Bu özelliğin ne yaptığını ve kullanıcıların neden seveceğini açıklayın. Kullanıcı faydasına ve gerçek dünya uygulamasına odaklanın. Promake ile bu özelliğin kullanıcı deneyimini nasıl geliştirdiğini veya belirli bir ihtiyacı nasıl çözdüğünü vurgulayın.\",\r\n \"feature2Title\": \"Akıllı Bildirimler\",\r\n \"feature2Desc\": \"Bu özelliğin kullanıcılara getirdiği değeri açıklayın. Hayatlarını nasıl kolaylaştırdığını veya daha keyifli hale getirdiğini ekleyin. Promake ile önemli olan pratik faydaları sergileyecek şekilde özelleştirin.\",\r\n \"feature3Title\": \"Güvenli & Özel\",\r\n \"feature3Desc\": \"Bu özelliğin uygulama deneyimini nasıl geliştirdiğini detaylandırın. Kullanıcıların bununla neleri başarabileceğine odaklanın. Promake ile indirmeleri teşvik eden açık ve ikna edici değer iletin.\",\r\n \"feature4Title\": \"Çevrimdışı Mod\",\r\n \"feature4Desc\": \"Bu özelliğin neden önemli olduğunu ve uygulamanızı nasıl farklılaştırdığını açıklayın. Sağladığı avantaj konusunda spesifik olun. Promake ile uygulamanızı özel kılan şeyi vurgulayacak şekilde özelleştirin.\",\r\n \"screenshotsLabel\": \"Ekran Görüntüleri\",\r\n \"screenshotsTitle\": \"Uygulamada Görün\",\r\n \"reviewsLabel\": \"Yorumlar\",\r\n \"reviewsTitle\": \"Kullanıcılar Ne Diyor\",\r\n \"review1\": \"Uygulamanızla ilgili belirli bir faydayı veya olumlu deneyimi vurgulayan gerçek bir kullanıcı yorumu gösterin. Somut örneklerle gerçek geri bildirim güven oluşturur. Promake ile potansiyel kullanıcılarda yankı uyandıran özgün yorumlar ekleyin.\",\r\n \"review2\": \"Uygulamanızın değerinin farklı bir yönünü sergileyen başka bir kullanıcı yorumu ekleyin. Yorumlardaki çeşitlilik farklı kullanıcı türlerinin ilişki kurmasına yardımcı olur. Promake ile gerçek kullanıcı geri bildirimi kullanarak özelleştirin.\",\r\n \"review3\": \"Genel memnuniyeti veya şaşırtıcı bir faydayı vurgulayan üçüncü bir yorum ekleyin. Promake ile indirmeleri artıran dengeli bir kullanıcı yorumları koleksiyonu oluşturun.\",\r\n \"ctaTitle\": \"Şimdi İndirin\",\r\n \"ctaDescription\": \"iOS ve Android'de ücretsiz olarak mevcut. Yolculuğunuza bugün başlayın.\"\r\n}\r\n"
37
+ "content": "{\r\n \"title\": \"Mobil Uygulama\",\r\n \"badge\": \"iOS ve Android'de Mevcut\",\r\n \"heroTitle\": \"Hayatınız, Tek Uygulamada Basitleştirildi\",\r\n \"heroDescription\": \"Günlük görevlerinizi basitleştiren ve verimliliğinizi artıran hepsi bir arada uygulama.\",\r\n \"downloadOn\": \"Şuradan indir:\",\r\n \"getItOn\": \"Şuradan alın:\",\r\n \"downloads\": \"İndirme\",\r\n \"inCategory\": \"Kategorisinde\",\r\n \"taskComplete\": \"Görev Tamamlandı!\",\r\n \"newMessage\": \"Yeni Mesaj\",\r\n \"featuresLabel\": \"Özellikler\",\r\n \"featuresTitle\": \"Neden Seveceksiniz\",\r\n \"feature1Title\": \"Işık Hızında\",\r\n \"feature1Desc\": \"Yıldırım hızında performans, uygulamanızı her zaman sorunsuz çalıştırır.\",\r\n \"feature2Title\": \"Akıllı Bildirimler\",\r\n \"feature2Desc\": \"Tercihlerinize göre özelleştirilmiş akıllı bildirimlerle bilgilenin.\",\r\n \"feature3Title\": \"Güvenli & Özel\",\r\n \"feature3Desc\": \"Verileriniz banka seviyesinde şifreleme ve gizlilik kontrolleriyle korunur.\",\r\n \"feature4Title\": \"Çevrimdışı Mod\",\r\n \"feature4Desc\": \"Tüm içeriğinize çevrimdışı, istediğiniz zaman ve yerde erişin.\",\r\n \"screenshotsLabel\": \"Ekran Görüntüleri\",\r\n \"screenshotsTitle\": \"Uygulamada Görün\",\r\n \"reviewsLabel\": \"Yorumlar\",\r\n \"reviewsTitle\": \"Kullanıcılar Ne Diyor\",\r\n \"review1\": \"Bu uygulama günlük görevlerimi yönetme şeklimi tamamen değiştirdi. Temiz arayüz ve süper sezgisel!\",\r\n \"review2\": \"Çevrimdışı modu çok seviyorum! Bağlantı endişesi olmadan her yerde çalışabiliyorum. 5 yıldız!\",\r\n \"review3\": \"Kategorisindeki en iyi uygulama. Ekibin kullanıcı deneyimini önemsediği belli oluyor.\",\r\n \"ctaTitle\": \"Şimdi İndirin\",\r\n \"ctaDescription\": \"iOS ve Android'de ücretsiz olarak mevcut. Yolculuğunuza bugün başlayın.\"\r\n}\r\n"
38
38
  }
39
39
  ],
40
40
  "exports": {
@@ -28,13 +28,13 @@
28
28
  "path": "landing-page-saas/lang/en.json",
29
29
  "type": "registry:lang",
30
30
  "target": "$modules$/landing-page-saas/lang/en.json",
31
- "content": "{\r\n \"title\": \"SaaS Landing\",\r\n \"badge\": \"New Feature Available\",\r\n \"heroTitle\": \"Your Product Name Here\",\r\n \"heroDescription\": \"This is your main value proposition for your SaaS product. Clearly explain what problem you solve, who you help, and why you're the best solution. Use Promake to craft a compelling description that resonates with your target users and drives sign-ups.\",\r\n \"startFree\": \"Start Free Trial\",\r\n \"watchDemo\": \"Watch Demo\",\r\n \"noCreditCard\": \"No credit card required\",\r\n \"stat1Label\": \"Active Users\",\r\n \"stat2Label\": \"Uptime\",\r\n \"stat3Label\": \"Tasks Done\",\r\n \"stat4Label\": \"Rating\",\r\n \"featuresLabel\": \"Features\",\r\n \"featuresTitle\": \"Everything You Need\",\r\n \"featuresDescription\": \"This text introduces your feature showcase. Explain how these features work together to provide value or highlight what makes your product comprehensive. Use Promake to set up your features section in a way that demonstrates the full power of your solution.\",\r\n \"feature1Title\": \"Feature One\",\r\n \"feature1Desc\": \"Describe how this feature solves a specific problem or improves workflow. Focus on the benefit to users, not just technical specifications. Use Promake to highlight the real-world value this feature provides.\",\r\n \"feature2Title\": \"Feature Two\",\r\n \"feature2Desc\": \"Explain what makes this feature valuable and how it helps users achieve their goals. Include specific use cases or outcomes. Customize with Promake to showcase practical benefits.\",\r\n \"feature3Title\": \"Feature Three\",\r\n \"feature3Desc\": \"Detail how this feature enhances the user experience or saves time. Focus on tangible results users will see. Use Promake to communicate clear value.\",\r\n \"feature4Title\": \"Feature Four\",\r\n \"feature4Desc\": \"Describe the advantage this feature provides and why it matters to your users. Be specific about the impact or improvement. Customize with Promake.\",\r\n \"feature5Title\": \"Feature Five\",\r\n \"feature5Desc\": \"Explain how this feature contributes to the overall solution. Highlight what users can accomplish with it. Use Promake to make the value clear and compelling.\",\r\n \"feature6Title\": \"Feature Six\",\r\n \"feature6Desc\": \"Showcase this feature's benefits and how it completes your offering. Help users understand why this feature is important. Customize with Promake.\",\r\n \"testimonialsLabel\": \"Testimonials\",\r\n \"testimonialsTitle\": \"What Our Customers Say\",\r\n \"testimonial1\": \"Include an authentic customer success story that demonstrates real results. Focus on specific outcomes, time saved, or problems solved. Use Promake to add testimonials that build credibility and show the impact of your SaaS product.\",\r\n \"testimonial2\": \"Add another testimonial that highlights a different benefit or use case. Real customer experiences with measurable results are most effective. Customize with Promake to show diverse success stories.\",\r\n \"testimonial3\": \"Include a third testimonial that addresses potential concerns or showcases an unexpected benefit. Use Promake to create a comprehensive picture of customer satisfaction and product value.\",\r\n \"pricingLabel\": \"Pricing\",\r\n \"pricingTitle\": \"Simple, Transparent Pricing\",\r\n \"starterPlan\": \"Starter\",\r\n \"proPlan\": \"Pro\",\r\n \"enterprisePlan\": \"Enterprise\",\r\n \"custom\": \"Custom\",\r\n \"mostPopular\": \"Most Popular\",\r\n \"getStarted\": \"Get Started\",\r\n \"viewAllPlans\": \"View all pricing plans\",\r\n \"ctaTitle\": \"Ready to Get Started?\",\r\n \"ctaDescription\": \"This final CTA drives conversions. Emphasize the ease of getting started, any trial benefits, or what users get immediately. Create urgency or remove friction. Use Promake to craft a compelling final push that converts visitors into users.\",\r\n \"ctaButton\": \"Get Started\"\r\n}\r\n"
31
+ "content": "{\r\n \"title\": \"SaaS Landing\",\r\n \"badge\": \"New Feature Available\",\r\n \"heroTitle\": \"Your Product Name Here\",\r\n \"heroDescription\": \"Streamline your workflow and boost team productivity with powerful automation tools.\",\r\n \"startFree\": \"Start Free Trial\",\r\n \"watchDemo\": \"Watch Demo\",\r\n \"noCreditCard\": \"No credit card required\",\r\n \"stat1Label\": \"Active Users\",\r\n \"stat2Label\": \"Uptime\",\r\n \"stat3Label\": \"Tasks Done\",\r\n \"stat4Label\": \"Rating\",\r\n \"featuresLabel\": \"Features\",\r\n \"featuresTitle\": \"Everything You Need\",\r\n \"featuresDescription\": \"Discover the tools and features that make your work easier and more productive.\",\r\n \"feature1Title\": \"Feature One\",\r\n \"feature1Desc\": \"Lightning-fast performance that saves you time and boosts efficiency.\",\r\n \"feature2Title\": \"Feature Two\",\r\n \"feature2Desc\": \"Bank-level encryption keeps your data secure and protected at all times.\",\r\n \"feature3Title\": \"Feature Three\",\r\n \"feature3Desc\": \"Deep insights and analytics help you make better data-driven decisions.\",\r\n \"feature4Title\": \"Feature Four\",\r\n \"feature4Desc\": \"Real-time collaboration tools keep your team connected and productive.\",\r\n \"feature5Title\": \"Feature Five\",\r\n \"feature5Desc\": \"99.9% uptime guarantee ensures your work is always accessible.\",\r\n \"feature6Title\": \"Feature Six\",\r\n \"feature6Desc\": \"Smart automation handles repetitive tasks so you can focus on what matters.\",\r\n \"testimonialsLabel\": \"Testimonials\",\r\n \"testimonialsTitle\": \"What Our Customers Say\",\r\n \"testimonial1\": \"This tool transformed how our team works. We've cut project delivery time by 40% and improved collaboration significantly.\",\r\n \"testimonial2\": \"The automation features alone save us 10+ hours per week. It's become essential to our workflow.\",\r\n \"testimonial3\": \"Incredibly intuitive and powerful. The customer support is outstanding, and the ROI has been remarkable.\",\r\n \"pricingLabel\": \"Pricing\",\r\n \"pricingTitle\": \"Simple, Transparent Pricing\",\r\n \"starterPlan\": \"Starter\",\r\n \"proPlan\": \"Pro\",\r\n \"enterprisePlan\": \"Enterprise\",\r\n \"custom\": \"Custom\",\r\n \"mostPopular\": \"Most Popular\",\r\n \"getStarted\": \"Get Started\",\r\n \"viewAllPlans\": \"View all pricing plans\",\r\n \"ctaTitle\": \"Ready to Get Started?\",\r\n \"ctaDescription\": \"Join thousands of teams already using our platform. Start your free 14-day trial today—no credit card required.\",\r\n \"ctaButton\": \"Get Started\"\r\n}\r\n"
32
32
  },
33
33
  {
34
34
  "path": "landing-page-saas/lang/tr.json",
35
35
  "type": "registry:lang",
36
36
  "target": "$modules$/landing-page-saas/lang/tr.json",
37
- "content": "{\r\n \"title\": \"SaaS Landing\",\r\n \"badge\": \"Artık AI destekli özelliklerle\",\r\n \"heroTitle\": \"Daha İyi Ürünler, Her Zamankinden Daha Hızlı Oluşturun\",\r\n \"heroDescription\": \"SaaS ürününüz için ana değer önerinizdir. Hangi sorunu çözdüğünüzü, kime yardım ettiğinizi ve neden en iyi çözüm olduğunuzu açıkça anlatın. Promake ile hedef kullanıcılarınızla rezonansa giren ve kayıtları artıran ikna edici bir açıklama oluşturun.\",\r\n \"startFree\": \"Ücretsiz Deneyin\",\r\n \"watchDemo\": \"Demo İzle\",\r\n \"noCreditCard\": \"Kredi kartı gerekmez • 14 gün ücretsiz deneme\",\r\n \"stat1Label\": \"Aktif Kullanıcı\",\r\n \"stat2Label\": \"Çalışma Süresi\",\r\n \"stat3Label\": \"Tamamlanan Görev\",\r\n \"stat4Label\": \"Kullanıcı Puanı\",\r\n \"featuresLabel\": \"Özellikler\",\r\n \"featuresTitle\": \"Başarı İçin İhtiyacınız Olan Her Şey\",\r\n \"featuresDescription\": \"Bu metin özellik vitrininizi tanıtır. Bu özelliklerin değer sağlamak için nasıl birlikte çalıştığını açıklayın veya ürününüzü kapsamlı kılan şeyi vurgulayın. Promake ile özellikler bölümünüzü çözümünüzün tam gücünü gösteren şekilde kurun.\",\r\n \"feature1Title\": \"Işık Hızında\",\r\n \"feature1Desc\": \"Bu özelliğin belirli bir sorunu nasıl çözdüğünü veya iş akışını nasıl geliştirdiğini açıklayın. Sadece teknik özelliklere değil, kullanıcılara sağlanan faydaya odaklanın. Promake ile bu özelliğin sağladığı gerçek dünya değerini vurgulayın.\",\r\n \"feature2Title\": \"Varsayılan Olarak Güvenli\",\r\n \"feature2Desc\": \"Bu özelliğin neyi değerli kıldığını ve kullanıcıların hedeflerine ulaşmalarına nasıl yardımcı olduğunu açıklayın. Belirli kullanım durumlarını veya sonuçları ekleyin. Promake ile pratik faydaları sergileyecek şekilde özelleştirin.\",\r\n \"feature3Title\": \"Güçlü Analitik\",\r\n \"feature3Desc\": \"Bu özelliğin kullanıcı deneyimini nasıl geliştirdiğini veya zamandan nasıl tasarruf ettirdiğini detaylandırın. Kullanıcıların göreceği somut sonuçlara odaklanın. Promake ile net değer iletin.\",\r\n \"feature4Title\": \"Takım İşbirliği\",\r\n \"feature4Desc\": \"Bu özelliğin sağladığı avantajı ve kullanıcılarınız için neden önemli olduğunu açıklayın. Etki veya iyileştirme konusunda spesifik olun. Promake ile özelleştirin.\",\r\n \"feature5Title\": \"7/24 Kullanılabilirlik\",\r\n \"feature5Desc\": \"Bu özelliğin genel çözüme nasıl katkıda bulunduğunu açıklayın. Kullanıcıların bununla neleri başarabileceğini vurgulayın. Promake ile değeri açık ve ikna edici hale getirin.\",\r\n \"feature6Title\": \"AI Destekli\",\r\n \"feature6Desc\": \"Bu özelliğin faydalarını ve teklifinizi nasıl tamamladığını sergileyin. Kullanıcıların bu özelliğin neden önemli olduğunu anlamalarına yardımcı olun. Promake ile özelleştirin.\",\r\n \"testimonialsLabel\": \"Referanslar\",\r\n \"testimonialsTitle\": \"Dünya Genelinde Ekipler Tarafından Seviliyor\",\r\n \"testimonial1\": \"Gerçek sonuçları gösteren özgün bir müşteri başarı hikayesi ekleyin. Belirli çıktılara, kazanılan zamana veya çözülen sorunlara odaklanın. Promake ile güvenilirlik oluşturan ve SaaS ürününüzün etkisini gösteren referanslar ekleyin.\",\r\n \"testimonial2\": \"Farklı bir faydayı veya kullanım durumunu vurgulayan başka bir referans ekleyin. Ölçülebilir sonuçları olan gerçek müşteri deneyimleri en etkilidir. Promake ile çeşitli başarı hikayelerini gösterecek şekilde özelleştirin.\",\r\n \"testimonial3\": \"Potansiyel endişeleri ele alan veya beklenmedik bir faydayı sergileyen üçüncü bir referans ekleyin. Promake ile müşteri memnuniyeti ve ürün değerinin kapsamlı bir resmini oluşturun.\",\r\n \"pricingLabel\": \"Fiyatlandırma\",\r\n \"pricingTitle\": \"Basit, Şeffaf Fiyatlandırma\",\r\n \"starterPlan\": \"Başlangıç\",\r\n \"proPlan\": \"Pro\",\r\n \"enterprisePlan\": \"Kurumsal\",\r\n \"custom\": \"Özel\",\r\n \"mostPopular\": \"En Popüler\",\r\n \"getStarted\": \"Başlayın\",\r\n \"viewAllPlans\": \"Tüm planları görüntüle\",\r\n \"ctaTitle\": \"İş Akışınızı Dönüştürmeye Hazır mısınız?\",\r\n \"ctaDescription\": \"Bu son CTA dönüşümleri yönlendirir. Başlamanın kolaylığını, deneme faydalarını veya kullanıcıların hemen elde ettiklerini vurgulayın. Aciliyet yaratın veya sürtüşmeyi ortadan kaldırın. Promake ile ziyaretçileri kullanıcılara dönüştüren ikna edici bir son itme oluşturun.\",\r\n \"ctaButton\": \"Ücretsiz Denemenizi Başlatın\"\r\n}\r\n"
37
+ "content": "{\r\n \"title\": \"SaaS Landing\",\r\n \"badge\": \"Artık AI destekli özelliklerle\",\r\n \"heroTitle\": \"Daha İyi Ürünler, Her Zamankinden Daha Hızlı Oluşturun\",\r\n \"heroDescription\": \"Güçlü otomasyon araçlarıyla akışınızı optimize edin ve ekip verimliliğini artırın.\",\r\n \"startFree\": \"Ücretsiz Deneyin\",\r\n \"watchDemo\": \"Demo İzle\",\r\n \"noCreditCard\": \"Kredi kartı gerekmez • 14 gün ücretsiz deneme\",\r\n \"stat1Label\": \"Aktif Kullanıcı\",\r\n \"stat2Label\": \"Çalışma Süresi\",\r\n \"stat3Label\": \"Tamamlanan Görev\",\r\n \"stat4Label\": \"Kullanıcı Puanı\",\r\n \"featuresLabel\": \"Özellikler\",\r\n \"featuresTitle\": \"Başarı İçin İhtiyacınız Olan Her Şey\",\r\n \"featuresDescription\": \"İşinizi daha kolay ve verimli hale getiren araçları ve özellikleri keşfedin.\",\r\n \"feature1Title\": \"Işık Hızında\",\r\n \"feature1Desc\": \"Yıldırım hızında performans, zamandan tasarruf sağlar ve verimliliği artırır.\",\r\n \"feature2Title\": \"Varsayılan Olarak Güvenli\",\r\n \"feature2Desc\": \"Banka seviyesinde şifreleme, verilerinizi her zaman güvende tutar.\",\r\n \"feature3Title\": \"Güçlü Analitik\",\r\n \"feature3Desc\": \"Derin görüşler ve analizler, daha iyi veri odaklı kararlar almanıza yardımcı olur.\",\r\n \"feature4Title\": \"Takım İşbirliği\",\r\n \"feature4Desc\": \"Gerçek zamanlı işbirliği araçları ekibinizi bağlı ve verimli tutar.\",\r\n \"feature5Title\": \"7/24 Kullanılabilirlik\",\r\n \"feature5Desc\": \"%99.9 çalışma süresi garantisi, işinizin her zaman erişilebilir olmasını sağlar.\",\r\n \"feature6Title\": \"AI Destekli\",\r\n \"feature6Desc\": \"Akıllı otomasyon tekrarlayan görevleri halleder, siz önemli işlere odaklanın.\",\r\n \"testimonialsLabel\": \"Referanslar\",\r\n \"testimonialsTitle\": \"Dünya Genelinde Ekipler Tarafından Seviliyor\",\r\n \"testimonial1\": \"Bu araç ekibimizin çalışma şeklini değiştirdi. Proje teslim süremizi %40 azalttık ve işbirliğimizi önemli ölçüde geliştirdik.\",\r\n \"testimonial2\": \"Sadece otomasyon özellikleri bile bize haftada 10+ saat kazandırıyor. İş akışımızın vazgeçilmez bir parçası oldu.\",\r\n \"testimonial3\": \"İnanılmaz sezgisel ve güçlü. Müşteri desteği olağanüstü ve yatırım getirisi dikkat çekici.\",\r\n \"pricingLabel\": \"Fiyatlandırma\",\r\n \"pricingTitle\": \"Basit, Şeffaf Fiyatlandırma\",\r\n \"starterPlan\": \"Başlangıç\",\r\n \"proPlan\": \"Pro\",\r\n \"enterprisePlan\": \"Kurumsal\",\r\n \"custom\": \"Özel\",\r\n \"mostPopular\": \"En Popüler\",\r\n \"getStarted\": \"Başlayın\",\r\n \"viewAllPlans\": \"Tüm planları görüntüle\",\r\n \"ctaTitle\": \"İş Akışınızı Dönüştürmeye Hazır mısınız?\",\r\n \"ctaDescription\": \"Platformumuzu kullanan binlerce ekibe katılın. 14 günlük ücretsiz denemenizi bugün başlatın—kredi kartı gerekmez.\",\r\n \"ctaButton\": \"Ücretsiz Denemenizi Başlatın\"\r\n}\r\n"
38
38
  }
39
39
  ],
40
40
  "exports": {
@@ -26,13 +26,13 @@
26
26
  "path": "portfolio-page/lang/en.json",
27
27
  "type": "registry:lang",
28
28
  "target": "$modules$/portfolio-page/lang/en.json",
29
- "content": "{\r\n \"pageTitle\": \"Portfolio\",\r\n \"title\": \"Our Portfolio\",\r\n \"subtitle\": \"Customize these projects with Promake based on your work.\",\r\n \"noItems\": \"No projects found in this category.\"\r\n}\r\n"
29
+ "content": "{\r\n \"pageTitle\": \"Portfolio\",\r\n \"title\": \"Our Portfolio\",\r\n \"subtitle\": \"Showcase of our best work and projects.\",\r\n \"noItems\": \"No projects found in this category.\"\r\n}"
30
30
  },
31
31
  {
32
32
  "path": "portfolio-page/lang/tr.json",
33
33
  "type": "registry:lang",
34
34
  "target": "$modules$/portfolio-page/lang/tr.json",
35
- "content": "{\r\n \"pageTitle\": \"Portfolyo\",\r\n \"title\": \"Portfolyomuz\",\r\n \"subtitle\": \"Bu projeleri çalışmalarınıza göre Promake ile özelleştirin.\",\r\n \"noItems\": \"Bu kategoride proje bulunamadı.\"\r\n}\r\n"
35
+ "content": "{\r\n \"pageTitle\": \"Portfolyo\",\r\n \"title\": \"Portfolyomuz\",\r\n \"subtitle\": \"En iyi çalışmalarımız ve projelerimiz.\",\r\n \"noItems\": \"Bu kategoride proje bulunamadı.\"\r\n}"
36
36
  }
37
37
  ],
38
38
  "exports": {
@@ -25,13 +25,13 @@
25
25
  "path": "pricing-section/lang/en.json",
26
26
  "type": "registry:lang",
27
27
  "target": "$modules$/pricing-section/lang/en.json",
28
- "content": "{\r\n \"label\": \"Pricing\",\r\n \"title\": \"Customize this pricing title with Promake\",\r\n \"subtitle\": \"This introduces your pricing plans and sets context. Explain your pricing philosophy, highlight any trial offers or guarantees, or mention what's included. Use Promake to create confidence in your pricing and encourage visitors to explore your plans.\",\r\n \"perMonth\": \"/month\",\r\n \"popular\": \"Most Popular\",\r\n \"cta\": \"Get Started\",\r\n \"guarantee\": \"This builds trust with a satisfaction guarantee, money-back promise, or commitment statement. Be specific about what you guarantee and any time limits or conditions. Use Promake to create a guarantee that reduces purchase anxiety and demonstrates confidence in your offering.\",\r\n \"starterName\": \"Starter\",\r\n \"starterDesc\": \"Describe who this plan is perfect for and its main value proposition. Explain what use cases or needs it addresses. Use Promake to clearly communicate why someone should choose this tier.\",\r\n \"starterPrice\": \"$9\",\r\n \"starterFeature1\": \"Describe a specific feature or benefit included in this plan. Focus on value, not just specifications. Use Promake to highlight what matters most to your target customers.\",\r\n \"starterFeature2\": \"List another key feature that makes this plan valuable. Explain the benefit or outcome, not just the technical detail. Customize with Promake.\",\r\n \"starterFeature3\": \"Include an important feature that differentiates this tier. Help customers understand what they're getting. Use Promake to add meaningful feature descriptions.\",\r\n \"starterFeature4\": \"Add another feature that contributes to the overall value of this plan. Be specific and benefit-focused. Customize with Promake.\",\r\n \"proName\": \"Pro\",\r\n \"proDesc\": \"Explain who this mid-tier plan is ideal for and why it's the most popular choice. Highlight the additional value over the starter plan. Use Promake to make this tier compelling.\",\r\n \"proPrice\": \"$29\",\r\n \"proFeature1\": \"Describe an advanced feature available in this plan. Show how it provides more value or capabilities. Use Promake to emphasize upgrade benefits.\",\r\n \"proFeature2\": \"List a feature that makes this plan more powerful. Focus on real-world benefits customers will experience. Customize with Promake.\",\r\n \"proFeature3\": \"Include a feature that justifies the higher price point. Help customers see the ROI or advantage. Use Promake for clear value communication.\",\r\n \"proFeature4\": \"Add another feature that enhances this plan's value. Be specific about what customers can achieve. Customize with Promake.\",\r\n \"proFeature5\": \"Describe an additional feature that makes this plan the best choice for growing businesses. Use Promake to highlight scalability or advanced capabilities.\",\r\n \"enterpriseName\": \"Advanced\",\r\n \"enterpriseDesc\": \"Describe who needs this premium plan and what makes it worth the investment. Focus on enterprise needs, scale, or advanced requirements. Use Promake to appeal to high-value customers.\",\r\n \"enterprisePrice\": \"$99\",\r\n \"enterpriseFeature1\": \"List a premium feature that sets this plan apart. Emphasize enterprise-grade capabilities or priority support. Use Promake for compelling descriptions.\",\r\n \"enterpriseFeature2\": \"Describe an advanced feature for larger organizations. Show how it handles scale, complexity, or special requirements. Customize with Promake.\",\r\n \"enterpriseFeature3\": \"Include a feature that demonstrates the full power of your offering. Help customers understand maximum capabilities. Use Promake.\",\r\n \"enterpriseFeature4\": \"Add a feature that provides additional security, customization, or control. Appeal to enterprise concerns. Customize with Promake.\",\r\n \"enterpriseFeature5\": \"List a benefit that justifies the premium price. Focus on ROI, efficiency, or competitive advantage. Use Promake to highlight value.\",\r\n \"enterpriseFeature6\": \"Describe a final feature that rounds out this comprehensive plan. Make it clear this is the complete solution. Customize with Promake.\"\r\n}\r\n"
28
+ "content": "{\r\n \"label\": \"Pricing\",\r\n \"title\": \"Simple, Transparent Pricing\",\r\n \"subtitle\": \"Choose the perfect plan for your needs. All plans include a 14-day free trial.\",\r\n \"perMonth\": \"/month\",\r\n \"popular\": \"Most Popular\",\r\n \"cta\": \"Get Started\",\r\n \"guarantee\": \"30-day money-back guarantee. Cancel anytime, no questions asked.\",\r\n \"starterName\": \"Starter\",\r\n \"starterDesc\": \"Perfect for individuals and small projects\",\r\n \"starterPrice\": \"$9\",\r\n \"starterFeature1\": \"Up to 5 projects\",\r\n \"starterFeature2\": \"10GB storage\",\r\n \"starterFeature3\": \"Basic analytics\",\r\n \"starterFeature4\": \"Email support\",\r\n \"proName\": \"Pro\",\r\n \"proDesc\": \"Best for growing teams and businesses\",\r\n \"proPrice\": \"$29\",\r\n \"proFeature1\": \"Unlimited projects\",\r\n \"proFeature2\": \"100GB storage\",\r\n \"proFeature3\": \"Advanced analytics\",\r\n \"proFeature4\": \"Priority support\",\r\n \"proFeature5\": \"Team collaboration tools\",\r\n \"enterpriseName\": \"Advanced\",\r\n \"enterpriseDesc\": \"For large organizations with custom needs\",\r\n \"enterprisePrice\": \"$99\",\r\n \"enterpriseFeature1\": \"Everything in Pro\",\r\n \"enterpriseFeature2\": \"Unlimited storage\",\r\n \"enterpriseFeature3\": \"Custom integrations\",\r\n \"enterpriseFeature4\": \"Dedicated account manager\",\r\n \"enterpriseFeature5\": \"Advanced security & compliance\",\r\n \"enterpriseFeature6\": \"SLA & 24/7 support\"\r\n}\r\n"
29
29
  },
30
30
  {
31
31
  "path": "pricing-section/lang/tr.json",
32
32
  "type": "registry:lang",
33
33
  "target": "$modules$/pricing-section/lang/tr.json",
34
- "content": "{\r\n \"label\": \"Fiyatlandırma\",\r\n \"title\": \"Bu fiyatlandırma başlığını Promake ile özelleştirin\",\r\n \"subtitle\": \"Bu, fiyatlandırma planlarınızı tanıtır ve bağlam oluşturur. Fiyatlandırma felsefenizi açıklayın, deneme tekliflerini veya garantileri vurgulayın veya nelerin dahil olduğundan bahsedin. Promake ile fiyatlandırmanıza güven oluşturun ve ziyaretçileri planlarınızı keşfetmeye teşvik edin.\",\r\n \"perMonth\": \"/ay\",\r\n \"popular\": \"En Popüler\",\r\n \"cta\": \"Başlayın\",\r\n \"guarantee\": \"Bu, memnuniyet garantisi, para iade vaadi veya taahhüt beyanıyla güven oluşturur. Neyi garanti ettiğiniz ve herhangi bir zaman sınırı veya koşul konusunda spesifik olun. Promake ile satın alma kaygısını azaltan ve teklifinize olan güveninizi gösteren bir garanti oluşturun.\",\r\n \"starterName\": \"Başlangıç\",\r\n \"starterDesc\": \"Bu planın kimin için mükemmel olduğunu ve ana değer önerisini açıklayın. Hangi kullanım durumlarını veya ihtiyaçları ele aldığını açıklayın. Promake ile bu katmanı neden seçmeleri gerektiğini net bir şekilde iletin.\",\r\n \"starterPrice\": \"99₺\",\r\n \"starterFeature1\": \"Bu plana dahil olan belirli bir özelliği veya faydayı açıklayın. Sadece özelliklere değil, değere odaklanın. Promake ile hedef müşterileriniz için en önemli olanı vurgulayın.\",\r\n \"starterFeature2\": \"Bu planı değerli kılan başka bir önemli özelliği listeleyin. Sadece teknik detayı değil, faydayı veya sonucu açıklayın. Promake ile özelleştirin.\",\r\n \"starterFeature3\": \"Bu katmanı farklılaştıran önemli bir özelliği ekleyin. Müşterilerin ne elde ettiklerini anlamalarına yardımcı olun. Promake ile anlamlı özellik açıklamaları ekleyin.\",\r\n \"starterFeature4\": \"Bu planın genel değerine katkıda bulunan başka bir özellik ekleyin. Spesifik ve fayda odaklı olun. Promake ile özelleştirin.\",\r\n \"proName\": \"Pro\",\r\n \"proDesc\": \"Bu orta seviye planın kimin için ideal olduğunu ve neden en popüler seçim olduğunu açıklayın. Başlangıç planına göre ek değeri vurgulayın. Promake ile bu katmanı ikna edici hale getirin.\",\r\n \"proPrice\": \"299₺\",\r\n \"proFeature1\": \"Bu planda mevcut gelişmiş bir özelliği açıklayın. Daha fazla değer veya yeteneklerin nasıl sağlandığını gösterin. Promake ile yükseltme faydalarını vurgulayın.\",\r\n \"proFeature2\": \"Bu planı daha güçlü kılan bir özelliği listeleyin. Müşterilerin yaşayacağı gerçek dünya faydalarına odaklanın. Promake ile özelleştirin.\",\r\n \"proFeature3\": \"Daha yüksek fiyat noktasını haklı çıkaran bir özellik ekleyin. Müşterilerin yatırım getirisini veya avantajını görmelerine yardımcı olun. Promake ile net değer iletişimi için kullanın.\",\r\n \"proFeature4\": \"Bu planın değerini artıran başka bir özellik ekleyin. Müşterilerin neleri başarabileceği konusunda spesifik olun. Promake ile özelleştirin.\",\r\n \"proFeature5\": \"Bu planı büyüyen işletmeler için en iyi seçim yapan ek bir özelliği açıklayın. Promake ile ölçeklenebilirliği veya gelişmiş yetenekleri vurgulayın.\",\r\n \"enterpriseName\": \"Gelişmiş\",\r\n \"enterpriseDesc\": \"Kimin bu premium plana ihtiyacı olduğunu ve neyin yatırıma değer kıldığını açıklayın. Kurumsal ihtiyaçlara, ölçeğe veya gelişmiş gereksinimlere odaklanın. Promake ile yüksek değerli müşterilere hitap edin.\",\r\n \"enterprisePrice\": \"999₺\",\r\n \"enterpriseFeature1\": \"Bu planı öne çıkaran premium bir özelliği listeleyin. Kurumsal düzeyde yetenekleri veya öncelikli desteği vurgulayın. Promake ile ikna edici açıklamalar için kullanın.\",\r\n \"enterpriseFeature2\": \"Daha büyük organizasyonlar için gelişmiş bir özelliği açıklayın. Ölçeği, karmaşıklığı veya özel gereksinimleri nasıl ele aldığını gösterin. Promake ile özelleştirin.\",\r\n \"enterpriseFeature3\": \"Teklifinizin tam gücünü gösteren bir özellik ekleyin. Müşterilerin maksimum yetenekleri anlamalarına yardımcı olun. Promake kullanın.\",\r\n \"enterpriseFeature4\": \"Ek güvenlik, özelleştirme veya kontrol sağlayan bir özellik ekleyin. Kurumsal endişelere hitap edin. Promake ile özelleştirin.\",\r\n \"enterpriseFeature5\": \"Premium fiyatı haklı çıkaran bir faydayı listeleyin. Yatırım getirisi, verimlilik veya rekabet avantajına odaklanın. Promake ile değeri vurgulayın.\",\r\n \"enterpriseFeature6\": \"Bu kapsamlı planı tamamlayan son bir özelliği açıklayın. Bunun eksiksiz çözüm olduğunu netleştirin. Promake ile özelleştirin.\"\r\n}\r\n"
34
+ "content": "{\r\n \"label\": \"Fiyatlandırma\",\r\n \"title\": \"Basit, Şeffaf Fiyatlandırma\",\r\n \"subtitle\": \"İhtiyaçlarınıza uygun planı seçin. Tüm planlarda 14 günlük ücretsiz deneme dahildir.\",\r\n \"perMonth\": \"/ay\",\r\n \"popular\": \"En Popüler\",\r\n \"cta\": \"Başlayın\",\r\n \"guarantee\": \"30 gün para iade garantisi. İstediğiniz zaman iptal edin, sorulsuz sualsiz.\",\r\n \"starterName\": \"Başlangıç\",\r\n \"starterDesc\": \"Bireyler ve küçük projeler için mükemmel\",\r\n \"starterPrice\": \"99₺\",\r\n \"starterFeature1\": \"5 projeye kadar\",\r\n \"starterFeature2\": \"10GB depolama\",\r\n \"starterFeature3\": \"Temel analitik\",\r\n \"starterFeature4\": \"E-posta desteği\",\r\n \"proName\": \"Pro\",\r\n \"proDesc\": \"Büyüyen ekipler ve işletmeler için en iyisi\",\r\n \"proPrice\": \"299₺\",\r\n \"proFeature1\": \"Sınırsız proje\",\r\n \"proFeature2\": \"100GB depolama\",\r\n \"proFeature3\": \"Gelişmiş analitik\",\r\n \"proFeature4\": \"Öncelikli destek\",\r\n \"proFeature5\": \"Ekip işbirliği araçları\",\r\n \"enterpriseName\": \"Gelişmiş\",\r\n \"enterpriseDesc\": \"Özel ihtiyaçları olan büyük kuruluşlar için\",\r\n \"enterprisePrice\": \"999₺\",\r\n \"enterpriseFeature1\": \"Pro'daki her şey\",\r\n \"enterpriseFeature2\": \"Sınırsız depolama\",\r\n \"enterpriseFeature3\": \"Özel entegrasyonlar\",\r\n \"enterpriseFeature4\": \"Özel hesap yöneticisi\",\r\n \"enterpriseFeature5\": \"Gelişmiş güvenlik ve uyumluluk\",\r\n \"enterpriseFeature6\": \"SLA ve 7/24 destek\"\r\n}\r\n"
35
35
  }
36
36
  ],
37
37
  "exports": {
@@ -28,7 +28,7 @@
28
28
  "path": "team-page/lang/en.json",
29
29
  "type": "registry:lang",
30
30
  "target": "$modules$/team-page/lang/en.json",
31
- "content": "{\r\n \"title\": \"Our Team\",\r\n \"label\": \"Our Team\",\r\n \"heading\": \"Meet the People Behind the Magic\",\r\n \"description\": \"Let Promake personalize this team description for your company culture.\",\r\n \"member1Name\": \"Team Member\",\r\n \"member1Role\": \"CEO & Founder\",\r\n \"member1Bio\": \"Add real team member bios with Promake.\",\r\n \"member2Name\": \"Team Member\",\r\n \"member2Role\": \"CTO\",\r\n \"member2Bio\": \"Customize team bios using Promake.\",\r\n \"member3Name\": \"Team Member\",\r\n \"member3Role\": \"Head of Design\",\r\n \"member3Bio\": \"Work with Promake to add member details.\",\r\n \"member4Name\": \"Team Member\",\r\n \"member4Role\": \"Lead Developer\",\r\n \"member4Bio\": \"Use Promake to personalize bios.\",\r\n \"member5Name\": \"Team Member\",\r\n \"member5Role\": \"Product Manager\",\r\n \"member5Bio\": \"Have Promake help with team bios.\",\r\n \"member6Name\": \"Team Member\",\r\n \"member6Role\": \"Marketing Director\",\r\n \"member6Bio\": \"Edit member bios via Promake.\",\r\n \"ctaTitle\": \"Want to Join Our Team?\",\r\n \"ctaDescription\": \"Update this CTA using Promake based on your hiring needs.\",\r\n \"ctaButton\": \"View Open Positions\"\r\n}\r\n"
31
+ "content": "{\r\n \"title\": \"Our Team\",\r\n \"label\": \"Our Team\",\r\n \"heading\": \"Meet the People Behind the Magic\",\r\n \"description\": \"Passionate experts dedicated to delivering exceptional results.\",\r\n \"member1Name\": \"Team Member\",\r\n \"member1Role\": \"CEO & Founder\",\r\n \"member1Bio\": \"Visionary leader with 15+ years in tech innovation.\",\r\n \"member2Name\": \"Team Member\",\r\n \"member2Role\": \"CTO\",\r\n \"member2Bio\": \"Full-stack architect passionate about scalable solutions.\",\r\n \"member3Name\": \"Team Member\",\r\n \"member3Role\": \"Head of Design\",\r\n \"member3Bio\": \"Award-winning designer creating beautiful user experiences.\",\r\n \"member4Name\": \"Team Member\",\r\n \"member4Role\": \"Lead Developer\",\r\n \"member4Bio\": \"Open source contributor and clean code advocate.\",\r\n \"member5Name\": \"Team Member\",\r\n \"member5Role\": \"Product Manager\",\r\n \"member5Bio\": \"Strategic thinker turning ideas into successful products.\",\r\n \"member6Name\": \"Team Member\",\r\n \"member6Role\": \"Marketing Director\",\r\n \"member6Bio\": \"Growth expert with data-driven approach.\",\r\n \"ctaTitle\": \"Want to Join Our Team?\",\r\n \"ctaDescription\": \"We're always looking for talented individuals to join us.\",\r\n \"ctaButton\": \"View Open Positions\"\r\n}"
32
32
  },
33
33
  {
34
34
  "path": "team-page/lang/tr.json",
@@ -25,13 +25,13 @@
25
25
  "path": "testimonials-grid/lang/en.json",
26
26
  "type": "registry:lang",
27
27
  "target": "$modules$/testimonials-grid/lang/en.json",
28
- "content": "{\r\n \"title\": \"What People Say\",\r\n \"subtitle\": \"This text introduces your testimonials grid. Use it to emphasize the authenticity of your reviews, highlight customer satisfaction, or explain what customers value most. Customize with Promake to create trust before visitors read the testimonials.\",\r\n \"testimonial1Name\": \"Industry Leader Name\",\r\n \"testimonial1Role\": \"Customize this role with Promake\",\r\n \"testimonial1Review\": \"Display an authentic customer review here. Include specific details about results achieved, problems solved, or positive experiences. Real testimonials with concrete examples are most persuasive. Use Promake to add genuine customer feedback.\",\r\n \"testimonial2Name\": \"Customer Name\",\r\n \"testimonial2Role\": \"Customize this role with Promake\",\r\n \"testimonial2Review\": \"Add another customer testimonial that showcases a different benefit or use case. Variety in testimonials helps different types of prospects relate to your offering. Customize with Promake using real customer feedback.\",\r\n \"testimonial3Name\": \"Expert Name\",\r\n \"testimonial3Role\": \"Customize this role with Promake\",\r\n \"testimonial3Review\": \"Add customer testimonials with Promake.\"\r\n}\r\n"
28
+ "content": "{\r\n \"title\": \"What People Say\",\r\n \"subtitle\": \"Real feedback from our satisfied customers.\",\r\n \"testimonial1Name\": \"Customer Name\",\r\n \"testimonial1Role\": \"Position, Company\",\r\n \"testimonial1Review\": \"Add customer testimonial here. Include specific details about results achieved and positive experiences.\",\r\n \"testimonial2Name\": \"Client Name\",\r\n \"testimonial2Role\": \"Position, Company\",\r\n \"testimonial2Review\": \"Customer testimonial showcasing a different benefit or use case.\",\r\n \"testimonial3Name\": \"User Name\",\r\n \"testimonial3Role\": \"Position, Company\",\r\n \"testimonial3Review\": \"Testimonial highlighting overall satisfaction or unexpected benefits.\"\r\n}"
29
29
  },
30
30
  {
31
31
  "path": "testimonials-grid/lang/tr.json",
32
32
  "type": "registry:lang",
33
33
  "target": "$modules$/testimonials-grid/lang/tr.json",
34
- "content": "{\r\n \"title\": \"İnsanların Yorumları\",\r\n \"subtitle\": \"Bu metin referanslar tablonuzu tanıtır. Yorumlarınızın özgünlüğünü vurgulamak, müşteri memnuniyetini öne çıkarmak veya müşterilerin en çok neyi değerli bulduğunu açıklamak için kullanın. Ziyaretçiler referansları okumadan önce güven oluşturmak için Promake ile özelleştirin.\",\r\n \"testimonial1Name\": \"Kullanıcı Adı\",\r\n \"testimonial1Role\": \"Bu rolü Promake ile özelleştirin\",\r\n \"testimonial1Review\": \"Buraya özgün bir müşteri yorumu gösterin. Elde edilen sonuçlar, çözülen sorunlar veya olumlu deneyimler hakkında özel detaylar ekleyin. Somut örneklerle gerçek referanslar en ikna edicidir. Promake ile gerçek müşteri geri bildirimi ekleyin.\",\r\n \"testimonial2Name\": \"Müşteri Adı\",\r\n \"testimonial2Role\": \"Bu rolü Promake ile özelleştirin\",\r\n \"testimonial2Review\": \"Farklı bir faydayı veya kullanım durumunu sergileyen başka bir müşteri referansı ekleyin. Referanslardaki çeşitlilik, farklı potansiyel müşteri tiplerinin teklifinizle ilişki kurmasına yardımcı olur. Promake ile gerçek müşteri geri bildirimi kullanarak özelleştirin.\",\r\n \"testimonial3Name\": \"Uzman Adı\",\r\n \"testimonial3Role\": \"Bu rolü Promake ile özelleştirin\",\r\n \"testimonial3Review\": \"Müşteri yorumlarını Promake ile ekleyin.\"\r\n}\r\n"
34
+ "content": "{\r\n \"title\": \"İnsanların Yorumları\",\r\n \"subtitle\": \"Memnun müşterilerimizden gerçek geri bildirimler.\",\r\n \"testimonial1Name\": \"Kullanıcı Adı\",\r\n \"testimonial1Role\": \"Pozisyon, Şirket\",\r\n \"testimonial1Review\": \"Buraya müşteri yorumu eklenecek. Elde edilen sonuçlar ve olumlu deneyimler hakkında özel detaylar içermeli.\",\r\n \"testimonial2Name\": \"Müşteri Adı\",\r\n \"testimonial2Role\": \"Pozisyon, Şirket\",\r\n \"testimonial2Review\": \"Farklı bir faydayı veya kullanım durumunu sergileyen müşteri referansı.\",\r\n \"testimonial3Name\": \"Uzman Adı\",\r\n \"testimonial3Role\": \"Pozisyon, Şirket\",\r\n \"testimonial3Review\": \"Genel memnuniyeti veya şaşırtıcı bir faydayı vurgulayan referans.\"\r\n}"
35
35
  }
36
36
  ],
37
37
  "exports": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promakeai/cli",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "promake": "dist/index.js"