@promakeai/cli 0.2.6 → 0.2.7
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 +1 -1
- package/dist/registry/about-page.json +2 -2
- package/dist/registry/about-section.json +2 -2
- package/dist/registry/announcement-bar.json +2 -2
- package/dist/registry/blog-section.json +2 -2
- package/dist/registry/coming-soon-page.json +2 -2
- package/dist/registry/contact-info-grid.json +2 -2
- package/dist/registry/contact-page-centered.json +2 -2
- package/dist/registry/contact-page-split.json +2 -2
- package/dist/registry/contact-page.json +2 -2
- package/dist/registry/cta-section.json +2 -2
- package/dist/registry/faq-categorized.json +2 -2
- package/dist/registry/faq-simple.json +2 -2
- package/dist/registry/header-mega.json +2 -2
- package/dist/registry/hero-cta.json +2 -2
- package/dist/registry/hero-gradient.json +2 -2
- package/dist/registry/hero.json +2 -2
- package/dist/registry/landing-page-app.json +2 -2
- package/dist/registry/landing-page-saas.json +2 -2
- package/dist/registry/pricing-section.json +2 -2
- package/dist/registry/testimonials-carousel.json +2 -2
- package/dist/registry/testimonials-grid.json +2 -2
- package/dist/registry/video-hero.json +2 -2
- package/package.json +1 -1
- package/template/.env +3 -2
- package/template/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -492,7 +492,7 @@ constants.json (full)`)),console.log(P.dim(JSON.stringify(B.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 Ir=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(P.red(`Module not found: ${D}`)),process.exit(1);if(X.json){console.log(JSON.stringify(J,null,2));return}if(console.log(""),console.log(P.bold.cyan(J.name)),console.log(P.dim("─".repeat(J.name.length+4))),J.title)console.log(`${P.gray("Title:")} ${J.title}`);if(console.log(`${P.gray("Type:")} ${J.type.replace("registry:","")}`),J.description)console.log(`${P.gray("Description:")} ${J.description}`);if(J.registryDependencies?.length)console.log(""),console.log(P.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)?P.dim("(shadcn)"):"";console.log(` ${P.yellow("•")} ${Y} ${$}`)});if(J.dependencies?.length)console.log(""),console.log(P.gray("NPM Packages:")),J.dependencies.forEach((Y)=>{console.log(` ${P.blue("•")} ${Y}`)});if(J.files?.length)console.log(""),console.log(P.gray("Files:")),J.files.forEach((Y)=>{console.log(` ${P.dim("•")} ${Y.path}`)});if(J.exports){if(console.log(""),console.log(P.gray("Exports:")),J.exports.types?.length)console.log(` ${P.magenta("Types:")} ${J.exports.types.join(", ")}`);if(J.exports.variables?.length)console.log(` ${P.green("Components:")} ${J.exports.variables.join(", ")}`)}if(J.route)console.log(""),console.log(P.gray("Route:")),console.log(` ${P.cyan("Path:")} ${J.route.path}`),console.log(` ${P.cyan("Component:")} ${J.route.componentName}`);if(J.usage)console.log(""),console.log(P.gray("Usage:")),console.log(P.dim("─".repeat(40))),console.log(J.usage);console.log("")}catch(J){if(Z.fail("Failed to fetch module info"),J instanceof Error)console.error(P.red(J.message));process.exit(1)}});import P91 from"path";var kK=b1(o8(),1);import{execSync as nh0}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 V=$?`${G} check 2>&1`:"npx tsc --noEmit 2>&1";if(!X)console.log(P.dim(` $ ${$?`${G} check`:"tsc --noEmit"}`));let W=nh0(V,{cwd:D,encoding:"utf-8",stdio:"pipe"});if(!X&&W.trim())console.log(P.dim(W));return{name:"TypeScript",status:"pass",severity:"error",duration:Date.now()-Z,items:[],summary:"No type errors"}}catch(V){let W=V.stdout||V.stderr||V.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(P.dim(W));return J.push(...oh0(W,D)),{name:"TypeScript",status:"fail",severity:"error",duration:Date.now()-Z,items:J,summary:`${J.length} type error(s)`}}}function oh0(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 rh0}from"child_process";import hK from"path";var sh0=["eslint.config.js","eslint.config.mjs","eslint.config.cjs",".eslintrc.js",".eslintrc.cjs",".eslintrc.json",".eslintrc.yml",".eslintrc.yaml",".eslintrc"];async function ah0(D){for(let Z of sh0)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 ah0(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 V=Q?`${K} lint${G} 2>&1`:`npx eslint .${X?" --fix":""} 2>&1`;if(!Z)console.log(P.dim(` $ ${Q?`${K} lint${G}`:`eslint .${X?" --fix":""}`}`));let W=rh0(V,{cwd:D,encoding:"utf-8",stdio:"pipe",maxBuffer:10485760});if(!Z&&W.trim())console.log(P.dim(W));return{name:"ESLint",status:"pass",severity:"warning",duration:Date.now()-J,items:[],summary:"No linting issues"}}catch(V){let W=V.stdout||V.stderr||V.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(P.dim(W));let F=th0(W,D);if(F.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:F.length>0?"fail":"pass",severity:"warning",duration:Date.now()-J,items:F,summary:F.length>0?`${F.length} linting issue(s)`:"No linting issues"}}}function th0(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 V=K.match(/^\s+(\d+):(\d+)\s+(error|warning)\s+(.+?)\s{2,}(\S+)?$/);if(V&&Q)Z.push({file:hK.isAbsolute(Q)?hK.relative(X,Q):Q,line:parseInt(V[1]),column:parseInt(V[2]),code:V[5]||void 0,message:V[4].trim()})}return Z}var Sq=b1(o8(),1);import{execSync as eh0}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{eh0("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||"",$=Dx0(Q,D);return{name:"Build",status:"fail",severity:"error",duration:Date.now()-X,items:$.length>0?$:[{message:"Build failed"}],summary:"Build failed"}}}function Dx0(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 V=K.match(G);if(V){if(G.source.includes("Could not resolve"))Z.push({file:xK.relative(X,V[2]),message:`Cannot find module '${V[1]}'`,suggestion:"Check if the module is installed or the path is correct"});else if(V.length===5)Z.push({file:xK.isAbsolute(V[1]||V[2])?xK.relative(X,V[1]||V[2]):V[1]||V[2],line:parseInt(V[2]||V[3]),column:parseInt(V[3]||V[4]),message:V[4]||V[1]});else Z.push({message:V[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 uS=b1(o8(),1);import sW from"path";var W91=[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),V91=["/Applications/Google Chrome.app/Contents/MacOS/Google Chrome","/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge","/Applications/Chromium.app/Contents/MacOS/Chromium"],F91=["/usr/bin/google-chrome","/usr/bin/google-chrome-stable","/usr/bin/chromium-browser","/usr/bin/chromium","/snap/bin/chromium"];async function T$0(){let D=await H91();if(D)return D;let X=await q91();if(X)return X;return null}async function H91(){try{let{lightpanda:D}=await Promise.resolve().then(() => (Cr(),Pr)),X=await Promise.resolve().then(() => (gS(),fS)),Z=9222,J=await D.serve({host:"127.0.0.1",port:9222});return await U91(9222),{type:"lightpanda",browser:await X.default.connect({browserWSEndpoint:"ws://127.0.0.1:9222"}),process:J}}catch{return null}}async function q91(){try{let D=await z91();if(!D)return null;return{type:"chrome",browser:await(await Promise.resolve().then(() => (gS(),fS))).default.launch({executablePath:D,headless:!0,args:["--no-sandbox","--disable-setuid-sandbox","--disable-gpu"]})}}catch{return null}}async function z91(){if(process.env.CHROME_PATH){if(await uS.default.pathExists(process.env.CHROME_PATH))return process.env.CHROME_PATH}let D;switch(process.platform){case"win32":D=W91;break;case"darwin":D=V91;break;default:D=F91}for(let X of D)if(await uS.default.pathExists(X))return X;return null}async function U91(D,X=20){for(let Z=0;Z<X;Z++){try{if((await fetch(`http://127.0.0.1:${D}/json/version`,{signal:AbortSignal.timeout(500)})).ok)return}catch{}await B91(100)}throw Error("CDP server failed to start")}function B91(D){return new Promise((X)=>setTimeout(X,D))}async function I$0(D){try{if(D.browser)await D.browser.close()}catch{}if(D.process)D.process.stdout?.destroy(),D.process.stderr?.destroy(),D.process.kill()}async function mS(D,X,Z="/"){let J=Date.now();if(!await O91(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 T$0()}catch{}if(!Q)return{name:"Runtime",status:"skip",severity:"info",duration:Date.now()-J,items:[{message:"No browser available (Lightpanda or Chrome/Edge not found)",suggestion:"Install Chrome/Edge or run on Linux/macOS for Lightpanda support"}],summary:"Skipped (no browser)"};let $=[],{browser:K,type:G}=Q;try{let W=await K.newPage();W.on("console",async(H)=>{let q=H.type();if(q==="error"||q==="warning"){let U=H.location();$.push({type:q==="warning"?"warning":"console",message:H.text(),fileName:U?.url,lineNumber:U?.lineNumber,columnNumber:U?.columnNumber})}}),W.on("pageerror",(H)=>{$.push({type:"error",message:H.message,stack:H.stack})});let F=Z.startsWith("/")?Z:`/${Z}`;await W.goto(`http://localhost:${D}${F}`,{waitUntil:"networkidle0",timeout:X}),await L91(3000);let z=await W.evaluate(()=>{return window.__earlyErrors||[]});$.push(...z)}catch(W){let F=W.message||"Unknown error";if(F.includes("timeout")||F.includes("Timeout"))$.push({type:"error",message:"Page load timeout - app may have crashed or is unresponsive"});else if(F.includes("net::ERR"))$.push({type:"error",message:`Network error: ${F}`});else $.push({type:"error",message:`Runtime check error: ${F}`})}finally{await I$0(Q)}let V=M91($);return{name:`Runtime (${G})`,status:V.length>0?"fail":"pass",severity:"error",duration:Date.now()-J,items:V,summary:V.length>0?`${V.length} runtime error(s)`:"No runtime errors"}}async function O91(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 L91(D){return new Promise((X)=>setTimeout(X,D))}function M91(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 cS(D,X){console.log(""),console.log(P.bold("Health Check")+P.dim(` (${j91(D.duration)})`)),console.log(P.dim("─".repeat(40)));for(let Z of D.checks)A91(Z,X);console.log(P.dim("─".repeat(40))),I91(D)}function A91(D,X){let Z=E91(D.status),J=T91(D.status,D.severity),Y=P.dim(`${D.duration}ms`);console.log(`${Z} ${J(D.name)} ${Y} ${P.dim("·")} ${P.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 $)N91(G,D.severity);if(K>0)console.log(P.dim(` ... +${K} more (--verbose)`))}function N91(D,X){let Z=X==="error"?P.red:P.yellow,J=R91(D),Y=J?P.cyan(J)+" ":"";console.log(` ${Z("›")} ${Y}${D.message}`)}function R91(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 E91(D){switch(D){case"pass":return P.green("✓");case"fail":return P.red("✗");case"skip":return P.dim("○");default:return P.dim("?")}}function T91(D,X){if(D==="fail")return X==="error"?P.red:P.yellow;if(D==="pass")return P.green;return P.dim}function I91(D){let{summary:X}=D,Z=[];if(X.passed>0)Z.push(P.green(`${X.passed} passed`));if(X.failed>0)Z.push(P.red(`${X.failed} failed`));if(X.skipped>0)Z.push(P.dim(`${X.skipped} skipped`));if(console.log(Z.join(P.dim(" · "))),X.errors>0)console.log(P.red(`${X.errors} error(s) need attention`));else if(X.warnings>0)console.log(P.yellow(`${X.warnings} warning(s) to review`));else console.log(P.green("All good!"))}function j91(D){if(D<1000)return`${D}ms`;return`${(D/1000).toFixed(1)}s`}var j$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(P.yellow("Warning: No promake.json found. Running checks anyway..."));let G=D.json?null:E2("Running health checks...").start(),V=[];if(D.typecheck!==!1)V.push(()=>cE(X,$));if(D.lint!==!1)V.push(()=>dE(X,D.fix,$));if(D.build!==!1)V.push(()=>lE(X));if(D.runtime)V.push(()=>mS(Z,J,Y));let W=[];try{if(W=await C91(V,1),G)G.stop()}catch(z){if(G)G.fail("Health check failed");if(!D.json)console.error(P.red(z.message));process.exit(1)}let F={project:P91.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(F,null,2));else cS(F,D.verbose||!1);if(F.summary.errors>0)process.exit(1)});async function C91(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 P$0={name:"@promakeai/cli",version:"0.2.
|
|
495
|
+
`)}})}function cS(D,X){console.log(""),console.log(P.bold("Health Check")+P.dim(` (${j91(D.duration)})`)),console.log(P.dim("─".repeat(40)));for(let Z of D.checks)A91(Z,X);console.log(P.dim("─".repeat(40))),I91(D)}function A91(D,X){let Z=E91(D.status),J=T91(D.status,D.severity),Y=P.dim(`${D.duration}ms`);console.log(`${Z} ${J(D.name)} ${Y} ${P.dim("·")} ${P.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 $)N91(G,D.severity);if(K>0)console.log(P.dim(` ... +${K} more (--verbose)`))}function N91(D,X){let Z=X==="error"?P.red:P.yellow,J=R91(D),Y=J?P.cyan(J)+" ":"";console.log(` ${Z("›")} ${Y}${D.message}`)}function R91(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 E91(D){switch(D){case"pass":return P.green("✓");case"fail":return P.red("✗");case"skip":return P.dim("○");default:return P.dim("?")}}function T91(D,X){if(D==="fail")return X==="error"?P.red:P.yellow;if(D==="pass")return P.green;return P.dim}function I91(D){let{summary:X}=D,Z=[];if(X.passed>0)Z.push(P.green(`${X.passed} passed`));if(X.failed>0)Z.push(P.red(`${X.failed} failed`));if(X.skipped>0)Z.push(P.dim(`${X.skipped} skipped`));if(console.log(Z.join(P.dim(" · "))),X.errors>0)console.log(P.red(`${X.errors} error(s) need attention`));else if(X.warnings>0)console.log(P.yellow(`${X.warnings} warning(s) to review`));else console.log(P.green("All good!"))}function j91(D){if(D<1000)return`${D}ms`;return`${(D/1000).toFixed(1)}s`}var j$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(P.yellow("Warning: No promake.json found. Running checks anyway..."));let G=D.json?null:E2("Running health checks...").start(),V=[];if(D.typecheck!==!1)V.push(()=>cE(X,$));if(D.lint!==!1)V.push(()=>dE(X,D.fix,$));if(D.build!==!1)V.push(()=>lE(X));if(D.runtime)V.push(()=>mS(Z,J,Y));let W=[];try{if(W=await C91(V,1),G)G.stop()}catch(z){if(G)G.fail("Health check failed");if(!D.json)console.error(P.red(z.message));process.exit(1)}let F={project:P91.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(F,null,2));else cS(F,D.verbose||!1);if(F.summary.errors>0)process.exit(1)});async function C91(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 P$0={name:"@promakeai/cli",version:"0.2.7",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:{"@lightpanda/browser":"^1.0.1","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 P8=new $5;P8.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.
|
|
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"
|
|
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 ile özelleştirin.
|
|
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"
|
|
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\": \"
|
|
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"
|
|
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\": \"
|
|
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"
|
|
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\": \"
|
|
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"
|
|
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\": \"
|
|
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"
|
|
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\": \"
|
|
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"
|
|
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
|
|
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"
|
|
37
37
|
}
|
|
38
38
|
],
|
|
39
39
|
"exports": {
|
|
@@ -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\": \"
|
|
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"
|
|
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\": \"
|
|
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"
|
|
38
38
|
}
|
|
39
39
|
],
|
|
40
40
|
"exports": {
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"path": "contact-info-grid/lang/en.json",
|
|
23
23
|
"type": "registry:lang",
|
|
24
24
|
"target": "$modules$/contact-info-grid/lang/en.json",
|
|
25
|
-
"content": "{\r\n \"title\": \"Get in Touch\",\r\n \"subtitle\": \"
|
|
25
|
+
"content": "{\r\n \"title\": \"Get in Touch\",\r\n \"subtitle\": \"This text introduces your contact information grid. Explain the different ways visitors can reach you and any important details about your contact preferences or availability. Use Promake to provide clear, helpful guidance for getting in touch.\",\r\n \"emailLabel\": \"Email\",\r\n \"emailDesc\": \"We respond to all emails within 24 hours.\",\r\n \"officeLabel\": \"Office\",\r\n \"officeDesc\": \"Drop by our office for a chat.\",\r\n \"phoneLabel\": \"Phone\",\r\n \"phoneDesc\": \"We're available Mon-Fri, 9am-5pm.\",\r\n \"chatLabel\": \"Live Chat\",\r\n \"chatDesc\": \"Get instant help from our support team.\",\r\n \"startChat\": \"Start Chat\"\r\n}\r\n"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"path": "contact-info-grid/lang/tr.json",
|
|
29
29
|
"type": "registry:lang",
|
|
30
30
|
"target": "$modules$/contact-info-grid/lang/tr.json",
|
|
31
|
-
"content": "{\r\n \"title\": \"İletişime Geçin\",\r\n \"subtitle\": \"
|
|
31
|
+
"content": "{\r\n \"title\": \"İletişime Geçin\",\r\n \"subtitle\": \"Bu metin iletişim bilgileri tablosunu tanıtır. Ziyaretçilerin size ulaşabilecekleri farklı yolları ve iletişim tercihleriniz veya müsaitliğinizle ilgili önemli detayları açıklayın. Promake ile iletişime geçmek için açık ve faydalı rehberlik sağlayın.\",\r\n \"emailLabel\": \"E-posta\",\r\n \"emailDesc\": \"Tüm e-postalara 24 saat içinde yanıt veriyoruz.\",\r\n \"officeLabel\": \"Ofis\",\r\n \"officeDesc\": \"Sohbet etmek için ofisimize uğrayın.\",\r\n \"phoneLabel\": \"Telefon\",\r\n \"phoneDesc\": \"Pazartesi-Cuma, 9:00-17:00 arası müsaitiz.\",\r\n \"chatLabel\": \"Canlı Sohbet\",\r\n \"chatDesc\": \"Destek ekibimizden anında yardım alın.\",\r\n \"startChat\": \"Sohbet Başlat\"\r\n}\r\n"
|
|
32
32
|
}
|
|
33
33
|
],
|
|
34
34
|
"exports": {
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"path": "contact-page-centered/lang/en.json",
|
|
32
32
|
"type": "registry:lang",
|
|
33
33
|
"target": "$modules$/contact-page-centered/lang/en.json",
|
|
34
|
-
"content": "{\r\n \"title\": \"Contact Us\",\r\n \"subtitle\": \"
|
|
34
|
+
"content": "{\r\n \"title\": \"Contact Us\",\r\n \"subtitle\": \"This subtitle appears below your contact page heading. Use it to encourage visitors to reach out, explain your availability, or highlight your commitment to customer service. Customize with Promake to reflect your brand's communication style.\",\r\n \"emailTitle\": \"Email\",\r\n \"phoneTitle\": \"Phone\",\r\n \"addressTitle\": \"Address\",\r\n \"nameLabel\": \"Name\",\r\n \"namePlaceholder\": \"Your name\",\r\n \"emailLabel\": \"Email\",\r\n \"emailPlaceholder\": \"your@email.com\",\r\n \"messageLabel\": \"Message\",\r\n \"messagePlaceholder\": \"How can we help you?\",\r\n \"submit\": \"Send Message\",\r\n \"sending\": \"Sending...\",\r\n \"success\": \"Message sent successfully! We'll get back to you soon.\",\r\n \"error\": \"Something went wrong. Please try again.\"\r\n}\r\n"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"path": "contact-page-centered/lang/tr.json",
|
|
38
38
|
"type": "registry:lang",
|
|
39
39
|
"target": "$modules$/contact-page-centered/lang/tr.json",
|
|
40
|
-
"content": "{\r\n \"title\": \"İletişim\",\r\n \"subtitle\": \"Bu
|
|
40
|
+
"content": "{\r\n \"title\": \"İletişim\",\r\n \"subtitle\": \"Bu alt başlık iletişim sayfası başlığınızın altında görünür. Ziyaretçileri iletişime geçmeye teşvik etmek, müsaitliğinizi açıklamak veya müşteri hizmetlerine olan bağlılığınızı vurgulamak için kullanın. Promake ile markanızın iletişim tarzını yansıtacak şekilde özelleştirin.\",\r\n \"emailTitle\": \"E-posta\",\r\n \"phoneTitle\": \"Telefon\",\r\n \"addressTitle\": \"Adres\",\r\n \"nameLabel\": \"İsim\",\r\n \"namePlaceholder\": \"Adınız\",\r\n \"emailLabel\": \"E-posta\",\r\n \"emailPlaceholder\": \"email@adresiniz.com\",\r\n \"messageLabel\": \"Mesaj\",\r\n \"messagePlaceholder\": \"Size nasıl yardımcı olabiliriz?\",\r\n \"submit\": \"Mesaj Gönder\",\r\n \"sending\": \"Gönderiliyor...\",\r\n \"success\": \"Mesajınız başarıyla gönderildi! En kısa sürede size döneceğiz.\",\r\n \"error\": \"Bir şeyler yanlış gitti. Lütfen tekrar deneyin.\"\r\n}\r\n"
|
|
41
41
|
}
|
|
42
42
|
],
|
|
43
43
|
"exports": {
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"path": "contact-page-split/lang/en.json",
|
|
31
31
|
"type": "registry:lang",
|
|
32
32
|
"target": "$modules$/contact-page-split/lang/en.json",
|
|
33
|
-
"content": "{\r\n \"pageTitle\": \"Contact Us\",\r\n \"title\": \"Let's Start a Conversation\",\r\n \"subtitle\": \"
|
|
33
|
+
"content": "{\r\n \"pageTitle\": \"Contact Us\",\r\n \"title\": \"Let's Start a Conversation\",\r\n \"subtitle\": \"This welcoming message sets the tone for visitor communication. Explain why they should contact you, what kind of help you can provide, or your typical response time. Use Promake to create an inviting message that encourages engagement.\",\r\n \"emailLabel\": \"Email\",\r\n \"phoneLabel\": \"Phone\",\r\n \"addressLabel\": \"Address\",\r\n \"hoursLabel\": \"Hours\",\r\n \"hours\": \"Mon - Fri: 9:00 AM - 6:00 PM\",\r\n \"formTitle\": \"Send us a message\",\r\n \"formSubtitle\": \"Fill out the form below and we'll get back to you as soon as possible.\",\r\n \"nameLabel\": \"Full Name\",\r\n \"namePlaceholder\": \"John Doe\",\r\n \"emailInputLabel\": \"Email\",\r\n \"emailPlaceholder\": \"john@example.com\",\r\n \"phoneInputLabel\": \"Phone\",\r\n \"phonePlaceholder\": \"+1 234 567 890\",\r\n \"messageLabel\": \"Message\",\r\n \"messagePlaceholder\": \"Tell us about your project...\",\r\n \"submit\": \"Send Message\",\r\n \"sending\": \"Sending...\",\r\n \"success\": \"Message sent! We'll be in touch soon.\",\r\n \"error\": \"Something went wrong. Please try again.\"\r\n}\r\n"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"path": "contact-page-split/lang/tr.json",
|
|
37
37
|
"type": "registry:lang",
|
|
38
38
|
"target": "$modules$/contact-page-split/lang/tr.json",
|
|
39
|
-
"content": "{\r\n \"pageTitle\": \"İletişim\",\r\n \"title\": \"Bir Sohbet Başlatalım\",\r\n \"subtitle\": \"
|
|
39
|
+
"content": "{\r\n \"pageTitle\": \"İletişim\",\r\n \"title\": \"Bir Sohbet Başlatalım\",\r\n \"subtitle\": \"Bu karşılama mesajı ziyaretçi iletişimi için tonu belirler. Neden sizinle iletişime geçmeleri gerektiğini, ne tür yardım sağlayabileceğinizi veya tipik yanıt sürenizi açıklayın. Promake ile etkileşimi teşvik eden davetkar bir mesaj oluşturun.\",\r\n \"emailLabel\": \"E-posta\",\r\n \"phoneLabel\": \"Telefon\",\r\n \"addressLabel\": \"Adres\",\r\n \"hoursLabel\": \"Çalışma Saatleri\",\r\n \"hours\": \"Pazartesi - Cuma: 09:00 - 18:00\",\r\n \"formTitle\": \"Bize mesaj gönderin\",\r\n \"formSubtitle\": \"Aşağıdaki formu doldurun, en kısa sürede size döneceğiz.\",\r\n \"nameLabel\": \"Ad Soyad\",\r\n \"namePlaceholder\": \"Ahmet Yılmaz\",\r\n \"emailInputLabel\": \"E-posta\",\r\n \"emailPlaceholder\": \"ahmet@ornek.com\",\r\n \"phoneInputLabel\": \"Telefon\",\r\n \"phonePlaceholder\": \"+90 532 123 4567\",\r\n \"messageLabel\": \"Mesaj\",\r\n \"messagePlaceholder\": \"Projeniz hakkında bize bilgi verin...\",\r\n \"submit\": \"Mesaj Gönder\",\r\n \"sending\": \"Gönderiliyor...\",\r\n \"success\": \"Mesaj gönderildi! En kısa sürede iletişime geçeceğiz.\",\r\n \"error\": \"Bir şeyler yanlış gitti. Lütfen tekrar deneyin.\"\r\n}\r\n"
|
|
40
40
|
}
|
|
41
41
|
],
|
|
42
42
|
"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\": \"
|
|
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"
|
|
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\": \"
|
|
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"
|
|
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\": \"
|
|
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"
|
|
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\": \"Promake ile
|
|
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"
|
|
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\": \"Promake
|
|
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"
|
|
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\": \"
|
|
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"
|
|
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\": \"
|
|
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"
|
|
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
|
|
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"
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
36
|
"exports": {
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"path": "header-mega/lang/en.json",
|
|
30
30
|
"type": "registry:lang",
|
|
31
31
|
"target": "$modules$/header-mega/lang/en.json",
|
|
32
|
-
"content": "{\r\n \"home\": \"Home\",\r\n \"products\": \"Products\",\r\n \"allProducts\": \"All Products\",\r\n \"allProductsDesc\": \"
|
|
32
|
+
"content": "{\r\n \"home\": \"Home\",\r\n \"products\": \"Products\",\r\n \"allProducts\": \"All Products\",\r\n \"allProductsDesc\": \"Brief description that appears in the mega menu. Explain what visitors will find in your full product catalog. Use Promake to customize this menu text to guide navigation.\",\r\n \"featured\": \"Featured\",\r\n \"featuredDesc\": \"Menu description for your featured or highlighted products. Explain what makes these items special or recommended. Customize with Promake.\",\r\n \"newArrivals\": \"New Arrivals\",\r\n \"newArrivalsDesc\": \"Menu text describing your latest products. Create interest in what's new. Use Promake to customize this navigation description.\",\r\n \"onSale\": \"On Sale\",\r\n \"onSaleDesc\": \"Menu description for sale or discounted items. Highlight current promotions or deals. Customize with Promake to drive interest.\",\r\n \"company\": \"About\",\r\n \"aboutUs\": \"About Us\",\r\n \"aboutUsDesc\": \"Brief menu description of your about page. Tease what visitors will learn about your company, mission, or story. Customize with Promake.\",\r\n \"contact\": \"Contact\",\r\n \"contactDesc\": \"Menu text that encourages visitors to get in touch. Mention how you can help or your availability. Use Promake to create inviting contact text.\",\r\n \"blog\": \"Blog\",\r\n \"blogDesc\": \"Menu description for your blog section. Explain what type of content you publish or topics you cover. Customize with Promake.\",\r\n \"login\": \"Login\",\r\n \"signup\": \"Sign up\"\r\n}\r\n"
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"path": "header-mega/lang/tr.json",
|
|
36
36
|
"type": "registry:lang",
|
|
37
37
|
"target": "$modules$/header-mega/lang/tr.json",
|
|
38
|
-
"content": "{\r\n \"home\": \"Ana Sayfa\",\r\n \"products\": \"Ürünler\",\r\n \"allProducts\": \"Tüm Ürünler\",\r\n \"allProductsDesc\": \"
|
|
38
|
+
"content": "{\r\n \"home\": \"Ana Sayfa\",\r\n \"products\": \"Ürünler\",\r\n \"allProducts\": \"Tüm Ürünler\",\r\n \"allProductsDesc\": \"Mega menüde görünen kısa açıklama. Ziyaretçilerin tam ürün kataloğunuzda neleri bulacağını açıklayın. Promake ile bu menü metnini navigasyonu yönlendirmek için özelleştirin.\",\r\n \"featured\": \"Öne Çıkanlar\",\r\n \"featuredDesc\": \"Öne çıkan veya önerilen ürünleriniz için menü açıklaması. Bu ürünleri özel veya önerilen yapan şeyi açıklayın. Promake ile özelleştirin.\",\r\n \"newArrivals\": \"Yeni Gelenler\",\r\n \"newArrivalsDesc\": \"En son ürünlerinizi açıklayan menü metni. Yeni olanda ilgi yaratın. Promake ile bu navigasyon açıklamasını özelleştirin.\",\r\n \"onSale\": \"İndirimde\",\r\n \"onSaleDesc\": \"İndirimli veya promosyonlu ürünler için menü açıklaması. Güncel promosyonları veya fırsatları vurgulayın. Promake ile ilgi uyandırmak için özelleştirin.\",\r\n \"company\": \"Hakkında\",\r\n \"aboutUs\": \"Hakkımızda\",\r\n \"aboutUsDesc\": \"Hakkımızda sayfanızın kısa menü açıklaması. Ziyaretçilerin şirketiniz, misyonunuz veya hikayeniz hakkında ne öğreneceklerini vurgulayın. Promake ile özelleştirin.\",\r\n \"contact\": \"İletişim\",\r\n \"contactDesc\": \"Ziyaretçileri iletişime geçmeye teşvik eden menü metni. Nasıl yardımcı olabileceğinizden veya müsaitliğinizden bahsedin. Promake ile davetkar iletişim metni oluşturun.\",\r\n \"blog\": \"Blog\",\r\n \"blogDesc\": \"Blog bölümünüz için menü açıklaması. Ne tür içerik yayınladığınızı veya hangi konuları ele aldığınızı açıklayın. Promake ile özelleştirin.\",\r\n \"login\": \"Giriş Yap\",\r\n \"signup\": \"Kayıt Ol\"\r\n}\r\n"
|
|
39
39
|
}
|
|
40
40
|
],
|
|
41
41
|
"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\": \"
|
|
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"
|
|
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\": \"
|
|
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"
|
|
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\": \"
|
|
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"
|
|
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\": \"Promake ile
|
|
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"
|
|
32
32
|
}
|
|
33
33
|
],
|
|
34
34
|
"exports": {
|
package/dist/registry/hero.json
CHANGED
|
@@ -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\": \"
|
|
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"
|
|
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\": \"
|
|
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"
|
|
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\": \"
|
|
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"
|
|
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\": \"
|
|
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"
|
|
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\": \"
|
|
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"
|
|
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\": \"
|
|
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"
|
|
38
38
|
}
|
|
39
39
|
],
|
|
40
40
|
"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\": \"
|
|
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"
|
|
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\": \"Promake ile
|
|
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"
|
|
35
35
|
}
|
|
36
36
|
],
|
|
37
37
|
"exports": {
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"path": "testimonials-carousel/lang/en.json",
|
|
27
27
|
"type": "registry:lang",
|
|
28
28
|
"target": "$modules$/testimonials-carousel/lang/en.json",
|
|
29
|
-
"content": "{\r\n \"title\": \"What Our Customers Say\",\r\n \"subtitle\": \"
|
|
29
|
+
"content": "{\r\n \"title\": \"What Our Customers Say\",\r\n \"subtitle\": \"This introductory text sets context for your customer testimonials. Explain the value of customer feedback, highlight what makes your reviews authentic, or mention your customer satisfaction rate. Use Promake to create a compelling introduction to your testimonials.\",\r\n \"testimonial1Name\": \"Customer Name\",\r\n \"testimonial1Role\": \"Use Promake to update this with an appropriate job title\",\r\n \"testimonial1Review\": \"This is where a customer testimonial appears. Include authentic feedback that highlights specific benefits, results, or experiences. Focus on concrete details that build trust and credibility. Use Promake to add real customer reviews that resonate with potential customers.\",\r\n \"testimonial2Name\": \"Client Name\",\r\n \"testimonial2Role\": \"Promake can help customize this role\",\r\n \"testimonial2Review\": \"Add another authentic customer review here. Vary the testimonials to showcase different benefits, use cases, or customer types. Include specific details about how your product or service made a difference. Customize with Promake.\",\r\n \"testimonial3Name\": \"Testimonial Name\",\r\n \"testimonial3Role\": \"Replace with customer role\",\r\n \"testimonial3Review\": \"Include a third testimonial that addresses different aspects of your offering. Real customer stories with specific outcomes are most effective. Use Promake to add testimonials that showcase various benefits and build comprehensive trust.\",\r\n \"testimonial4Name\": \"Reviewer Name\",\r\n \"testimonial4Role\": \"Customize this role with Promake\",\r\n \"testimonial4Review\": \"Placeholder customer testimonial. Update this content using Promake based on your industry.\"\r\n}\r\n"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
32
|
"path": "testimonials-carousel/lang/tr.json",
|
|
33
33
|
"type": "registry:lang",
|
|
34
34
|
"target": "$modules$/testimonials-carousel/lang/tr.json",
|
|
35
|
-
"content": "{\r\n \"title\": \"Müşterilerimiz Ne Diyor\",\r\n \"subtitle\": \"Bu
|
|
35
|
+
"content": "{\r\n \"title\": \"Müşterilerimiz Ne Diyor\",\r\n \"subtitle\": \"Bu giriş metni müşteri referanslarınız için bağlam oluşturur. Müşteri geri bildiriminin değerini açıklayın, yorumlarınızı özgün kılan özellikleri vurgulayın veya müşteri memnuniyet oranınızdan bahsedin. Promake ile referanslarınıza ikna edici bir giriş oluşturun.\",\r\n \"testimonial1Name\": \"Müşteri Adı\",\r\n \"testimonial1Role\": \"Bunu uygun iş unvanıyla güncellemek için Promake kullanın\",\r\n \"testimonial1Review\": \"Burası müşteri referansının göründüğü yerdir. Belirli faydaları, sonuçları veya deneyimleri vurgulayan özgün geri bildirim ekleyin. Güven ve itibar oluşturan somut detaylara odaklanın. Promake ile potansiyel müşterilerde yankı uyandıran gerçek müşteri yorumları ekleyin.\",\r\n \"testimonial2Name\": \"Müşteri Adı\",\r\n \"testimonial2Role\": \"Promake bu rolü özelleştirmenize yardımcı olabilir\",\r\n \"testimonial2Review\": \"Buraya başka bir özgün müşteri yorumu ekleyin. Farklı faydaları, kullanım durumlarını veya müşteri tiplerini sergilemek için referansları çeşitlendirin. Ürününüz veya hizmetinizin nasıl fark yarattığına dair özel detaylar ekleyin. Promake ile özelleştirin.\",\r\n \"testimonial3Name\": \"Referans Adı\",\r\n \"testimonial3Role\": \"Müşteri rolüyle değiştirin\",\r\n \"testimonial3Review\": \"Teklifinizin farklı yönlerini ele alan üçüncü bir referans ekleyin. Belirli sonuçları olan gerçek müşteri hikayeleri en etkilidir. Promake ile çeşitli faydaları sergileyen ve kapsamlı güven oluşturan referanslar ekleyin.\",\r\n \"testimonial4Name\": \"Yorumcu Adı\",\r\n \"testimonial4Role\": \"Bu rolü Promake ile özelleştirin\",\r\n \"testimonial4Review\": \"Müşteri yorumlarını Promake ile ekleyin.\"\r\n}\r\n"
|
|
36
36
|
}
|
|
37
37
|
],
|
|
38
38
|
"exports": {
|
|
@@ -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\": \"
|
|
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"
|
|
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\": \"
|
|
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"
|
|
35
35
|
}
|
|
36
36
|
],
|
|
37
37
|
"exports": {
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"path": "video-hero/lang/en.json",
|
|
25
25
|
"type": "registry:lang",
|
|
26
26
|
"target": "$modules$/video-hero/lang/en.json",
|
|
27
|
-
"content": "{\r\n \"badge\": \"Watch the Story\",\r\n \"heading\": \"Your Headline Here\",\r\n \"description\": \"
|
|
27
|
+
"content": "{\r\n \"badge\": \"Watch the Story\",\r\n \"heading\": \"Your Headline Here\",\r\n \"description\": \"This text appears over your video background. It should be concise yet compelling, clearly stating your value proposition. Use Promake to craft a message that works well with your video content.\",\r\n \"primaryCta\": \"Get Started\",\r\n \"secondaryCta\": \"Learn More\",\r\n \"stat1\": \"Active Users\",\r\n \"stat2\": \"Satisfaction\",\r\n \"stat3\": \"Support\"\r\n}\r\n"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"path": "video-hero/lang/tr.json",
|
|
31
31
|
"type": "registry:lang",
|
|
32
32
|
"target": "$modules$/video-hero/lang/tr.json",
|
|
33
|
-
"content": "{\r\n \"badge\": \"Hikayeyi İzle\",\r\n \"heading\": \"İnovasyonun Geleceğini Deneyimleyin\",\r\n \"description\": \"
|
|
33
|
+
"content": "{\r\n \"badge\": \"Hikayeyi İzle\",\r\n \"heading\": \"İnovasyonun Geleceğini Deneyimleyin\",\r\n \"description\": \"Bu metin video arka planınızın üzerinde görünür. Kısa ama etkili olmalı, değer önerinizi net bir şekilde belirtmelidir. Promake ile video içeriğinizle uyumlu bir mesaj oluşturun.\",\r\n \"primaryCta\": \"Başlayın\",\r\n \"secondaryCta\": \"Daha Fazla Bilgi\",\r\n \"stat1\": \"Aktif Kullanıcı\",\r\n \"stat2\": \"Memnuniyet\",\r\n \"stat3\": \"Destek\"\r\n}\r\n"
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
36
|
"exports": {
|
package/package.json
CHANGED
package/template/.env
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
VITE_API_PAYMENT=https://payment.promake.ai/api/v1
|
|
1
|
+
VITE_API_PAYMENT="https://payment.promake.ai/api/v1"
|
|
2
2
|
VITE_TENANT_UUID="YWJjeHl6MTIzT0dVWkNBTg"
|
|
3
3
|
VITE_MAIL_SERVICE_URL="https://mail.promake.ai/api/v1/send-mail"
|
|
4
4
|
VITE_TENANT_MAIL="uc.erkut@gmail.com"
|
|
5
5
|
VITE_ONLINE_PAYMENT_METHODS="stripe,iyzico"
|
|
6
|
-
VITE_AVAILABLE_PAYMENT_METHODS="card,transfer,cash"
|
|
6
|
+
VITE_AVAILABLE_PAYMENT_METHODS="card,transfer,cash"
|
|
7
|
+
VITE_PROMAKE_ENV="testb"
|